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