avsolatorio
commited on
Commit
•
b4dbade
1
Parent(s):
0466b81
Update README.md
Browse files
README.md
CHANGED
@@ -29,3 +29,23 @@ configs:
|
|
29 |
- split: train
|
30 |
path: data/train-*
|
31 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
- split: train
|
30 |
path: data/train-*
|
31 |
---
|
32 |
+
# MTEB Amazon Reviews Multi Dataset
|
33 |
+
|
34 |
+
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.
|
35 |
+
|
36 |
+
The code for generating the data is available at https://github.com/avsolatorio/GISTEmbed/blob/main/scripts/create_classification_dataset.py.
|
37 |
+
|
38 |
+
|
39 |
+
## Citation
|
40 |
+
```
|
41 |
+
@article{solatorio2024gistembed,
|
42 |
+
title={GISTEmbed: Guided In-sample Selection of Training Negatives for Text Embedding Fine-tuning},
|
43 |
+
author={Aivin V. Solatorio},
|
44 |
+
journal={arXiv preprint arXiv:2402.16829},
|
45 |
+
year={2024},
|
46 |
+
URL={https://arxiv.org/abs/2402.16829}
|
47 |
+
eprint={2402.16829},
|
48 |
+
archivePrefix={arXiv},
|
49 |
+
primaryClass={cs.LG}
|
50 |
+
}
|
51 |
+
```
|