Datasets:
Update README.md
#2
by
imenelydiaker
- opened
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 |
+
```
|