Datasets:
cjvt
/

Languages:
Slovenian
License:
File size: 5,848 Bytes
706649d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6c4e8d7
 
 
 
 
 
 
 
 
 
706649d
3f02bc8
88bd4ab
3f02bc8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5f30e5f
 
3f02bc8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: url
    dtype: string
  - name: crawled
    dtype: string
  - name: hard
    dtype: bool
  - name: paragraphs
    list:
    - name: text
      dtype: string
    - name: duplicate
      dtype: bool
    - name: keep
      dtype: bool
  - name: primary_level_1
    dtype: string
  - name: primary_level_2
    dtype: string
  - name: primary_level_3
    dtype: string
  - name: secondary_level_1
    dtype: string
  - name: secondary_level_2
    dtype: string
  - name: secondary_level_3
    dtype: string
  - name: tertiary_level_1
    dtype: string
  - name: tertiary_level_2
    dtype: string
  - name: tertiary_level_3
    dtype: string
  - name: split
    dtype: string
  - name: domain
    dtype: string
  splits:
  - name: train
    num_bytes: 2250345
    num_examples: 602
  - name: validation
    num_bytes: 657986
    num_examples: 200
  - name: test
    num_bytes: 550742
    num_examples: 200
  download_size: 1424443
  dataset_size: 3459073
license:
  - cc-by-sa-4.0
language:
  - sl
multilinguality:
  - monolingual
task_categories:
  - text-classification
size_categories:
  - 1K<n<10K
---

# Dataset Card for Ginco

### Dataset Summary

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.

### Languages

Slovenian.

## Dataset Structure

### Data Instances

A sample instance from the dataset:
```
{
        "id": "3776",
        "url": "http://www.radiocelje.si/novica.php?id=13007&amp;m=11&amp;l=2010",
        "crawled": "2014",
        "hard": false,
        "paragraphs": [
            {
                "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...",
                "duplicate": false,
                "keep": true
            },
            {
                "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)",
                "duplicate": false,
                "keep": true
            }
        ],
        "primary_level_1": "News/Reporting",
        "primary_level_2": "News/Reporting",
        "primary_level_3": "News/Reporting",
        "secondary_level_1": "",
        "secondary_level_2": "",
        "secondary_level_3": "",
        "tertiary_level_1": "",
        "tertiary_level_2": "",
        "tertiary_level_3": "",
        "split": "train",
        "domain": "www.radiocelje.si"
    }
```

### Data Fields

- 'id': id of the example;
- 'url': exact URL from where the text originates;
- 'crawled': the year, when the text has been obtained from the stated URL;
- 'hard': ;
- 'paragraphs':
  - 'text': text of the paragraph;
  - 'duplicate': true if the text is a near-duplicate;
  - 'keep': true, if the text is useful for the genre identification, false, if not;
- 'primary_level_1': first genre category, level of detail 1;
- 'primary_level_2': first genre category, level of detail 2;
- 'primary_level_3': first genre category, level of detail 3;
- 'secondary_level_1': second genre category, level of detail 1;
- 'secondary_level_2': second genre category, level of detail 2;
- 'secondary_level_3': second genre category, level of detail 3;
- 'tertiary_level_1': third genre category, level of detail 1;
- 'tertiary_level_2': third genre category, level of detail 2;
- 'tertiary_level_3': third genre category, level of detail 3;
- 'split': example can belong to the 'train', 'dev', or 'test' split;
- 'domain': domain address of the website where the text originates from.

#### Genre categories
Texts are annotated with 24 genre categories:
- News/Reporting,
- Announcement,
- Research Article,
- Instruction,
- Recipe,
- Call (such as a Call for Papers),
- Legal/Regulation,
- Information/Explanation,
- Opinionated News,
- Review,
- Opinion/Argumentation,
- Promotion of a Product,
- Promotion of Services,
- Invitation,
- Promotion,
- Interview,
- Forum,
- Correspondence,
- Script/Drama,
- Prose,
- Lyrical,
- FAQ (Frequently Asked Questions),
- List of Summaries/Excerpts,
- Other.

## Additional Information

### Dataset Curators

Kuzman, Taja ; Brglez, Mojca ; Rupnik, Peter and Ljubešić, Nikola

### Licensing Information

CC BY-SA 4.0

### Citation Information

```
@misc{11356/1467,
 title = {Slovene Web genre identification corpus {GINCO} 1.0},
 author = {Kuzman, Taja and Brglez, Mojca and Rupnik, Peter and Ljube{\v s}i{\'c}, Nikola},
 url = {http://hdl.handle.net/11356/1467},
 note = {Slovenian language resource repository {CLARIN}.{SI}},
 copyright = {Creative Commons - Attribution-{ShareAlike} 4.0 International ({CC} {BY}-{SA} 4.0)},
 issn = {2820-4042},
 year = {2021}
}
```