maximoss commited on
Commit
edd4068
1 Parent(s): 52b09a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -71,12 +71,32 @@ This dataset can be used for the task of Natural Language Inference (NLI), also
71
  **BibTeX:**
72
 
73
  ````BibTeX
74
- TBA
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  ````
76
 
77
  **ACL:**
78
 
79
- 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).
80
 
81
  ### Acknowledgements
82
 
 
71
  **BibTeX:**
72
 
73
  ````BibTeX
74
+ @inproceedings{skandalis-etal-2024-new-datasets,
75
+ title = "New Datasets for Automatic Detection of Textual Entailment and of Contradictions between Sentences in {F}rench",
76
+ author = "Skandalis, Maximos and
77
+ Moot, Richard and
78
+ Retor{\'e}, Christian and
79
+ Robillard, Simon",
80
+ editor = "Calzolari, Nicoletta and
81
+ Kan, Min-Yen and
82
+ Hoste, Veronique and
83
+ Lenci, Alessandro and
84
+ Sakti, Sakriani and
85
+ Xue, Nianwen",
86
+ booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
87
+ month = may,
88
+ year = "2024",
89
+ address = "Torino, Italy",
90
+ publisher = "ELRA and ICCL",
91
+ url = "https://aclanthology.org/2024.lrec-main.1065",
92
+ pages = "12173--12186",
93
+ 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.",
94
+ }
95
  ````
96
 
97
  **ACL:**
98
 
99
+ 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.
100
 
101
  ### Acknowledgements
102