File size: 6,361 Bytes
bbb3336
a05d1ed
1b2549d
 
 
 
 
df70ef3
 
dc01ce2
 
6aec358
df70ef3
 
03fb18f
 
 
 
 
 
9d326f4
03fb18f
 
 
 
 
 
de3abe9
4afe64e
3602065
4afe64e
 
03fb18f
 
 
b0d549f
03fb18f
 
 
 
 
d66f35d
 
78c6418
 
d685459
 
7af60b8
 
03fb18f
 
 
6629a95
 
bd0c3dd
c773a2d
 
 
d94f96c
03fb18f
4dc9dfc
 
 
 
 
 
1138eae
 
 
 
 
 
 
 
 
 
03fb18f
 
 
 
fd54d8b
 
beab62d
f78c6a8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c5ef73f
30606cf
 
 
 
 
 
 
 
 
 
 
 
c5ef73f
beab62d
03fb18f
fd54d8b
 
f78c6a8
ec274f0
 
 
fd54d8b
 
b80770e
 
69f64ef
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
---
license: cc-by-4.0
language:
- fr
- en
- it
- de
task_categories:
- text-classification
task_ids:
- natural-language-inference
- multi-input-text-classification
size_categories:
- 1K<n<10K
---
# Dataset Card for Dataset Name

## Dataset Description

- **Homepage:** 
- **Repository:** https://github.com/mskandalis/rte3-french
- **Paper:** 
- **Leaderboard:** 
- **Point of Contact:** 

### Dataset Summary

This repository contains all manually translated versions of RTE-3 dataset, plus the original English one. The languages into which RTE-3 dataset has so far been translated are Italian (2012), German (2013), and French (2023).

Unlike in other repositories, both our own French version and the older Italian and German ones are here annotated in 3 classes (entailment, neutral, contradiction), and not in 2 (entailment, not entailment).

If you want to use the dataset only in a specific language among those provided here, you can filter data by selecting only the language column value you wish.

### Supported Tasks and Leaderboards

This dataset can be used for the task of Natural Language Inference (NLI), also known as Recognizing Textual Entailment (RTE), which is a sentence-pair classification task.

## Dataset Structure

### Data Fields

- `id`: Index number.
- `language`: The language of the concerned pair of sentences.
- `premise`: The translated premise in the target language.
- `hypothesis`: The translated premise in the target language.
- `label`: The classification label, with possible values 0 (`entailment`), 1 (`neutral`), 2 (`contradiction`).
- `label_text`: The classification label, with possible values `entailment` (0), `neutral` (1), `contradiction` (2).
- `task`: The particular NLP task that the data was drawn from (IE, IR, QA and SUM).
- `length`: The length of the text of the pair.

### Data Splits

|     name    |development|test|
|-------------|----------:|---:|
|all_languages|   3200    |3200|
|      fr     |    800    | 800|
|      de     |    800    | 800|
|      it     |    800    | 800|
|      en     |    800    | 800|

For French RTE-3:
|     name    |entailment|neutral|contradiction|
|-------------|---------:|------:|------------:|
|     dev     |   412    |  299  |      89     |
|     test    |   410    |  318  |      72     |

|     name    |short|long|
|-------------|----:|---:|
|     dev     | 665 | 135|
|     test    | 683 | 117|

|     name    | IE| IR| QA|SUM|
|-------------|--:|--:|--:|--:|
|     dev     |200|200|200|200|
|     test    |200|200|200|200|

## Additional Information

### Citation Information

**BibTeX:**

````BibTeX
@inproceedings{skandalis-etal-2024-new-datasets,
    title = "New Datasets for Automatic Detection of Textual Entailment and of Contradictions between Sentences in {F}rench",
    author = "Skandalis, Maximos  and
      Moot, Richard  and
      Retor{\'e}, Christian  and
      Robillard, Simon",
    editor = "Calzolari, Nicoletta  and
      Kan, Min-Yen  and
      Hoste, Veronique  and
      Lenci, Alessandro  and
      Sakti, Sakriani  and
      Xue, Nianwen",
    booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
    month = may,
    year = "2024",
    address = "Torino, Italy",
    publisher = "ELRA and ICCL",
    url = "https://aclanthology.org/2024.lrec-main.1065",
    pages = "12173--12186",
    abstract = "This paper introduces DACCORD, an original dataset in French for automatic detection of contradictions between sentences. It also presents new, manually translated versions of two datasets, namely the well known dataset RTE3 and the recent dataset GQNLI, from English to French, for the task of natural language inference / recognising textual entailment, which is a sentence-pair classification task. These datasets help increase the admittedly limited number of datasets in French available for these tasks. DACCORD consists of 1034 pairs of sentences and is the first dataset exclusively dedicated to this task and covering among others the topic of the Russian invasion in Ukraine. RTE3-FR contains 800 examples for each of its validation and test subsets, while GQNLI-FR is composed of 300 pairs of sentences and focuses specifically on the use of generalised quantifiers. Our experiments on these datasets show that they are more challenging than the two already existing datasets for the mainstream NLI task in French (XNLI, FraCaS). For languages other than English, most deep learning models for NLI tasks currently have only XNLI available as a training set. Additional datasets, such as ours for French, could permit different training and evaluation strategies, producing more robust results and reducing the inevitable biases present in any single dataset.",
}

@inproceedings{giampiccolo-etal-2007-third,
    title = "The Third {PASCAL} Recognizing Textual Entailment Challenge",
    author = "Giampiccolo, Danilo  and
      Magnini, Bernardo  and
      Dagan, Ido  and
      Dolan, Bill",
    booktitle = "Proceedings of the {ACL}-{PASCAL} Workshop on Textual Entailment and Paraphrasing",
    month = jun,
    year = "2007",
    address = "Prague",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/W07-1401",
    pages = "1--9",
}
````

**ACL:**

Maximos Skandalis, Richard Moot, Christian Retoré, and Simon Robillard. 2024. [New Datasets for Automatic Detection of Textual Entailment and of Contradictions between Sentences in French](https://aclanthology.org/2024.lrec-main.1065). In *Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)*, pages 12173–12186, Torino, Italy. ELRA and ICCL.

And

Danilo Giampiccolo, Bernardo Magnini, Ido Dagan, and Bill Dolan. 2007. [The Third PASCAL Recognizing Textual Entailment Challenge](https://aclanthology.org/W07-1401). In *Proceedings of the ACL-PASCAL Workshop on Textual Entailment and Paraphrasing*, pages 1–9, Prague. Association for Computational Linguistics.

### Acknowledgements

This work was supported by the Defence Innovation Agency (AID) of the Directorate General of Armament (DGA) of the French Ministry of Armed Forces, and by the ICO, _Institut Cybersécurité Occitanie_, funded by Région Occitanie, France.