hanaskitek
commited on
Commit
•
3f02bc8
1
Parent(s):
706649d
readme 2
Browse files
README.md
CHANGED
@@ -51,4 +51,135 @@ dataset_info:
|
|
51 |
num_examples: 200
|
52 |
download_size: 1424443
|
53 |
dataset_size: 3459073
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
num_examples: 200
|
52 |
download_size: 1424443
|
53 |
dataset_size: 3459073
|
54 |
+
license:
|
55 |
+
- cc-by-sa-4.0
|
56 |
+
language:
|
57 |
+
- sl
|
58 |
+
multilinguality:
|
59 |
+
- monolingual
|
60 |
+
license:
|
61 |
+
- cc-by-4.0
|
62 |
+
task_categories:
|
63 |
+
- text-classification
|
64 |
+
size_categories:
|
65 |
+
- 1K<n<10K
|
66 |
---
|
67 |
+
|
68 |
+
# Dataset Card for SloTS
|
69 |
+
|
70 |
+
### Dataset Summary
|
71 |
+
|
72 |
+
The Slovene Web genre identification corpus GINCO 1.0 contains web texts, manually annotated with genre. The corpus allows for automated genre identification and genre analyses as well as other web corpora research.
|
73 |
+
|
74 |
+
### Languages
|
75 |
+
|
76 |
+
Slovenian.
|
77 |
+
|
78 |
+
## Dataset Structure
|
79 |
+
|
80 |
+
### Data Instances
|
81 |
+
|
82 |
+
A sample instance from the dataset:
|
83 |
+
```
|
84 |
+
{
|
85 |
+
"id": "3776",
|
86 |
+
"url": "http://www.radiocelje.si/novica.php?id=13007&m=11&l=2010",
|
87 |
+
"crawled": "2014",
|
88 |
+
"hard": false,
|
89 |
+
"paragraphs": [
|
90 |
+
{
|
91 |
+
"text": "V novembru, mesecu prepre\u010devanja odvisnosti, bodo \u010dlani Lokalne akcijske skupine za prepre\u010devanje zasvojenosti izvedli niz strokovnih predavanj za star\u0161e osnovno\u0161olcev v Celju...",
|
92 |
+
"duplicate": false,
|
93 |
+
"keep": true
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"text": "Predavanja, ki jih bodo ta mesec organizirali na devetih osnovnih \u0161olah v mestni ob\u010dini Celje, so namenjena star\u0161em u\u010dencev od \u0161estega do devetega razreda. Program predavanj finan\u010dno podpira Mestna ob\u010dina Celje. Osrednja tema predavanj bodo varovalni dejavniki vzgoje, ki lahko pripomorejo k neuporabi drog. Po drogah, dovoljenih in nedovoljenih namre\u010d vse pogosteje posegajo \u017ee otroci. Na predavanjih se bodo star\u0161i seznanili tudi z informacijami o tem, na katere vedenjske in telesne spremembe naj bodo pozorni, kadar sumijo, da je otrok posegel po drogi. \u010ceprav je tema aktualna, saj poleg problemov odvisnosti osvetljuje ve\u0161\u010dine u\u010dinkovitega star\u0161evstva in komuniciranja z otroki v konfliktnih situacijah, se je lani ciklusa predavanj na osmih osnovnih \u0161olah udele\u017eilo le 160 star\u0161ev. Organizatorji tokrat upajo na bolj\u0161i odziv. Niz predavanj bodo izvedli strokovnjaki s podro\u010dja medicine, psihologije, socialnega dela in kriminologije. (ba)",
|
97 |
+
"duplicate": false,
|
98 |
+
"keep": true
|
99 |
+
}
|
100 |
+
],
|
101 |
+
"primary_level_1": "News/Reporting",
|
102 |
+
"primary_level_2": "News/Reporting",
|
103 |
+
"primary_level_3": "News/Reporting",
|
104 |
+
"secondary_level_1": "",
|
105 |
+
"secondary_level_2": "",
|
106 |
+
"secondary_level_3": "",
|
107 |
+
"tertiary_level_1": "",
|
108 |
+
"tertiary_level_2": "",
|
109 |
+
"tertiary_level_3": "",
|
110 |
+
"split": "train",
|
111 |
+
"domain": "www.radiocelje.si"
|
112 |
+
}
|
113 |
+
```
|
114 |
+
|
115 |
+
### Data Fields
|
116 |
+
|
117 |
+
- 'id': id of the example;
|
118 |
+
- 'url': exact URL from where the text originates;
|
119 |
+
- 'crawled': the year, when the text has been obtained from the stated URL;
|
120 |
+
- 'hard': ;
|
121 |
+
- 'paragraphs':
|
122 |
+
- 'text': text of the paragraph;
|
123 |
+
- 'duplicate': true if the text is a near-duplicate;
|
124 |
+
- 'keep': true, if the text is useful for the genre identification, false, if not;
|
125 |
+
- 'primary_level_1': first genre category, level of detail 1;
|
126 |
+
- 'primary_level_2': first genre category, level of detail 2;
|
127 |
+
- 'primary_level_3': first genre category, level of detail 3;
|
128 |
+
- 'secondary_level_1': second genre category, level of detail 1;
|
129 |
+
- 'secondary_level_2': second genre category, level of detail 2;
|
130 |
+
- 'secondary_level_3': second genre category, level of detail 3;
|
131 |
+
- 'tertiary_level_1': third genre category, level of detail 1;
|
132 |
+
- 'tertiary_level_2': third genre category, level of detail 2;
|
133 |
+
- 'tertiary_level_3': third genre category, level of detail 3;
|
134 |
+
- 'split': example can belong to the 'train', 'dev', or 'test' split;
|
135 |
+
- 'domain': domain address of the website where the text originates from.
|
136 |
+
|
137 |
+
#### Genre categories
|
138 |
+
Texts are annotated with 24 genre categories:
|
139 |
+
- News/Reporting,
|
140 |
+
- Announcement,
|
141 |
+
- Research Article,
|
142 |
+
- Instruction, Recipe,
|
143 |
+
- Call (such as a Call for Papers),
|
144 |
+
- Legal/Regulation,
|
145 |
+
- Information/Explanation,
|
146 |
+
- Opinionated News,
|
147 |
+
- Review,
|
148 |
+
- Opinion/Argumentation,
|
149 |
+
- Promotion of a Product,
|
150 |
+
- Promotion of Services,
|
151 |
+
- Invitation,
|
152 |
+
- Promotion,
|
153 |
+
- Interview,
|
154 |
+
- Forum,
|
155 |
+
- Correspondence,
|
156 |
+
- Script/Drama,
|
157 |
+
- Prose,
|
158 |
+
- Lyrical,
|
159 |
+
- FAQ (Frequently Asked Questions),
|
160 |
+
- List of Summaries/Excerpts,
|
161 |
+
- Other.
|
162 |
+
|
163 |
+
## Additional Information
|
164 |
+
|
165 |
+
### Dataset Curators
|
166 |
+
|
167 |
+
Kuzman, Taja ; Brglez, Mojca ; Rupnik, Peter and Ljubešić, Nikola
|
168 |
+
|
169 |
+
### Licensing Information
|
170 |
+
|
171 |
+
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},
|
178 |
+
author = {Kuzman, Taja and Brglez, Mojca and Rupnik, Peter and Ljube{\v s}i{\'c}, Nikola},
|
179 |
+
url = {http://hdl.handle.net/11356/1467},
|
180 |
+
note = {Slovenian language resource repository {CLARIN}.{SI}},
|
181 |
+
copyright = {Creative Commons - Attribution-{ShareAlike} 4.0 International ({CC} {BY}-{SA} 4.0)},
|
182 |
+
issn = {2820-4042},
|
183 |
+
year = {2021}
|
184 |
+
}
|
185 |
+
```
|