Update README.md
Browse files
README.md
CHANGED
@@ -18,12 +18,16 @@ The corpus has a CC-BY 4.0 license. Download EsCoLA inDomain train and dev datas
|
|
18 |
|
19 |
Data format
|
20 |
|
21 |
-
EsCoLA dataset is split into two subsets: an in-domain subset (InDomain) with 10,567 sentences, and an out-of-domain subset (OutDomain) with 607 sentences.
|
|
|
22 |
|
23 |
train: 8454 sentences
|
|
|
24 |
dev: 1053 sentences
|
|
|
25 |
test: 1060 sentences
|
26 |
|
|
|
27 |
And the out-of-domain subset is split into dev/test sections. The test sets are not made public.
|
28 |
|
29 |
For the in-domain subset, each line in the .tsv files consists of 11 tab-separated columns:
|
@@ -46,6 +50,7 @@ Column 3: the acceptability judgment label from the source (0=unacceptable, 1=ac
|
|
46 |
Column 4: the source's annotation (* for the unacceptable sentences)
|
47 |
Column 5: the sentence
|
48 |
Column 6: the category of the linguistic phenomenon the sentence is an example of
|
|
|
49 |
Corpus Sample
|
50 |
|
51 |
In-domain:
|
@@ -67,14 +72,16 @@ OD_5 ng34 0 * Dudo tu solución. 1
|
|
67 |
|
68 |
Processing
|
69 |
|
70 |
-
During gathering of the data and processing, some sentences from the source documents may have been omitted or altered. We discarded examples marking dubious acceptability with "?" or other signs, but those examples that included acceptability alternations were taken by creating the two versions: the acceptable and the unacceptable sentence. Finally, the examples that were not full sentences, that is, that contain no main verb, were manually edited to add a neutral verb to convert them into sentences, while keeping the acceptability value.
|
71 |
|
72 |
Sources
|
73 |
|
74 |
InDomain: Demonte and Bosque (1999)
|
75 |
OutDomain: RAE (2009), Palencia and Aragonés (2007) Díaz and Yagüe (2019)
|
76 |
|
77 |
-
Annotation
|
|
|
|
|
78 |
|
79 |
1. Simple
|
80 |
2. Predicative
|
@@ -103,7 +110,7 @@ Please, if you use the dataset cite the following papers:
|
|
103 |
|
104 |
Alex Warstadt, Amanpreet Singh, and Samuel R. Bowman. 2018. Neural network acceptability judgments. arXiv preprint arXiv:1805.12471.
|
105 |
|
106 |
-
Núria Bel, Marta Punsola, Valle Ruiz-Fernández, 2024, EsCoLA: Spanish Corpus of Linguistic Acceptability. Joint International Conference on Computational Linguistics, Language Resources and Evaluation LREC-COLING 2024. Torino. Italy.
|
107 |
|
108 |
Disclaimer
|
109 |
|
|
|
18 |
|
19 |
Data format
|
20 |
|
21 |
+
EsCoLA dataset is split into two subsets: an in-domain subset (InDomain) with 10,567 sentences, and an out-of-domain subset (OutDomain) with 607 sentences.
|
22 |
+
The in-domain subset has been split into train/dev/test sections:
|
23 |
|
24 |
train: 8454 sentences
|
25 |
+
|
26 |
dev: 1053 sentences
|
27 |
+
|
28 |
test: 1060 sentences
|
29 |
|
30 |
+
|
31 |
And the out-of-domain subset is split into dev/test sections. The test sets are not made public.
|
32 |
|
33 |
For the in-domain subset, each line in the .tsv files consists of 11 tab-separated columns:
|
|
|
50 |
Column 4: the source's annotation (* for the unacceptable sentences)
|
51 |
Column 5: the sentence
|
52 |
Column 6: the category of the linguistic phenomenon the sentence is an example of
|
53 |
+
|
54 |
Corpus Sample
|
55 |
|
56 |
In-domain:
|
|
|
72 |
|
73 |
Processing
|
74 |
|
75 |
+
During the gathering of the data and their processing, some sentences from the source documents may have been omitted or altered. We discarded examples marking dubious acceptability with "?" or other signs, but those examples that included acceptability alternations were taken by creating the two versions: the acceptable and the unacceptable sentence. Finally, the examples that were not full sentences, that is, that contain no main verb, were manually edited to add a neutral verb to convert them into sentences, while keeping the acceptability value.
|
76 |
|
77 |
Sources
|
78 |
|
79 |
InDomain: Demonte and Bosque (1999)
|
80 |
OutDomain: RAE (2009), Palencia and Aragonés (2007) Díaz and Yagüe (2019)
|
81 |
|
82 |
+
Annotation
|
83 |
+
|
84 |
+
The dataset has been manually annotated with 14 linguistic phenomena.
|
85 |
|
86 |
1. Simple
|
87 |
2. Predicative
|
|
|
110 |
|
111 |
Alex Warstadt, Amanpreet Singh, and Samuel R. Bowman. 2018. Neural network acceptability judgments. arXiv preprint arXiv:1805.12471.
|
112 |
|
113 |
+
Núria Bel, Marta Punsola, Valle Ruiz-Fernández, 2024, EsCoLA: Spanish Corpus of Linguistic Acceptability. Proceedings of the Joint International Conference on Computational Linguistics, Language Resources and Evaluation LREC-COLING 2024. Torino. Italy.
|
114 |
|
115 |
Disclaimer
|
116 |
|