Skip to content

Commit c396bca

Browse files
committed
update bge-en-icl
1 parent 5655d62 commit c396bca

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

FlagEmbedding/llm_dense_retriever/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
- [x] Checkpoint
1212
- [x] Training Data
1313
- [x] Training Code
14+
- [x] Technical Report
1415
- [ ] Evaluation Pipeline
15-
- [ ] Technical Report
1616

17-
We will release the technical report for **BGE-EN-ICL** in the future.
17+
The technical report for **BGE-EN-ICL** can be found in [https://arxiv.org/abs/2409.15700](https://arxiv.org/abs/2409.15700)
1818

1919
## Environment
2020
```bash
@@ -219,13 +219,13 @@ If you find this repository useful, please give us a star ⭐.
219219
To cite our work:
220220

221221
```
222-
@misc{li2023makinglargelanguagemodels,
223-
title={Making Large Language Models A Better Foundation For Dense Retrieval},
224-
author={Chaofan Li and Zheng Liu and Shitao Xiao and Yingxia Shao},
225-
year={2023},
226-
eprint={2312.15503},
222+
@misc{li2024makingtextembeddersfewshot,
223+
title={Making Text Embedders Few-Shot Learners},
224+
author={Chaofan Li and MingHao Qin and Shitao Xiao and Jianlyu Chen and Kun Luo and Yingxia Shao and Defu Lian and Zheng Liu},
225+
year={2024},
226+
eprint={2409.15700},
227227
archivePrefix={arXiv},
228-
primaryClass={cs.CL},
229-
url={https://arxiv.org/abs/2312.15503},
228+
primaryClass={cs.IR},
229+
url={https://arxiv.org/abs/2409.15700},
230230
}
231231
```

0 commit comments

Comments
 (0)