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

Update README.md (#2)

Browse files

- Update README.md (46c4461f11777605f54452a41844c471ffe4c1e6)

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
+ ```