Added additional information about the dataset.

#1
Files changed (1) hide show
  1. README.md +49 -12
README.md CHANGED
@@ -67,8 +67,30 @@ size_categories:
67
 
68
  ### Dataset Summary
69
 
70
- The Slovene Web genre identification corpus GINCO 1.0 contains 10002 web texts, manually annotated with genre. The corpus allows for automated genre identification and genre analyses as well as other web corpora research.
71
- The dataset is split into 602 training, 200 validation, and 200 test texts by the original authors.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
 
73
  ### Languages
74
 
@@ -121,15 +143,15 @@ A sample instance from the dataset:
121
  - 'text': text of the paragraph;
122
  - 'duplicate': true if the text is a near-duplicate;
123
  - 'keep': true, if the text is useful for the genre identification, false, if not;
124
- - 'primary_level_1': first genre category, level of detail 1;
125
- - 'primary_level_2': first genre category, level of detail 2;
126
- - 'primary_level_3': first genre category, level of detail 3;
127
- - 'secondary_level_1': second genre category, level of detail 1;
128
- - 'secondary_level_2': second genre category, level of detail 2;
129
- - 'secondary_level_3': second genre category, level of detail 3;
130
- - 'tertiary_level_1': third genre category, level of detail 1;
131
- - 'tertiary_level_2': third genre category, level of detail 2;
132
- - 'tertiary_level_3': third genre category, level of detail 3;
133
  - 'split': example can belong to the 'train', 'dev', or 'test' split;
134
  - 'domain': domain address of the website where the text originates from.
135
 
@@ -160,6 +182,8 @@ Texts are annotated using 24 genre categories:
160
  - List of Summaries/Excerpts,
161
  - Other.
162
 
 
 
163
  ## Additional Information
164
 
165
  ### Dataset Curators
@@ -172,6 +196,8 @@ CC BY-SA 4.0
172
 
173
  ### Citation Information
174
 
 
 
175
  ```
176
  @misc{11356/1467,
177
  title = {Slovene Web genre identification corpus {GINCO} 1.0},
@@ -184,6 +210,17 @@ CC BY-SA 4.0
184
  }
185
  ```
186
 
 
 
 
 
 
 
 
 
 
 
 
187
  ### Contributions
188
 
189
- Thanks to Hana Skitek for adding this dataset.
 
67
 
68
  ### Dataset Summary
69
 
70
+ The Slovene Web genre identification corpus GINCO 1.0 contains 1,002 web texts (478,969 words), manually annotated with genres.
71
+ The corpus allows for automated genre identification and genre analyses as well as other web corpora research.
72
+
73
+ This dataset was extracted from the manually-annotated subcorpus (GINCO-1.0-suitable.json.zip) from the original GINCO dataset,
74
+ published on the [CLARIN.SI repository](http://hdl.handle.net/11356/1467).
75
+
76
+ The dataset is split into 602 training, 200 validation, and 200 test texts by the original authors.
77
+
78
+ The texts in the suitable subset are annotated with up to three genre categories,
79
+ where the primary label is the most prevalent, and secondary and tertiary labels denote presence of additional genre(s).
80
+ The secondary and tertiary labels are available for multilabel classification,
81
+ while for most use cases, we suggest that only the primary label is used.
82
+
83
+ The labels are provided in three levels of detail (three category sets), allowing experiments with the full set (24 labels),
84
+ set of 21 labels (labels with less than 5 instances are merged with label Other) and set of 12 labels (similar labels are merged).
85
+ For most use cases, we suggest that the smallest set -- set of 12 labels is used (`primary_level_3`),
86
+ and that the category "Other" is regarded as a "throw-away" category to detect texts
87
+ for which the classifier could not predict any of the concrete labels.
88
+
89
+ Additionally, the corpus contains some metadata about the text (e.g. url, domain, year)
90
+ and its paragraphs (e.g. near-duplicates and their usefulness for the genre identification).
91
+
92
+ More details on dataset construction, manual annotation and results of machine learning experiments
93
+ are provided in the paper ["The GINCO Training Dataset for Web Genre Identification of Documents Out in the Wild"](https://aclanthology.org/2022.lrec-1.170/) (Kuzman et al., 2022).
94
 
95
  ### Languages
96
 
 
143
  - 'text': text of the paragraph;
144
  - 'duplicate': true if the text is a near-duplicate;
145
  - 'keep': true, if the text is useful for the genre identification, false, if not;
146
+ - 'primary_level_1': first genre category, most detailed category set;
147
+ - 'primary_level_2': first genre category, category set where too infrequent categories are merged to Other;
148
+ - 'primary_level_3': first genre category, compact and most useful category set;
149
+ - 'secondary_level_1': second genre category, most detailed category set;
150
+ - 'secondary_level_2': second genre category, category set where too infrequent categories are merged to Other;
151
+ - 'secondary_level_3': second genre category, compact and most useful category set;
152
+ - 'tertiary_level_1': third genre category, most detailed category set;
153
+ - 'tertiary_level_2': third genre category, category set where too infrequent categories are merged to Other;
154
+ - 'tertiary_level_3': third genre category, compact and most useful category set;
155
  - 'split': example can belong to the 'train', 'dev', or 'test' split;
156
  - 'domain': domain address of the website where the text originates from.
157
 
 
182
  - List of Summaries/Excerpts,
183
  - Other.
184
 
185
+ See the [Appendix in the paper](https://aclanthology.org/2022.lrec-1.170/) for descriptions of the labels.
186
+
187
  ## Additional Information
188
 
189
  ### Dataset Curators
 
196
 
197
  ### Citation Information
198
 
199
+ To cite the dataset:
200
+
201
  ```
202
  @misc{11356/1467,
203
  title = {Slovene Web genre identification corpus {GINCO} 1.0},
 
210
  }
211
  ```
212
 
213
+ To cite the paper on the dataset construction and manual annotation:
214
+ ```
215
+ @inproceedings{kuzman2022ginco,
216
+ title={The GINCO Training Dataset for Web Genre Identification of Documents Out in the Wild},
217
+ author={Kuzman, Taja and Rupnik, Peter and Ljube{\v{s}}i{\'c}, Nikola},
218
+ booktitle={Proceedings of the Thirteenth Language Resources and Evaluation Conference},
219
+ pages={1584--1594},
220
+ year={2022}
221
+ }
222
+ ```
223
+
224
  ### Contributions
225
 
226
+ Thanks to Hana Skitek for adding this dataset, and Taja Kuzman for extending the readme with additional information on the dataset.