avsolatorio
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -49,3 +49,23 @@ configs:
|
|
49 |
- split: train
|
50 |
path: data/train-*
|
51 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
- split: train
|
50 |
path: data/train-*
|
51 |
---
|
52 |
+
# MTEB Amazon Massive Scenario Triplets Dataset
|
53 |
+
|
54 |
+
This dataset was used in the paper GISTEmbed: Guided In-sample Selection of Training Negatives for Text Embedding Fine-tuning. Refer to https://arxiv.org/abs/2402.16829 for details.
|
55 |
+
|
56 |
+
The code for generating the data is available at https://github.com/avsolatorio/GISTEmbed/blob/main/scripts/create_classification_dataset.py.
|
57 |
+
|
58 |
+
|
59 |
+
## Citation
|
60 |
+
```
|
61 |
+
@article{solatorio2024gistembed,
|
62 |
+
title={GISTEmbed: Guided In-sample Selection of Training Negatives for Text Embedding Fine-tuning},
|
63 |
+
author={Aivin V. Solatorio},
|
64 |
+
journal={arXiv preprint arXiv:2402.16829},
|
65 |
+
year={2024},
|
66 |
+
URL={https://arxiv.org/abs/2402.16829}
|
67 |
+
eprint={2402.16829},
|
68 |
+
archivePrefix={arXiv},
|
69 |
+
primaryClass={cs.LG}
|
70 |
+
}
|
71 |
+
```
|