Update README.md
#2
by
imenelydiaker
- opened
README.md
CHANGED
@@ -54,3 +54,20 @@ configs:
|
|
54 |
- split: test
|
55 |
path: queries/test-*
|
56 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
- split: test
|
55 |
path: queries/test-*
|
56 |
---
|
57 |
+
|
58 |
+
### Description
|
59 |
+
This dataset was built upon [Syntec](https://huggingface.co/datasets/lyon-nlp/mteb-fr-retrieval-syntec-s2p) information retrieval dataset, negative samples were created using BM25.
|
60 |
+
Please refer to our paper for more details.
|
61 |
+
|
62 |
+
### Citation
|
63 |
+
If you use this dataset in your work, please consider citing:
|
64 |
+
```
|
65 |
+
@misc{ciancone2024extending,
|
66 |
+
title={Extending the Massive Text Embedding Benchmark to French},
|
67 |
+
author={Mathieu Ciancone and Imene Kerboua and Marion Schaeffer and Wissam Siblini},
|
68 |
+
year={2024},
|
69 |
+
eprint={2405.20468},
|
70 |
+
archivePrefix={arXiv},
|
71 |
+
primaryClass={cs.CL}
|
72 |
+
}
|
73 |
+
```
|