bourdoiscatie commited on
Commit
880ae26
·
1 Parent(s): 08c6c72

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +92 -0
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - fr
4
+ license:
5
+ - cc-by-4.0
6
+ size_categories:
7
+ - 10K<n<100K
8
+ task_categories:
9
+ - text-generation
10
+ tags:
11
+ - keywords-extraction
12
+ - DFP
13
+ - french prompts
14
+ annotations_creators:
15
+ - found
16
+ language_creators:
17
+ - found
18
+ multilinguality:
19
+ - monolingual
20
+ source_datasets:
21
+ - taln-ls2n/termith-eval
22
+ ---
23
+
24
+ # termith-eval_fr_prompt_keywords_extraction
25
+ ## Summary
26
+
27
+ **termith-eval_fr_prompt_keywords_extraction** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP).
28
+ It contains **8,379** rows that can be used for a keywords_extraction task.
29
+ The original data (without prompts) comes from the dataset [termith-eval](https://huggingface.co/datasets/taln-ls2n/termith-eval).
30
+ 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.
31
+
32
+
33
+ ## Prompts used
34
+ ### List
35
+ 21 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.
36
+
37
+ ```
38
+ 'Extraire les mots clés importants du texte suivant : '+text,
39
+ 'Extrais les mots clés importants du texte suivant : '+text,
40
+ 'Extrayez les mots clés importants du texte suivant : '+text,
41
+ 'Isoler les mots clés importants du texte suivant : '+text,
42
+ 'Isole les mots clés importants du texte suivant : '+text,
43
+ 'Isolez les mots clés importants du texte suivant : '+text,
44
+ 'Dégager des mots clés dans le texte : '+text,
45
+ 'Dégage des mots clés dans le texte : '+text,
46
+ 'Dégagez des mots clés dans le texte : '+text,
47
+ 'Générer des mots clés issus du texte suivant : '+text,
48
+ 'Génère des mots clés issus du texte suivant : '+text,
49
+ 'Générez des mots clés issus du texte suivant : '+text,
50
+ 'Trouver les mots clés du texte : '+text,
51
+ 'Trouve les mots clés du texte : '+text,
52
+ 'Trouvez les mots clés du texte : '+text,
53
+ 'Repérer les mots clés importants présents dans le texte suivant : '+text,
54
+ 'Repère les mots clés importants présents dans le texte suivant : '+text,
55
+ 'Repérez les mots clés importants présents dans le texte suivant : '+text,
56
+ 'Indiquer les mots clés du texte : '+text,
57
+ 'Indiquer les mots clés du texte : '+text,
58
+ 'Indiquer les mots clés du texte : '+text
59
+ ```
60
+
61
+
62
+ # Splits
63
+ - `train` with 8,379 samples
64
+ - no `valid` split
65
+ - no `test` split
66
+
67
+
68
+ # How to use?
69
+ ```
70
+ from datasets import load_dataset
71
+ dataset = load_dataset("CATIE-AQ/termith-eval_fr_prompt_keywords_extraction")
72
+ ```
73
+
74
+ # Citation
75
+ ## Original data
76
+ > - (Boudin, 2013) Florian Boudin. 2013.
77
+ [TALN Archives : a digital archive of French research articles in Natural Language Processing (TALN Archives : une archive numérique francophone des articles de recherche en Traitement Automatique de la Langue) [in French]][boudin-2013].
78
+ In Proceedings of TALN 2013 (Volume 2: Short Papers), pages 507–514, Les Sables d’Olonne, France. ATALA.
79
+ >- (Boudin and Gallina, 2021) Florian Boudin and Ygor Gallina. 2021.
80
+ [Redefining Absent Keyphrases and their Effect on Retrieval Effectiveness][boudin-2021].
81
+ In Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, pages 4185–4193, Online. Association for Computational Linguistics.
82
+
83
+ [boudin-2013]: https://aclanthology.org/F13-2001/
84
+ [boudin-2021]: https://aclanthology.org/2021.naacl-main.330/
85
+
86
+
87
+ ## This Dataset
88
+
89
+
90
+
91
+ ## License
92
+ cc-by-4.0