Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,7 @@ size_categories:
|
|
56 |
- 1K<n<10K
|
57 |
---
|
58 |
## Introduction
|
59 |
-
This repo contains the LongEmbed benchmark proposed in the paper [LongEmbed: Extending Embedding Models for Long Context Retrieval](). Dawei Zhu, Liang Wang, Nan Yang, Yifan Song, Wenhao Wu, Furu Wei, Sujian Li, arxiv 2024.04. Github Repo for LongEmbed: https://github.com/dwzhu-pku/LongEmbed.
|
60 |
|
61 |
**LongEmbed** is designed to benchmark long context retrieval. It includes two synthetic tasks and four real-world tasks, featuring documents of varying lengths and dispersed target information. It has been integrated into [MTEB](https://github.com/embeddings-benchmark/mteb) for the convenience of evaluation.
|
62 |
|
@@ -137,4 +137,10 @@ We also include two synthetic tasks, namely needle and passkey retrieval. The fo
|
|
137 |
If you find our paper helpful, please consider cite as follows:
|
138 |
|
139 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
```
|
|
|
56 |
- 1K<n<10K
|
57 |
---
|
58 |
## Introduction
|
59 |
+
This repo contains the LongEmbed benchmark proposed in the paper [LongEmbed: Extending Embedding Models for Long Context Retrieval](https://arxiv.org/abs/2404.12096). Dawei Zhu, Liang Wang, Nan Yang, Yifan Song, Wenhao Wu, Furu Wei, Sujian Li, arxiv 2024.04. Github Repo for LongEmbed: https://github.com/dwzhu-pku/LongEmbed.
|
60 |
|
61 |
**LongEmbed** is designed to benchmark long context retrieval. It includes two synthetic tasks and four real-world tasks, featuring documents of varying lengths and dispersed target information. It has been integrated into [MTEB](https://github.com/embeddings-benchmark/mteb) for the convenience of evaluation.
|
62 |
|
|
|
137 |
If you find our paper helpful, please consider cite as follows:
|
138 |
|
139 |
```
|
140 |
+
@article{zhu2024longembed,
|
141 |
+
title={LongEmbed: Extending Embedding Models for Long Context Retrieval},
|
142 |
+
author={Zhu, Dawei and Wang, Liang and Yang, Nan and Song, Yifan and Wu, Wenhao and Wei, Furu and Li, Sujian},
|
143 |
+
journal={arXiv preprint arXiv:2404.12096},
|
144 |
+
year={2024}
|
145 |
+
}
|
146 |
```
|