bylin commited on
Commit
aadb6c2
1 Parent(s): 93d6e2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +178 -1
README.md CHANGED
@@ -5,4 +5,181 @@ task_categories:
5
  language:
6
  - nl
7
  pretty_name: Dutch CoLA
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  language:
6
  - nl
7
  pretty_name: Dutch CoLA
8
+ ---
9
+
10
+ **Dutch CoLA** is a **c**orpus **o**f **l**inguistic **a**cceptability for Dutch: a dataset consisting of sentences in Dutch, each marked as either acceptable (class 1) or unacceptable (class 0). These sentences are collected from existing descriptions of Dutch grammar (see sources below) with expert-annotated acceptability labels.
11
+
12
+ Dutch CoLA is part of the group project by students of BA Information Science program at the University of Groningen. List of people involved (alphabetic order):
13
+
14
+
15
+
16
+ * Abdi, Silvana
17
+ * Brouwer, Hylke
18
+ * Elzinga, Martine
19
+ * Gunput, Shenza
20
+ * Huisman, Sem
21
+ * Krooneman, Collin
22
+ * Poot, David
23
+ * Top, Jelmer
24
+ * Weideman, Cain
25
+ * Lisa Bylinina (supervisor)
26
+
27
+ The dataset format roughly follows that of [English CoLA](https://nyu-mll.github.io/CoLA/) and contains the following fields:
28
+
29
+
30
+
31
+ 1. **Source** of the example (encoded as defined below)
32
+ 2. **Original ID:** example number in the original source (encoded as defined below)
33
+ 3. **Acceptability**: 0 (unacceptable) or 1 (acceptable)
34
+ 4. **Original annotation**: acceptability label of the sentence in the original source (can be empty, ‘*’, ‘??’, ‘?’ etc.)
35
+ 5. **Sentence**: the actual sentence. It might appear just like in the source, or can have some linguistic notation removed and/or some material added to complete the example to a full sentence.
36
+ 6. **Material added**: 0 (if the original example didn’t have to be completed to be a full sentence) or 1 (if some material was added compared to the example in the source to make it a full sentence)
37
+
38
+ The dataset is split into 4 subsets:
39
+
40
+
41
+
42
+ * **Train** (train.csv): 19925 rows (unbalanced)
43
+ * **Validation** (val.csv): 2400 rows (balanced)
44
+ * **Test** (test.csv): 2400 rows (balanced)
45
+ * **Intermediate** (intermediate.csv): examples with intermediate original acceptability labels (‘?’ and ‘(?)’), the ‘Acceptability’ field contains 0 for all of them. 1200 rows
46
+
47
+ Legend for source encoding:
48
+
49
+
50
+ <table>
51
+ <tr>
52
+ <td><strong>Source code</strong>
53
+ </td>
54
+ <td><strong>Source</strong>
55
+ </td>
56
+ </tr>
57
+ <tr>
58
+ <td>SoD-Zw
59
+ </td>
60
+ <td>Zwart, J. W. (2011). <em>The syntax of Dutch</em>. Cambridge University Press.
61
+ </td>
62
+ </tr>
63
+ <tr>
64
+ <td>SoD-Noun1
65
+ </td>
66
+ <td>Keizer, E., & Broekhuis, H. (2012). <em>Syntax of Dutch: Nouns and Noun Phrases. Volume 1</em>. Amsterdam University Press.
67
+ </td>
68
+ </tr>
69
+ <tr>
70
+ <td>SoD-Noun2
71
+ </td>
72
+ <td>Dikken, M. D., & Broekhuis, H. (2012). <em>Syntax of Dutch: Nouns and Noun Phrases-Volume 2</em>. Amsterdam University Press.
73
+ </td>
74
+ </tr>
75
+ <tr>
76
+ <td>SoD-Adj
77
+ </td>
78
+ <td>Broekhuis, H. (2013). <em>Syntax of Dutch: Adjectives and adjective phrases</em>. Amsterdam University Press.
79
+ </td>
80
+ </tr>
81
+ <tr>
82
+ <td>SoD-Adp
83
+ </td>
84
+ <td>Broekhuis, H. (2013). <em>Syntax of Dutch: Adpositions and adpositional phrases</em>. Amsterdam University Press.
85
+ </td>
86
+ </tr>
87
+ <tr>
88
+ <td>SoD-Verb1
89
+ </td>
90
+ <td>Vos, R., Broekhuis, H., & Corver, N. (2015). <em>Syntax of Dutch: verbs and Verb Phrases. Volume 1</em>. Amsterdam University Press.
91
+ </td>
92
+ </tr>
93
+ <tr>
94
+ <td>SoD-Verb2
95
+ </td>
96
+ <td>Broekhuis, H., & Corver, N. (2015). <em>Syntax of Dutch: verbs and Verb Phrases. Volume 2</em>. Amsterdam University Press.
97
+ </td>
98
+ </tr>
99
+ <tr>
100
+ <td>SoD-Verb3
101
+ </td>
102
+ <td>Broekhuis, H., & Corver, N. (2016). <em>Syntax of Dutch: Verbs and Verb Phrases. Volume 3</em>. Amsterdam University Press.
103
+ </td>
104
+ </tr>
105
+ <tr>
106
+ <td>SoD-Coord
107
+ </td>
108
+ <td>Broekhuis, H., & Corver, N. (2019). <em>Syntax of Dutch: Coordination and Ellipsis</em>. Amsterdam University Press.
109
+ </td>
110
+ </tr>
111
+ </table>
112
+
113
+
114
+ General guidelines that were followed:
115
+
116
+
117
+
118
+ * The corpus contains sentences in Dutch, sentences are labelled 0 (“not acceptable”) and 1 (“acceptable”). These labels correspond to the original judgments in the sources:
119
+ * **0**: The original acceptability label was *, ?*, ??
120
+ * We mark original labels ? and (?) as 0 but they are later split off to a separate file;
121
+ * **1**: The original acceptability label was empty.
122
+ * We don’t collect examples that are marked as #, % and $.
123
+ * We ignore sentences that are marked as dialectal or colloquial or otherwise not standard Dutch. We don’t record them at all. Helas!
124
+ * We aim to collect **full sentences**. If an example in the source is not a full sentence, but a noun phrase or some other fragment (_three dogs_ or smth like _…that we called him_), we make it into a full sentence in the most neutral possible way, and mark this fact in a separate column.
125
+ * We need only plain text and only the simple conventional way of writing down sentences. This means we remove **boldface**, _italics_, <span style="text-decoration:underline;">underlining</span> etc.
126
+ * If the example contains translation into English, morpheme-by-morpheme glosses etc., we don’t include any of this – just the actual example sentence in Dutch. Sometimes, the example has morphemes separated from each other with a dash – we remove these dashes too. Example:
127
+
128
+ Tasman heeft Nieuw Zeeland ontdek-t
129
+
130
+ Tasman have:3SG New Zealand GE:discover-D
131
+
132
+ ‘Tasman discovered New Zealand.’
133
+
134
+ We record this sentence as ‘Tasman heeft Nieuw Zeeland ontdekt.’
135
+
136
+
137
+ * We remove constituency brackets and other linguistic annotation -- we just keep plain Dutch!
138
+ * If the example in the source uses shortcuts to write more than one Dutch sentence in a compact way, with parentheses, slashes etc., we expand this notation and end up with more than one sentence. Example:
139
+
140
+ Jan laat [Marie (*te) vertrekken].
141
+
142
+ We record this as two sentences:
143
+
144
+ ‘Jan laat Marie vertrekken’ – with acceptability label 1
145
+
146
+ ‘Jan laat Marie te vertrekken’ – with acceptability label 0
147
+
148
+ Another example:
149
+
150
+ {Dat / *dit} wist ik niet.
151
+
152
+ This is recorded as two sentences:
153
+
154
+ ‘Dat wist ik niet.’ – with acceptability label 1
155
+
156
+ ‘Dit wist ik niet.’ – with acceptability label 0
157
+
158
+ Yet another example:
159
+
160
+ Jan stuurt <de koningin> een verzoekschrift <aan de koningin>.
161
+
162
+ This is recorded as two sentences:
163
+
164
+ ‘Jan stuurt de koningin een verzoekschrift’
165
+
166
+ ‘Jan stuurt een verzoekschrift aan de koningin’
167
+
168
+ * We ignore empty words that are added to the example as a means to make explicit its hidden grammatical structure. In the following example, PRO is a sort of unpronounced, silent, pronoun:
169
+
170
+ Jan probeert [PRO morgen te komen].
171
+
172
+ We record this sentence as ‘Jan probeert morgen te komen’, without ‘PRO’ (or square brackets, for that matter!).
173
+
174
+ * If a sentence is indicated as acceptable under some of its potential readings, we record it as acceptable.
175
+
176
+ a. *Slaap ze! (sleep them) b. Slaap ze! (sleep well)
177
+
178
+ This sentence is recorded with acceptability label 1.
179
+
180
+
181
+ * **Example numbering**: We keep track of the number of the example in the original source. SoD-Zw has example numbers that track the chapter number. We just keep them the way they are. Other sources (SoD-Coord, for instance) restart example numbers from 1 in each chapter. In this case, we prepose chapter number to the original ID. Example 2 then can become 2.2 if it comes from Chapter 2.
182
+
183
+
184
+
185
+ The sentences in this dataset are extracted from the published works listed above, and copyright (where applicable) remains with the original authors or publishers. We expect that research use is legal, but make no guarantee of this.