maximoss commited on
Commit
dda118a
1 Parent(s): 86f79b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -15
README.md CHANGED
@@ -84,6 +84,28 @@ The translation of the sentences was carried out on November 26th, 2023.
84
  **BibTeX:**
85
 
86
  ````BibTeX
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  @inproceedings{marelli-etal-2014-sick,
88
  title = "A {SICK} cure for the evaluation of compositional distributional semantic models",
89
  author = "Marelli, Marco and
@@ -110,25 +132,11 @@ The translation of the sentences was carried out on November 26th, 2023.
110
  pages = "216--223",
111
  abstract = "Shared and internationally recognized benchmarks are fundamental for the development of any computational system. We aim to help the research community working on compositional distributional semantic models (CDSMs) by providing SICK (Sentences Involving Compositional Knowldedge), a large size English benchmark tailored for them. SICK consists of about 10,000 English sentence pairs that include many examples of the lexical, syntactic and semantic phenomena that CDSMs are expected to account for, but do not require dealing with other aspects of existing sentential data sets (idiomatic multiword expressions, named entities, telegraphic language) that are not within the scope of CDSMs. By means of crowdsourcing techniques, each pair was annotated for two crucial semantic tasks: relatedness in meaning (with a 5-point rating scale as gold score) and entailment relation between the two elements (with three possible gold labels: entailment, contradiction, and neutral). The SICK data set was used in SemEval-2014 Task 1, and it freely available for research purposes.",
112
  }
113
-
114
- @inproceedings{tiedemann-thottingal-2020-opus,
115
- title = "{OPUS}-{MT} {--} Building open translation services for the World",
116
- author = {Tiedemann, J{\"o}rg and
117
- Thottingal, Santhosh},
118
- booktitle = "Proceedings of the 22nd Annual Conference of the European Association for Machine Translation",
119
- month = nov,
120
- year = "2020",
121
- address = "Lisboa, Portugal",
122
- publisher = "European Association for Machine Translation",
123
- url = "https://aclanthology.org/2020.eamt-1.61",
124
- pages = "479--480",
125
- abstract = "This paper presents OPUS-MT a project that focuses on the development of free resources and tools for machine translation. The current status is a repository of over 1,000 pre-trained neural machine translation models that are ready to be launched in on-line translation services. For this we also provide open source implementations of web applications that can run efficiently on average desktop hardware with a straightforward setup and installation.",
126
- }
127
  ````
128
 
129
  **ACL:**
130
 
131
- 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).
132
 
133
  And
134
 
 
84
  **BibTeX:**
85
 
86
  ````BibTeX
87
+ @inproceedings{skandalis-etal-2024-new-datasets,
88
+ title = "New Datasets for Automatic Detection of Textual Entailment and of Contradictions between Sentences in {F}rench",
89
+ author = "Skandalis, Maximos and
90
+ Moot, Richard and
91
+ Retor{\'e}, Christian and
92
+ Robillard, Simon",
93
+ editor = "Calzolari, Nicoletta and
94
+ Kan, Min-Yen and
95
+ Hoste, Veronique and
96
+ Lenci, Alessandro and
97
+ Sakti, Sakriani and
98
+ Xue, Nianwen",
99
+ booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
100
+ month = may,
101
+ year = "2024",
102
+ address = "Torino, Italy",
103
+ publisher = "ELRA and ICCL",
104
+ url = "https://aclanthology.org/2024.lrec-main.1065",
105
+ pages = "12173--12186",
106
+ 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.",
107
+ }
108
+
109
  @inproceedings{marelli-etal-2014-sick,
110
  title = "A {SICK} cure for the evaluation of compositional distributional semantic models",
111
  author = "Marelli, Marco and
 
132
  pages = "216--223",
133
  abstract = "Shared and internationally recognized benchmarks are fundamental for the development of any computational system. We aim to help the research community working on compositional distributional semantic models (CDSMs) by providing SICK (Sentences Involving Compositional Knowldedge), a large size English benchmark tailored for them. SICK consists of about 10,000 English sentence pairs that include many examples of the lexical, syntactic and semantic phenomena that CDSMs are expected to account for, but do not require dealing with other aspects of existing sentential data sets (idiomatic multiword expressions, named entities, telegraphic language) that are not within the scope of CDSMs. By means of crowdsourcing techniques, each pair was annotated for two crucial semantic tasks: relatedness in meaning (with a 5-point rating scale as gold score) and entailment relation between the two elements (with three possible gold labels: entailment, contradiction, and neutral). The SICK data set was used in SemEval-2014 Task 1, and it freely available for research purposes.",
134
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135
  ````
136
 
137
  **ACL:**
138
 
139
+ 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.
140
 
141
  And
142