maximoss commited on
Commit
1d354d2
1 Parent(s): aa5cdf5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +178 -0
README.md CHANGED
@@ -1,3 +1,181 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - fr
7
+ size_categories:
8
+ - 1K<n<10K
9
  ---
10
+
11
+ # Dataset Card for Dataset Name
12
+
13
+
14
+ ## Dataset Description
15
+
16
+ - **Homepage:**
17
+ - **Repository:**
18
+ - **Paper:**
19
+ - **Leaderboard:**
20
+ - **Point of Contact:**
21
+
22
+ ### Dataset Summary
23
+
24
+ This repository contains a machine-translated French version of [SICK](https://huggingface.co/datasets/sick) dataset. The goal is to predict textual entailment (does sentence A
25
+ imply/contradict/neither sentence B), which is a classification task (given two sentences, predict one of three labels). Apart from machine translating the sentence pairs, the rest of information (pair ID, labels, source dataset of each sentence, train/dev/test subset) has been left intact as in the original English dataset.
26
+ The dataset is here formatted in a similar manner (tsv) as the widely used [XNLI](https://huggingface.co/datasets/xnli) dataset for convenience.
27
+
28
+ ### Supported Tasks and Leaderboards
29
+
30
+ 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.
31
+
32
+ ### Languages
33
+
34
+ [More Information Needed]
35
+
36
+ ## Dataset Structure
37
+
38
+ ### Data Instances
39
+
40
+ [More Information Needed]
41
+
42
+ ### Data Fields
43
+
44
+ - `pair_ID`: Sentence pair ID.
45
+ - `sentence_A`: Sentence A, known also as premise in ohter NLI datasets.
46
+ - `sentence_B`: Sentence B, known also as hypothesis in ohter NLI datasets.
47
+ - `entailment_label`: textual entailment gold label (NEUTRAL, ENTAILMENT, or CONTRADICTION).
48
+ - `entailment_AB`: Entailment label for the A-B order (A_neutral_B, A_entails_B, or A_contradicts_B).
49
+ - `entailment_BA`: Entailment label for the B-A order (B_neutral_A, B_entails_A, or B_contradicts_A).
50
+ - `original_SICK_sentence_A`: The original premise from the English source dataset.
51
+ - `original_SICK_sentence_B`: The original hypothesis from the English source dataset.
52
+ - `sentence_A_dataset`: The dataset from which the original sentence A was extracted (FLICKR vs. SEMEVAL).
53
+ - `sentence_B_dataset`: The dataset from which the original sentence B was extracted (FLICKR vs. SEMEVAL).
54
+
55
+ ### Data Splits
56
+
57
+ For the A-B order:
58
+ | name |entailment|neutral|contradiction|
59
+ |--------|---------:|------:|------------:|
60
+ |train | 705 | 641 | 654 |
61
+ |validation | 705 | 641 | 654 |
62
+ |test | 705 | 641 | 654 |
63
+
64
+ For the B-A order:
65
+ | name |entailment|neutral|contradiction|
66
+ |--------|---------:|------:|------------:|
67
+ |train | 705 | 641 | 654 |
68
+ |validation | 705 | 641 | 654 |
69
+ |test | 705 | 641 | 654 |
70
+
71
+ ## Dataset Creation
72
+
73
+ The two subsets of the original dataset were machine translated using the latest neural machine translation [opus-mt-tc-big](https://huggingface.co/models?sort=downloads&search=opus-mt-tc-big) models available for the respective languages.
74
+ Running the translations lasted from March 25, 2023 until April 8, 2023.
75
+
76
+ ### Curation Rationale
77
+
78
+ [More Information Needed]
79
+
80
+ ### Source Data
81
+
82
+ #### Initial Data Collection and Normalization
83
+
84
+ [More Information Needed]
85
+
86
+ #### Who are the source language producers?
87
+
88
+ [More Information Needed]
89
+
90
+ ### Annotations
91
+
92
+ #### Annotation process
93
+
94
+ [More Information Needed]
95
+
96
+ #### Who are the annotators?
97
+
98
+ [More Information Needed]
99
+
100
+ ### Personal and Sensitive Information
101
+
102
+ [More Information Needed]
103
+
104
+ ## Considerations for Using the Data
105
+
106
+ ### Social Impact of Dataset
107
+
108
+ [More Information Needed]
109
+
110
+ ### Discussion of Biases
111
+
112
+ [More Information Needed]
113
+
114
+ ### Other Known Limitations
115
+
116
+ [More Information Needed]
117
+
118
+ ## Additional Information
119
+
120
+ ### Dataset Curators
121
+
122
+ [More Information Needed]
123
+
124
+ ### Licensing Information
125
+
126
+ [More Information Needed]
127
+
128
+ ### Citation Information
129
+
130
+ **BibTeX:**
131
+
132
+ ````BibTeX
133
+ @inproceedings{marelli-etal-2014-sick,
134
+ title = "A {SICK} cure for the evaluation of compositional distributional semantic models",
135
+ author = "Marelli, Marco and
136
+ Menini, Stefano and
137
+ Baroni, Marco and
138
+ Bentivogli, Luisa and
139
+ Bernardi, Raffaella and
140
+ Zamparelli, Roberto",
141
+ editor = "Calzolari, Nicoletta and
142
+ Choukri, Khalid and
143
+ Declerck, Thierry and
144
+ Loftsson, Hrafn and
145
+ Maegaard, Bente and
146
+ Mariani, Joseph and
147
+ Moreno, Asuncion and
148
+ Odijk, Jan and
149
+ Piperidis, Stelios",
150
+ booktitle = "Proceedings of the Ninth International Conference on Language Resources and Evaluation ({LREC}'14)",
151
+ month = may,
152
+ year = "2014",
153
+ address = "Reykjavik, Iceland",
154
+ publisher = "European Language Resources Association (ELRA)",
155
+ url = "http://www.lrec-conf.org/proceedings/lrec2014/pdf/363_Paper.pdf",
156
+ pages = "216--223",
157
+ 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.",
158
+ }
159
+
160
+ @inproceedings{tiedemann-thottingal-2020-opus,
161
+ title = "{OPUS}-{MT} {--} Building open translation services for the World",
162
+ author = {Tiedemann, J{\"o}rg and
163
+ Thottingal, Santhosh},
164
+ booktitle = "Proceedings of the 22nd Annual Conference of the European Association for Machine Translation",
165
+ month = nov,
166
+ year = "2020",
167
+ address = "Lisboa, Portugal",
168
+ publisher = "European Association for Machine Translation",
169
+ url = "https://aclanthology.org/2020.eamt-1.61",
170
+ pages = "479--480",
171
+ 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.",
172
+ }
173
+ ````
174
+
175
+ ### Acknowledgements
176
+
177
+ This translation of the original dataset was done as part of a research project 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.
178
+
179
+ ### Contributions
180
+
181
+ [More Information Needed]