maximoss commited on
Commit
7fc4905
1 Parent(s): 0c5934d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -54,6 +54,28 @@ This dataset can be used for the task of Natural Language Inference (NLI), also
54
  **BibTeX:**
55
 
56
  ````BibTeX
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  @inproceedings{cui-etal-2022-generalized-quantifiers,
58
  title = "Generalized Quantifiers as a Source of Error in Multilingual {NLU} Benchmarks",
59
  author = "Cui, Ruixiang and
@@ -73,7 +95,7 @@ This dataset can be used for the task of Natural Language Inference (NLI), also
73
 
74
  **ACL:**
75
 
76
- 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).
77
 
78
  And
79
 
 
54
  **BibTeX:**
55
 
56
  ````BibTeX
57
+ @inproceedings{skandalis-etal-2024-new-datasets,
58
+ title = "New Datasets for Automatic Detection of Textual Entailment and of Contradictions between Sentences in {F}rench",
59
+ author = "Skandalis, Maximos and
60
+ Moot, Richard and
61
+ Retor{\'e}, Christian and
62
+ Robillard, Simon",
63
+ editor = "Calzolari, Nicoletta and
64
+ Kan, Min-Yen and
65
+ Hoste, Veronique and
66
+ Lenci, Alessandro and
67
+ Sakti, Sakriani and
68
+ Xue, Nianwen",
69
+ booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
70
+ month = may,
71
+ year = "2024",
72
+ address = "Torino, Italy",
73
+ publisher = "ELRA and ICCL",
74
+ url = "https://aclanthology.org/2024.lrec-main.1065",
75
+ pages = "12173--12186",
76
+ 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.",
77
+ }
78
+
79
  @inproceedings{cui-etal-2022-generalized-quantifiers,
80
  title = "Generalized Quantifiers as a Source of Error in Multilingual {NLU} Benchmarks",
81
  author = "Cui, Ruixiang and
 
95
 
96
  **ACL:**
97
 
98
+ 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.
99
 
100
  And
101