bourdoiscatie commited on
Commit
b5a046e
1 Parent(s): 8b6a6f0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - fr
4
+ license:
5
+ - cc-by-nc-sa-3.0
6
+ size_categories:
7
+ - 10K<n<100K
8
+ task_categories:
9
+ - text-generation
10
+ ---
11
+
12
+ # fquad_fr_prompt_question_generation_with_answer
13
+
14
+ ## Summary
15
+
16
+ **fquad_fr_prompt_question_generation_with_answer** is a subset of the [**Dataset of French Prompts (DFP)**]().
17
+ It contains **48,069** rows that can be used for a question-generation (with answer) task.
18
+ The original data (without prompts) comes from the dataset [FQuAD]( https://huggingface.co/datasets/fquad) by d'Hoffschmidt et al. and was augmented by questions in SQUAD 2.0 format in the [FrenchQA]( https://huggingface.co/datasets/CATIE-AQ/frenchQA) dataset.
19
+ As FQuAD's license does not allow data to be shared, we simply share the prompts used, so that users can recreate the dataset themselves in the same format as the [xP3](https://huggingface.co/datasets/bigscience/xP3) dataset by Muennighoff et al.
20
+
21
+ ## Prompts used
22
+ ### List
23
+ 22 prompts were created for this dataset. The logic applied consists in proposing prompts in the indicative tense, in the form of tutoiement and in the form of vouvoiement.
24
+
25
+ ```
26
+ 'Quelle question donnerait la réponse suivante ? Réponse : "'+answer+'";\nQuestion :',
27
+ 'Déterminer la question qui aurait pu être posée pour obtenir la réponse suivante. \n Réponse : "'+answer+'";\n Question :',
28
+ 'Détermine la question que tu aurais pu poser pour obtenir la réponse suivante. \n Réponse : "'+answer+'";\n Question :',
29
+ 'Déterminez la question que vous auriez pu poser pour obtenir la réponse suivante . \n Réponse : "'+answer+'";\n Question :',
30
+ 'Quelle question aurait pu être posée pour obtenir la réponse suivante. \n Réponse : "'+answer+'";\n Question :',
31
+ 'Quelle question aurais-tu pu poser pour obtenir la réponse suivante. \n Réponse : "'+answer+'";\n Question :',
32
+ 'Quelle question auriez-vous pu poser pour obtenir la réponse suivante. \n Réponse : "'+answer+'";\n Question :',
33
+ 'Quelle question aurait pu être posée pour obtenir la réponse suivante. \n Réponse : "'+answer+'";\n Question :',
34
+ 'Quelle question aurais-tu pu poser pour obtenir la réponse suivante. \n Réponse : "'+answer+'";\n Question :',
35
+ 'Quelle question auriez-vous pu poser pour obtenir la réponse suivante. \n Réponse : "'+answer+'";\n Question :',
36
+ 'Sachant la réponse suivante : "'+answer+'"\n Générer une bonne question : ',
37
+ 'Sachant la réponse suivante : "'+answer+'"\n Génère une bonne question : ',
38
+ 'Sachant la réponse suivante : "'+answer+'"\n Générez une bonne question : ',
39
+ 'Sachant la réponse suivante : "'+answer+'"\n Trouver une bonne question : ',
40
+ 'Sachant la réponse suivante : "'+answer+'"\n Trouves une bonne question : ',
41
+ 'Sachant la réponse suivante : "'+answer+'"\n Trouvez une bonne question : ',
42
+ 'Sachant la réponse suivante : "'+answer+'"\n Créer une bonne question : ',
43
+ 'Sachant la réponse suivante : "'+answer+'"\n Crée trouver une bonne question : ',
44
+ 'Sachant la réponse suivante : "'+answer+'"\n Créez trouver une bonne question : ',
45
+ 'Sachant la réponse suivante : "'+answer+'"\n Ecrire une bonne question : ',
46
+ 'Sachant la réponse suivante : "'+answer+'"\n Ecris une bonne question : ',
47
+ 'Sachant la réponse suivante : "'+answer+'"\n Ecrivez une bonne question
48
+ ```
49
+
50
+ # Splits
51
+ - train with 48,069 samples
52
+ - no valid and test splits in the original data
53
+
54
+
55
+ # How to use?
56
+ This repository doesn't contain any data.
57
+
58
+ # Citation
59
+ ## Original data
60
+ > @ARTICLE{2020arXiv200206071
61
+ author = {Martin, d'Hoffschmidt and Maxime, Vidal and Wacim, Belblidia and Tom, Brendlé},
62
+ title = "{FQuAD: French Question Answering Dataset}",
63
+ journal = {arXiv e-prints},
64
+ keywords = {Computer Science - Computation and Language},
65
+ year = "2020",
66
+ month = "Feb",
67
+ eid = {arXiv:2002.06071},
68
+ pages = {arXiv:2002.06071},
69
+ archivePrefix = {arXiv},
70
+ eprint = {2002.06071},
71
+ primaryClass = {cs.CL}
72
+ }
73
+
74
+
75
+
76
+
77
+ ## This Dataset
78
+
79
+
80
+
81
+ ## License
82
+ CC BY-NC-SA 3.0