File size: 4,458 Bytes
2292be3
 
 
 
 
 
3f2f955
2292be3
 
c825cca
 
3f2f955
 
 
 
 
 
 
 
 
 
2292be3
 
 
 
 
3f2f955
554788d
3f2f955
2292be3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
874c101
f314875
 
 
2292be3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
05bae4a
 
 
 
 
 
 
 
2292be3
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
language:
- fr
license:
- other
size_categories:
- 100K<n<1M
task_categories:
- text-generation
tags:
- paraphrase-generation
- DFP
- french prompts
annotations_creators:
- found
language_creators:
- found
multilinguality:
- monolingual
source_datasets:
- paws-x
---

# paws-x_fr_prompt_paraphrase_generation
## Summary

**paws-x_fr_prompt_paraphrase_generation** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP).  
It contains **562,728** rows that can be used for a paraphrase generation task.  
The original data (without prompts) comes from the dataset [paws-x](https://huggingface.co/datasets/paws-x) by Yang et al. where only the French part has been kept.  
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.

```
'Générer une phrase qui signifie la même chose que celle-ci : "'+sentence1+'"',  
'Génère une phrase qui signifie la même chose que celle-ci : "'+sentence1+'"',  
'Générez une phrase qui signifie la même chose que celle-ci : "'+sentence1+'"',  
'Paraphraser la phrase suivante : "'+sentence1+'"',  
'Paraphrase la phrase suivante : "'+sentence1+'"',  
'Paraphrasez la phrase suivante : "'+sentence1+'"',  
'Créer une phrase qui signifie la même chose que celle-ci : "'+sentence1+'"',  
'Crée une phrase qui signifie la même chose que celle-ci : "'+sentence1+'"',  
'Créez une phrase qui signifie la même chose que celle-ci : "'+sentence1+'"',  
'Créer une paraphrase de la phrase suivante : "'+sentence1+'"',  
'Crée une paraphrase de la phrase suivante : "'+sentence1+'"',  
'Créez une paraphrase de la phrase suivante : "'+sentence1+'"',  
'Ecrire une phrase qui signifie la même chose que celle-ci : "'+sentence1+'"',  
'Ecris une phrase qui signifie la même chose que celle-ci : "'+sentence1+'"',  
'Ecrivez une phrase qui signifie la même chose que celle-ci : "'+sentence1+'"',  
'Ecrire une paraphrase de la phrase suivante : "'+sentence1+'"',  
'Ecris une paraphrase de la phrase suivante : "'+sentence1+'"',  
'Ecrivez une paraphrase de la phrase suivante : "'+sentence1+'"',  
'Rédiger une phrase qui signifie la même chose que celle-ci : "'+sentence1+'"',  
'Rédige une phrase qui signifie la même chose que celle-ci : "'+sentence1+'"',  
'Rédigez une phrase qui signifie la même chose que celle-ci : "'+sentence1+'"',  
'Rédiger une paraphrase de la phrase suivante : "'+sentence1+'"',  
'Rédige une paraphrase de la phrase suivante : "'+sentence1+'"',  
'Rédigez une paraphrase de la phrase suivante : "'+sentence1+'"' 
``` 

### Features used in the prompts
In the prompt list above, `sentence1` and the `target` have been constructed from:
```
paws_x = load_dataset('paws-x','fr')
if paws_x['train'][i]['label'] == 1:
        sentence1 = paws_x['train'][i]['sentence1']
targets = paws_x['train'][i]['sentence2']
```


# Splits
- `train` with 520,416 samples
- `valid` with 20,640 samples
- `test` with 21,672 samples



# How to use?
```
from datasets import load_dataset
dataset = load_dataset("CATIE-AQ/paws-x_fr_prompt_paraphrase_generation")
```

# Citation
## Original data
> @InProceedings{pawsx2019emnlp,
  title = {{PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification}},
  author = {Yang, Yinfei and Zhang, Yuan and Tar, Chris and Baldridge, Jason},
  booktitle = {Proc. of EMNLP},
  year = {2019}
}


## 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
The dataset may be freely used for any purpose, although acknowledgement of Google LLC ("Google") as the data source would be appreciated. The dataset is provided "AS IS" without any warranty, express or implied. Google disclaims all liability for any damages, direct or indirect, resulting from the use of the dataset.