imenelydiaker commited on
Commit
46c4461
1 Parent(s): 092ee10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
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
+ ```