bourdoiscatie commited on
Commit
43f4da5
1 Parent(s): b05943e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_context
13
+
14
+ ## Summary
15
+
16
+ **fquad_fr_prompt_question_generation_with_context** 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 context) 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
+ 24 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
+ '"'+context+'"\n Générer une question à partir du texte ci-dessus : ',
27
+ '"'+context+'"\n Génère une question à partir du texte ci-dessus : ',
28
+ '"'+context+'"\n Générez une question à partir du texte ci-dessus : ',
29
+ '"'+context+'"\n Trouver une question à partir du texte ci-dessus : ',
30
+ '"'+context+'"\n Trouve une question à partir du texte ci-dessus : ',
31
+ '"'+context+'"\n Trouvez une question à partir du texte ci-dessus : ',
32
+ '"'+context+'"\n Créer une bonne question à partir du texte ci-dessus : ',
33
+ '"'+context+'"\n Crée trouver une bonne question à partir du texte ci-dessus : ',
34
+ '"'+context+'"\n Créez trouver une bonne question à partir du texte ci-dessus : ',
35
+ '"'+context+'"\n Ecrire une bonne question à partir du texte ci-dessus : ',
36
+ '"'+context+'"\n Ecris une bonne question à partir du texte ci-dessus : ',
37
+ '"'+context+'"\n Ecrivez une bonne question à partir du texte ci-dessus : ',
38
+ 'Générer une bonne question pour le texte suivant : "'+context+'"',
39
+ 'Génère une bonne question pour le texte suivant : "'+context+'"',
40
+ 'Générez une bonne question pour le texte suivant : "'+context+'"',
41
+ 'Trouver une bonne question pour le texte suivant : "'+context+'"',
42
+ 'Trouve une bonne question pour le texte suivant : "'+context+'"',
43
+ 'Trouvez trouver une bonne question pour le texte suivant : "'+context+'"',
44
+ 'Créer une bonne question pour le texte suivant : "'+context+'"',
45
+ 'Crée trouver une bonne question pour le texte suivant : "'+context+'"',
46
+ 'Créez trouver une bonne question pour le texte suivant : "'+context+'"',
47
+ 'Ecrire une bonne question pour le texte suivant : "'+context+'"',
48
+ 'Ecris une bonne question pour le texte suivant : "'+context+'"',
49
+ 'Ecrivez une bonne question pour le texte suivant : "'+context+'"'
50
+ ```
51
+
52
+ # Splits
53
+ - train with 48,069 samples
54
+ - no valid and test splits in the original data
55
+
56
+
57
+ # How to use?
58
+ This repository doesn't contain any data.
59
+
60
+
61
+ # Citation
62
+ ## Original data
63
+ > @ARTICLE{2020arXiv200206071
64
+ author = {Martin, d'Hoffschmidt and Maxime, Vidal and Wacim, Belblidia and Tom, Brendlé},
65
+ title = "{FQuAD: French Question Answering Dataset}",
66
+ journal = {arXiv e-prints},
67
+ keywords = {Computer Science - Computation and Language},
68
+ year = "2020",
69
+ month = "Feb",
70
+ eid = {arXiv:2002.06071},
71
+ pages = {arXiv:2002.06071},
72
+ archivePrefix = {arXiv},
73
+ eprint = {2002.06071},
74
+ primaryClass = {cs.CL}
75
+ }
76
+
77
+
78
+
79
+
80
+ ## This Dataset
81
+
82
+
83
+
84
+ ## License
85
+ CC BY-NC-SA 3.0