qilowoq commited on
Commit
6d97875
1 Parent(s): 0f1d42a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -42,19 +42,20 @@ with torch.no_grad():
42
  ```
43
 
44
 
45
- ## Acknowledgement
46
-
47
- Thanks to the authors of open-sourced datasets, including Miracl, MKQA, NarritiveQA, etc.
48
- Thanks to the open-sourced libraries like [Tevatron](https://github.com/texttron/tevatron), [Pyserini](https://github.com/castorini/pyserini).
49
-
50
-
51
-
52
  ## Citation
53
 
54
- If you find this repository useful, please consider giving a star :star: and citation
55
 
56
- ```
57
- @misc{bge-m3,
 
 
 
 
 
 
 
 
58
  title={BGE M3-Embedding: Multi-Lingual, Multi-Functionality, Multi-Granularity Text Embeddings Through Self-Knowledge Distillation},
59
  author={Jianlv Chen and Shitao Xiao and Peitian Zhang and Kun Luo and Defu Lian and Zheng Liu},
60
  year={2024},
@@ -62,4 +63,5 @@ If you find this repository useful, please consider giving a star :star: and cit
62
  archivePrefix={arXiv},
63
  primaryClass={cs.CL}
64
  }
 
65
  ```
 
42
  ```
43
 
44
 
 
 
 
 
 
 
 
45
  ## Citation
46
 
47
+ If you find this repository useful, please consider giving a star and citation
48
 
49
+ ```bibtex
50
+ @misc{li2023making,
51
+ title={Making Large Language Models A Better Foundation For Dense Retrieval},
52
+ author={Chaofan Li and Zheng Liu and Shitao Xiao and Yingxia Shao},
53
+ year={2023},
54
+ eprint={2312.15503},
55
+ archivePrefix={arXiv},
56
+ primaryClass={cs.CL}
57
+ }
58
+ @misc{chen2024bge,
59
  title={BGE M3-Embedding: Multi-Lingual, Multi-Functionality, Multi-Granularity Text Embeddings Through Self-Knowledge Distillation},
60
  author={Jianlv Chen and Shitao Xiao and Peitian Zhang and Kun Luo and Defu Lian and Zheng Liu},
61
  year={2024},
 
63
  archivePrefix={arXiv},
64
  primaryClass={cs.CL}
65
  }
66
+ ```
67
  ```