bourdoiscatie's picture
Update README.md
c48eb23
metadata
language:
  - fr
license:
  - cc-by-4.0
size_categories:
  - 10K<n<100K
task_categories:
  - text-generation
tags:
  - keywords-extraction
  - DFP
  - french prompts
annotations_creators:
  - found
language_creators:
  - found
multilinguality:
  - monolingual
source_datasets:
  - taln-ls2n/taln-archives

taln-archives_fr_prompt_keywords_extraction

Summary

taln-archives_fr_prompt_keywords_extraction is a subset of the Dataset of French Prompts (DFP).
It contains 24,507 rows that can be used for a keywords_extraction task.
The original data (without prompts) comes from the dataset taln-archives.
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 dataset by Muennighoff et al.

Prompts used

List

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.

'Extraire les mots clés importants du texte suivant : '+text,  
'Extrais les mots clés importants du texte suivant : '+text,  
'Extrayez les mots clés importants du texte suivant : '+text,  
'Isoler les mots clés importants du texte suivant : '+text,  
'Isole les mots clés importants du texte suivant : '+text,  
'Isolez les mots clés importants du texte suivant : '+text,  
'Dégager des mots clés dans le texte : '+text,  
'Dégage des mots clés dans le texte : '+text,  
'Dégagez des mots clés dans le texte : '+text,  
'Générer des mots clés issus du texte suivant : '+text,  
'Génère des mots clés issus du texte suivant : '+text,  
'Générez des mots clés issus du texte suivant : '+text,  
'Trouver les mots clés du texte : '+text,  
'Trouve les mots clés du texte : '+text,  
'Trouvez les mots clés du texte : '+text,  
'Repérer les mots clés importants présents dans le texte suivant : '+text,  
'Repère les mots clés importants présents dans le texte suivant : '+text,  
'Repérez les mots clés importants présents dans le texte suivant : '+text,  
'Indiquer les mots clés du texte : '+text,  
'Indiquer les mots clés du texte : '+text,  
'Indiquer les mots clés du texte : '+text

Splits

  • train with 24,507 samples
  • no valid split
  • no test split

How to use?

from datasets import load_dataset
dataset = load_dataset("CATIE-AQ/taln-archives_fr_prompt_keywords_extraction")

Citation

Original data

This Dataset

@misc {centre_aquitain_des_technologies_de_l'information_et_electroniques_2023,
author = { {Centre Aquitain des Technologies de l'Information et Electroniques} },
title = { DFP (Revision 1d24c09) },
year = 2023,
url = { https://huggingface.co/datasets/CATIE-AQ/DFP },
doi = { 10.57967/hf/1200 },
publisher = { Hugging Face }
}

License

cc-by-4.0