Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -77,5 +77,13 @@ The evaluation code and needle set data is licensed under the [Adobe Research Li
|
|
| 77 |
## Cite
|
| 78 |
If you use the **NoLiMa** dataset, filtering pipeline, or code, please cite the paper:
|
| 79 |
```bibtex
|
| 80 |
-
@{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
```
|
|
|
|
| 77 |
## Cite
|
| 78 |
If you use the **NoLiMa** dataset, filtering pipeline, or code, please cite the paper:
|
| 79 |
```bibtex
|
| 80 |
+
@misc{modarressi2025nolimalongcontextevaluationliteral,
|
| 81 |
+
title={NoLiMa: Long-Context Evaluation Beyond Literal Matching},
|
| 82 |
+
author={Ali Modarressi and Hanieh Deilamsalehy and Franck Dernoncourt and Trung Bui and Ryan A. Rossi and Seunghyun Yoon and Hinrich Schütze},
|
| 83 |
+
year={2025},
|
| 84 |
+
eprint={2502.05167},
|
| 85 |
+
archivePrefix={arXiv},
|
| 86 |
+
primaryClass={cs.CL},
|
| 87 |
+
url={https://arxiv.org/abs/2502.05167},
|
| 88 |
+
}
|
| 89 |
```
|