Datasets:
manu
/

Modalities:
Text
Formats:
parquet
Languages:
French
ArXiv:
Libraries:
Datasets
pandas
License:
manu commited on
Commit
5384ce8
1 Parent(s): 27a87f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -2
README.md CHANGED
@@ -30,7 +30,49 @@ dataset_info:
30
  num_examples: 100
31
  download_size: 785547
32
  dataset_size: 1655090
 
 
 
 
 
 
 
 
 
33
  ---
34
- # Dataset Card for "fquad2_test"
35
 
36
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  num_examples: 100
31
  download_size: 785547
32
  dataset_size: 1655090
33
+ license: apache-2.0
34
+ task_categories:
35
+ - question-answering
36
+ - feature-extraction
37
+ - sentence-similarity
38
+ language:
39
+ - fr
40
+ size_categories:
41
+ - n<1K
42
  ---
43
+ # Dataset Card for "Fquad2_test"
44
 
45
+ This dataset is released as part of FrenchBench, a benchmarking initiative for French Language Model evaluation.
46
+
47
+ It can be used for extractive QA, binary classifcation or infiormation retrieving evaluation !
48
+
49
+ # Cite
50
+
51
+ ```bibtex
52
+ @misc{faysse2024croissantllm,
53
+ title={CroissantLLM: A Truly Bilingual French-English Language Model},
54
+ author={Manuel Faysse and Patrick Fernandes and Nuno M. Guerreiro and António Loison and Duarte M. Alves and Caio Corro and Nicolas Boizard and João Alves and Ricardo Rei and Pedro H. Martins and Antoni Bigata Casademunt and François Yvon and André F. T. Martins and Gautier Viaud and Céline Hudelot and Pierre Colombo},
55
+ year={2024},
56
+ eprint={2402.00786},
57
+ archivePrefix={arXiv},
58
+ primaryClass={cs.CL}
59
+ }
60
+
61
+ @misc{heinrich2021fquad20,
62
+ title={FQuAD2.0: French Question Answering and knowing that you know nothing},
63
+ author={Quentin Heinrich and Gautier Viaud and Wacim Belblidia},
64
+ year={2021},
65
+ eprint={2109.13209},
66
+ archivePrefix={arXiv},
67
+ primaryClass={cs.CL}
68
+ }
69
+
70
+ @misc{dhoffschmidt2020fquad,
71
+ title={FQuAD: French Question Answering Dataset},
72
+ author={Martin d'Hoffschmidt and Wacim Belblidia and Tom Brendlé and Quentin Heinrich and Maxime Vidal},
73
+ year={2020},
74
+ eprint={2002.06071},
75
+ archivePrefix={arXiv},
76
+ primaryClass={cs.CL}
77
+ }
78
+ ```