Datasets:

Modalities:
Text
Formats:
parquet
Languages:
French
ArXiv:
Tags:
License:
imenelydiaker commited on
Commit
f941c63
1 Parent(s): d52136f

Update README.md (#2)

Browse files

- Update README.md (166e72413e23ff6a8919780d93ecb9685ecb5798)

Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -40,4 +40,24 @@ configs:
40
  path: queries/test-*
41
  - split: train
42
  path: queries/train-*
 
 
 
 
43
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  path: queries/test-*
41
  - split: train
42
  path: queries/train-*
43
+ license: mit
44
+ language:
45
+ - fr
46
+ pretty_name: Alloprof
47
  ---
48
+
49
+ ### Description
50
+ This dataset was built upon [Alloprof](https://arxiv.org/abs/2302.07738) Q&A dataset, negative samples were created using BM25. Please refer to our paper for more details.
51
+
52
+ ### Citation
53
+ If you use this dataset in your work, please consider citing:
54
+ ```
55
+ @misc{ciancone2024extending,
56
+ title={Extending the Massive Text Embedding Benchmark to French},
57
+ author={Mathieu Ciancone and Imene Kerboua and Marion Schaeffer and Wissam Siblini},
58
+ year={2024},
59
+ eprint={2405.20468},
60
+ archivePrefix={arXiv},
61
+ primaryClass={cs.CL}
62
+ }
63
+ ```