avsolatorio
commited on
Commit
•
5836791
1
Parent(s):
2a4e939
Update README.md
Browse files
README.md
CHANGED
@@ -91,3 +91,23 @@ configs:
|
|
91 |
- split: train
|
92 |
path: data/train-*
|
93 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
- split: train
|
92 |
path: data/train-*
|
93 |
---
|
94 |
+
# MTEB Amazon Massive Intent Triplets Dataset
|
95 |
+
|
96 |
+
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.
|
97 |
+
|
98 |
+
The code for generating the data is available at https://github.com/avsolatorio/GISTEmbed/blob/main/scripts/create_classification_dataset.py.
|
99 |
+
|
100 |
+
|
101 |
+
## Citation
|
102 |
+
```
|
103 |
+
@article{solatorio2024gistembed,
|
104 |
+
title={GISTEmbed: Guided In-sample Selection of Training Negatives for Text Embedding Fine-tuning},
|
105 |
+
author={Aivin V. Solatorio},
|
106 |
+
journal={arXiv preprint arXiv:2402.16829},
|
107 |
+
year={2024},
|
108 |
+
URL={https://arxiv.org/abs/2402.16829}
|
109 |
+
eprint={2402.16829},
|
110 |
+
archivePrefix={arXiv},
|
111 |
+
primaryClass={cs.LG}
|
112 |
+
}
|
113 |
+
```
|