Datasets:

Modalities:
Text
Formats:
json
Languages:
French
ArXiv:
Libraries:
Datasets
pandas
License:
imenelydiaker commited on
Commit
233f2ac
1 Parent(s): c63c91c

Add citation

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -21,4 +21,17 @@ To use this dataset, you can run the following code :
21
  ```py
22
  from datasets import load_dataset
23
  dataset = load_dataset("lyon-nlp/clustering-hal-s2s", "test")
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ```
 
21
  ```py
22
  from datasets import load_dataset
23
  dataset = load_dataset("lyon-nlp/clustering-hal-s2s", "test")
24
+ ```
25
+
26
+ ### Citation
27
+ If you use this dataset in your work, please consider citing:
28
+ ```
29
+ @misc{ciancone2024extending,
30
+ title={Extending the Massive Text Embedding Benchmark to French},
31
+ author={Mathieu Ciancone and Imene Kerboua and Marion Schaeffer and Wissam Siblini},
32
+ year={2024},
33
+ eprint={2405.20468},
34
+ archivePrefix={arXiv},
35
+ primaryClass={cs.CL}
36
+ }
37
  ```