Add citation
#3
by
imenelydiaker
- opened
README.md
CHANGED
@@ -34,4 +34,17 @@ To use this dataset, you can run the following code :
|
|
34 |
```py
|
35 |
from datasets import load_dataset
|
36 |
dataset = load_dataset("lyon-nlp/clustering-hal-s2s", name="raw", split="test")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
```
|
|
|
34 |
```py
|
35 |
from datasets import load_dataset
|
36 |
dataset = load_dataset("lyon-nlp/clustering-hal-s2s", name="raw", split="test")
|
37 |
+
```
|
38 |
+
|
39 |
+
### Citation
|
40 |
+
If you use this dataset in your work, please consider citing:
|
41 |
+
```
|
42 |
+
@misc{ciancone2024extending,
|
43 |
+
title={Extending the Massive Text Embedding Benchmark to French},
|
44 |
+
author={Mathieu Ciancone and Imene Kerboua and Marion Schaeffer and Wissam Siblini},
|
45 |
+
year={2024},
|
46 |
+
eprint={2405.20468},
|
47 |
+
archivePrefix={arXiv},
|
48 |
+
primaryClass={cs.CL}
|
49 |
+
}
|
50 |
```
|