|
--- |
|
language: |
|
- fr |
|
license: cc-by-sa-4.0 |
|
size_categories: |
|
- 100K<n<1M |
|
task_categories: |
|
- fill-mask |
|
tags: |
|
- DFP |
|
- french prompts |
|
annotations_creators: |
|
- found |
|
language_creators: |
|
- found |
|
multilinguality: |
|
- monolingual |
|
source_datasets: |
|
- orange_sum |
|
--- |
|
|
|
# orange_sum_fr_prompt_fill_mask |
|
|
|
## Summary |
|
|
|
**orange_sum_fr_prompt_fill_mask** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP). |
|
It contains **585,624** rows that can be used for a fill mask task. |
|
The original data (without prompts) comes from the dataset [orange_sum](https://huggingface.co/datasets/orange_sum) by Eddine et al. |
|
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. |
|
|
|
|
|
## Prompts used |
|
### List |
|
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. |
|
|
|
``` |
|
'Remplacer le <mask> dans le texte suivant par le mot le plus vraisemblable : '+text, |
|
'Remplace le <mask> dans le texte suivant par le mot le plus vraisemblable : '+text, |
|
'Remplacez le <mask> dans le texte suivant par le mot le plus vraisemblable : '+text, |
|
'Remplacer le <mask> dans le texte suivant par le mot le plus probable : '+text, |
|
'Remplace le <mask> dans le texte suivant par le mot le plus probable : '+text, |
|
'Remplacez le <mask> dans le texte suivant par le mot le plus probable : '+text, |
|
'Substituer le <mask> dans le texte suivant par le mot le plus vraisemblable : '+text, |
|
'Substitue le <mask> dans le texte suivant par le mot le plus vraisemblable : '+text, |
|
'Substituez le <mask> dans le texte suivant par le mot le plus vraisemblable : '+text, |
|
'Substituer le <mask> dans le texte suivant par le mot le plus probable : '+text, |
|
'Substitue le <mask> dans le texte suivant par le mot le plus probable : '+text, |
|
'Substituez le <mask> dans le texte suivant par le mot le plus probable : '+text, |
|
'Changer le <mask> dans le texte suivant par le mot le plus vraisemblable : '+text, |
|
'Change le <mask> dans le texte suivant par le mot le plus vraisemblable : '+text, |
|
'Changez le <mask> dans le texte suivant par le mot le plus vraisemblable : '+text, |
|
'Changer le <mask> dans le texte suivant par le mot le plus probable : '+text, |
|
'Change le <mask> dans le texte suivant par le mot le plus probable : '+text, |
|
'Changez le <mask> dans le texte suivant par le mot le plus probable : '+text, |
|
'Transformer le <mask> dans le texte suivant par le mot le plus vraisemblable : '+text, |
|
'Transforme le <mask> dans le texte suivant par le mot le plus vraisemblable : '+text, |
|
'Transformez le <mask> dans le texte suivant par le mot le plus vraisemblable : '+text, |
|
'Transformer le <mask> dans le texte suivant par le mot le plus probable : '+text, |
|
'Transforme le <mask> dans le texte suivant par le mot le plus probable : '+text, |
|
'Transformez le <mask> dans le texte suivant par le mot le plus probable : '+text, |
|
``` |
|
|
|
|
|
# Splits |
|
- `train` with 513,624 samples |
|
- `valid` with 36,000 samples |
|
- `test` with 36,000 samples |
|
|
|
|
|
|
|
# How to use? |
|
``` |
|
from datasets import load_dataset |
|
dataset = load_dataset("CATIE-AQ/orange_sum_fr_prompt_fill_mask") |
|
``` |
|
|
|
# Citation |
|
## Original data |
|
> @article{eddine2020barthez, |
|
title={BARThez: a Skilled Pretrained French Sequence-to-Sequence Model}, |
|
author={Eddine, Moussa Kamal and Tixier, Antoine J-P and Vazirgiannis, Michalis}, |
|
journal={arXiv preprint arXiv:2010.12321}, |
|
year={2020} |
|
} |
|
|
|
|
|
|
|
## 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-SA-4.0 |
|
|