File size: 1,328 Bytes
4af4f92 8aae516 4af4f92 02f8817 8aae516 2832f4d 8aae516 2832f4d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
---
language:
- en
size_categories:
- 1K<n<10K
task_categories:
- text-ranking
- text-retrieval
license: cc-by-nc-4.0
---
This dataset contains hard negative examples generated using cross-encoders for training dense retrieval models.
The data was used in the paper [Don't Retrieve, Generate: Prompting LLMs for Synthetic Training Data in Dense Retrieval](https://huggingface.co/papers/2504.21015).
This dataset is part of the Hugging Face collection: [arxiv-hard-negatives-68027bbc601ff6cc8eb1f449](https://huggingface.co/collections/chungimungi/arxiv-hard-negatives-68027bbc601ff6cc8eb1f449)
Please cite if you found this dataset useful 🤗
```
@misc{sinha2025dontretrievegenerateprompting,
title={Don't Retrieve, Generate: Prompting LLMs for Synthetic Training Data in Dense Retrieval},
author={Aarush Sinha},
year={2025},
eprint={2504.21015},
archivePrefix={arXiv},
primaryClass={cs.IR},
url={https://arxiv.org/abs/2504.21015},
}
```
```
@misc{reimers2019sentencebertsentenceembeddingsusing,
title={Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks},
author={Nils Reimers and Iryna Gurevych},
year={2019},
eprint={1908.10084},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/1908.10084},
}
``` |