Datasets:
Commit
•
9648d68
1
Parent(s):
4db7822
Update README.md (#1)
Browse files- Update README.md (69ba16651c4129ee9d243c441f1f199dcaaeac91)
Co-authored-by: Gijs Wijnholds <gijswijnholds@users.noreply.huggingface.co>
README.md
CHANGED
@@ -41,7 +41,79 @@ dataset_info:
|
|
41 |
num_examples: 4906
|
42 |
download_size: 822658
|
43 |
dataset_size: 3009964
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
---
|
45 |
-
# Dataset Card for "sick_nl"
|
46 |
|
47 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
num_examples: 4906
|
42 |
download_size: 822658
|
43 |
dataset_size: 3009964
|
44 |
+
license: mit
|
45 |
+
task_categories:
|
46 |
+
- text-classification
|
47 |
+
language:
|
48 |
+
- nl
|
49 |
+
pretty_name: SICK-NL
|
50 |
+
size_categories:
|
51 |
+
- 1K<n<10K
|
52 |
---
|
|
|
53 |
|
54 |
+
## Dataset Description
|
55 |
+
|
56 |
+
- **Homepage:** https://github.com/gijswijnholds/sick_nl
|
57 |
+
- **Repository:** https://github.com/gijswijnholds/sick_nl
|
58 |
+
- **Paper:** https://aclanthology.org/2021.eacl-main.126/
|
59 |
+
- **Point of Contact:** [Gijs Wijnholds](mailto:gijswijnholds@gmail.com)
|
60 |
+
|
61 |
+
### Dataset Summary
|
62 |
+
|
63 |
+
An automatically translated, manually corrected translation of the SICK dataset of [Marelli et al. 2014](https://www.aclweb.org/anthology/L14-1314), intended to boost research in Dutch NLP.
|
64 |
+
|
65 |
+
|
66 |
+
### Languages
|
67 |
+
|
68 |
+
The dataset is in Dutch.
|
69 |
+
|
70 |
+
## Dataset Structure
|
71 |
+
|
72 |
+
### Data Fields
|
73 |
+
|
74 |
+
- pair_ID: sentence pair ID
|
75 |
+
- sentence_A: sentence A
|
76 |
+
- sentence_B: sentence B
|
77 |
+
- label: textual entailment gold label: entailment (0), neutral (1) or contradiction (2)
|
78 |
+
- relatedness_score: semantic relatedness gold score (on a 1-5 continuous scale)
|
79 |
+
- entailment_AB: entailment for the A-B order (A_neutral_B, A_entails_B, or A_contradicts_B)
|
80 |
+
- entailment_BA: entailment for the B-A order (B_neutral_A, B_entails_A, or B_contradicts_A)
|
81 |
+
- sentence_A_original: original sentence from which sentence A is derived
|
82 |
+
- sentence_B_original: original sentence from which sentence B is derived
|
83 |
+
- sentence_A_dataset: dataset from which the original sentence A was extracted (FLICKR vs. SEMEVAL)
|
84 |
+
- sentence_B_dataset: dataset from which the original sentence B was extracted (FLICKR vs. SEMEVAL)
|
85 |
+
|
86 |
+
### Data Splits
|
87 |
+
|
88 |
+
Train Trial Test
|
89 |
+
4439 495 4906
|
90 |
+
|
91 |
+
## Dataset Creation
|
92 |
+
|
93 |
+
The dataset was created by first automatically translating all sentences, then by manually correcting any translation errors. This guarantees naturality of the examples while aligning the relatedness scores and entailment labels. Since the data IDs are preserved the dataset is fully aligned on the sentence level.
|
94 |
+
|
95 |
+
## Additional Information
|
96 |
+
|
97 |
+
### Licensing Information
|
98 |
+
|
99 |
+
This dataset falls under an MIT License.
|
100 |
+
|
101 |
+
### Citation Information
|
102 |
+
|
103 |
+
|
104 |
+
```
|
105 |
+
@inproceedings{wijnholds-etal-2021-sicknl,
|
106 |
+
title = "SICK-NL: A Dataset for Dutch Natural Language Inference",
|
107 |
+
author = "Wijnholds, Gijs and Moortgat, Michael",
|
108 |
+
booktitle = "Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics",
|
109 |
+
month = apr,
|
110 |
+
year = "2021",
|
111 |
+
address = "Online",
|
112 |
+
publisher = "Association for Computational Linguistics",
|
113 |
+
url = "https://www.aclweb.org/anthology/2021.eacl-main.126/",
|
114 |
+
}
|
115 |
+
```
|
116 |
+
|
117 |
+
### Contributions
|
118 |
+
|
119 |
+
Thanks to [@maximedb](https://huggingface.co/maximedb) for adding this dataset.
|