bourdoiscatie commited on
Commit
1e0fa4e
1 Parent(s): f23c1f2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - fr
4
+ license: cc-by-nc-sa-4.0
5
+ size_categories:
6
+ - 10K<n<100K
7
+ task_categories:
8
+ - text-generation
9
+ ---
10
+
11
+ # newsquadfr_fr_prompt_question_generation_with_answer
12
+ ## Summary
13
+
14
+ **newsquadfr_fr_prompt_question_generation_with_answer** is a subset of the [**Dataset of French Prompts (DFP)**]().
15
+ It contains **48,069** rows that can be used for a question-generation (with answer) task.
16
+ The original data (without prompts) comes from the dataset [newsquadfr](https://huggingface.co/datasets/lincoln/newsquadfr) and was augmented by questions in SQUAD 2.0 format in the [FrenchQA]( https://huggingface.co/datasets/CATIE-AQ/frenchQA) dataset.
17
+ A list of prompts (see below) was then applied in order to build the input and target columns and thus obtain the same format as the [xP3](https://huggingface.co/datasets/bigscience/xP3) dataset by Muennighoff et al.
18
+
19
+
20
+ ## Prompts used
21
+ ### List
22
+ 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.
23
+
24
+ ```
25
+ 'Quelle question donnerait la réponse suivante ? Réponse : "'+answer+'";\nQuestion :',
26
+ 'Déterminer la question qui aurait pu être posée pour obtenir la réponse suivante. \n Réponse : "'+answer+'";\n Question :',
27
+ 'Détermine la question que tu aurais pu poser pour obtenir la réponse suivante. \n Réponse : "'+answer+'";\n Question :',
28
+ 'Déterminez la question que vous auriez pu poser pour obtenir la réponse suivante . \n Réponse : "'+answer+'";\n Question :',
29
+ 'Quelle question aurait pu être posée pour obtenir la réponse suivante. \n Réponse : "'+answer+'";\n Question :',
30
+ 'Quelle question aurais-tu pu poser pour obtenir la réponse suivante. \n Réponse : "'+answer+'";\n Question :',
31
+ 'Quelle question auriez-vous pu poser pour obtenir la réponse suivante. \n Réponse : "'+answer+'";\n Question :',
32
+ 'Quelle question aurait pu être posée pour obtenir la réponse suivante. \n Réponse : "'+answer+'";\n Question :',
33
+ 'Quelle question aurais-tu pu poser pour obtenir la réponse suivante. \n Réponse : "'+answer+'";\n Question :',
34
+ 'Quelle question auriez-vous pu poser pour obtenir la réponse suivante. \n Réponse : "'+answer+'";\n Question :',
35
+ 'Sachant la réponse suivante : "'+answer+'"\n Générer une bonne question : ',
36
+ 'Sachant la réponse suivante : "'+answer+'"\n Génère une bonne question : ',
37
+ 'Sachant la réponse suivante : "'+answer+'"\n Générez une bonne question : ',
38
+ 'Sachant la réponse suivante : "'+answer+'"\n Trouver une bonne question : ',
39
+ 'Sachant la réponse suivante : "'+answer+'"\n Trouves une bonne question : ',
40
+ 'Sachant la réponse suivante : "'+answer+'"\n Trouvez une bonne question : ',
41
+ 'Sachant la réponse suivante : "'+answer+'"\n Créer une bonne question : ',
42
+ 'Sachant la réponse suivante : "'+answer+'"\n Crée trouver une bonne question : ',
43
+ 'Sachant la réponse suivante : "'+answer+'"\n Créez trouver une bonne question : ',
44
+ 'Sachant la réponse suivante : "'+answer+'"\n Ecrire une bonne question : ',
45
+ 'Sachant la réponse suivante : "'+answer+'"\n Ecris une bonne question : ',
46
+ 'Sachant la réponse suivante : "'+answer+'"\n Ecrivez une bonne question
47
+ ```
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
+ ```
57
+ from datasets import load_dataset
58
+ dataset = load_dataset("CATIE-AQ/newsquadfr_fr_prompt_question_generation_with_answer")
59
+ ```
60
+
61
+ # Citation
62
+ ## Original data
63
+ >
64
+
65
+
66
+
67
+
68
+ ## This Dataset
69
+
70
+
71
+
72
+ ## License
73
+ CC BY-NC-SA 4.0