maximoss commited on
Commit
f78c6a8
1 Parent(s): 75fc409

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -81,6 +81,28 @@ For French RTE-3:
81
  **BibTeX:**
82
 
83
  ````BibTeX
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  @inproceedings{giampiccolo-etal-2007-third,
85
  title = "The Third {PASCAL} Recognizing Textual Entailment Challenge",
86
  author = "Giampiccolo, Danilo and
@@ -99,7 +121,7 @@ For French RTE-3:
99
 
100
  **ACL:**
101
 
102
- 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*. The 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024), Turin, Italy. European Language Resources Association (ELRA) and International Committee on Computational Linguistics (ICCL).
103
 
104
  And
105
 
 
81
  **BibTeX:**
82
 
83
  ````BibTeX
84
+ @inproceedings{skandalis-etal-2024-new-datasets,
85
+ title = "New Datasets for Automatic Detection of Textual Entailment and of Contradictions between Sentences in {F}rench",
86
+ author = "Skandalis, Maximos and
87
+ Moot, Richard and
88
+ Retor{\'e}, Christian and
89
+ Robillard, Simon",
90
+ editor = "Calzolari, Nicoletta and
91
+ Kan, Min-Yen and
92
+ Hoste, Veronique and
93
+ Lenci, Alessandro and
94
+ Sakti, Sakriani and
95
+ Xue, Nianwen",
96
+ booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
97
+ month = may,
98
+ year = "2024",
99
+ address = "Torino, Italy",
100
+ publisher = "ELRA and ICCL",
101
+ url = "https://aclanthology.org/2024.lrec-main.1065",
102
+ pages = "12173--12186",
103
+ 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.",
104
+ }
105
+
106
  @inproceedings{giampiccolo-etal-2007-third,
107
  title = "The Third {PASCAL} Recognizing Textual Entailment Challenge",
108
  author = "Giampiccolo, Danilo and
 
121
 
122
  **ACL:**
123
 
124
+ 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.
125
 
126
  And
127