crodri commited on
Commit
213275f
·
1 Parent(s): 997be05

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +164 -1
README.md CHANGED
@@ -1,3 +1,166 @@
1
  ---
2
- license: cc-by-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ YAML tags:
3
+ annotations_creators:
4
+ - auromatically-generated
5
+ language_creators:
6
+ - found
7
+ language:
8
+ - ca
9
+ license:
10
+ - cc-by-sa-3.0
11
+ multilinguality:
12
+ - monolingual
13
+ pretty_name: wikicat_ca
14
+ size_categories:
15
+ - unknown
16
+ source_datasets: []
17
+ task_categories:
18
+ - text-classification
19
+ task_ids:
20
+ - multi-class-classification
21
  ---
22
+
23
+ # TeCla (Text Classification) Catalan dataset
24
+
25
+
26
+ ## Dataset Description
27
+
28
+ - **Paper:**
29
+
30
+ - **Point of Contact:** Carlos Rodríguez-Penagos (carlos.rodriguez1@bsc.es)
31
+
32
+
33
+
34
+ ### Dataset Summary
35
+
36
+ WikiCAT_ca is a Catalan corpus for thematic Text Classification tasks. It is created automagically from Wikipedia and Wikidata sources, and contains 13201 articles from the Viquipedia classified under 19 different categories.
37
+
38
+ This dataset was developed by BSC TeMU as part of the AINA project, and intended as an evaluation of LT capabilities to generate useful synthetic corpus.
39
+
40
+ ### Supported Tasks and Leaderboards
41
+
42
+ Text classification, Language Model
43
+
44
+ ### Languages
45
+
46
+ CA- Catalan
47
+
48
+ ## Dataset Structure
49
+
50
+ ### Data Instances
51
+
52
+ Three json files, one for each split.
53
+
54
+ ### Data Fields
55
+
56
+ We used a simple model with the article text and associated labels, without further metadata.
57
+
58
+ #### Example:
59
+
60
+ <pre>
61
+ {"version": "1.1.0",
62
+ "data":
63
+ [
64
+ {
65
+ 'sentence': ' Celsius és conegut com l\'inventor de l\'escala centesimal del termòmetre. Encara que aquest instrument és un invent molt antic, la història de la seva gradació és molt més capritxosa. Durant el segle xvi era graduat com "fred" col·locant-lo (...)',
66
+ 'label': 'Ciència'
67
+ },
68
+ .
69
+ .
70
+ .
71
+ ]
72
+ }
73
+
74
+
75
+ </pre>
76
+
77
+ #### Labels
78
+
79
+ 'Història', 'Tecnologia', 'Humanitats', 'Economia', 'Dret', 'Esport', 'Política', 'Govern', 'Entreteniment', 'Natura', 'Exèrcit', 'Salut_i_benestar_social', 'Matemàtiques', 'Filosofia', 'Ciència', 'Música', 'Enginyeria', 'Empresa', 'Religió'
80
+
81
+ ### Data Splits
82
+
83
+ * train.json: 3970 label-document pairs
84
+ * dev.json: 9231 label-document pairs
85
+
86
+
87
+ ## Dataset Creation
88
+
89
+ ### Methodology
90
+
91
+ Se eligen páginas de partida “Category:” para representar los temas en cada lengua.
92
+
93
+ Se extrae para cada categoría las páginas principales, así como las subcategorías, y las páginas individuales bajo estas subcategorías de primer nivel.
94
+ Para cada página, se extrae también el “summary” que proporciona Wikipedia.
95
+
96
+
97
+ ### Curation Rationale
98
+
99
+
100
+
101
+ ### Source Data
102
+
103
+ #### Initial Data Collection and Normalization
104
+
105
+ The source data are viquipedia articles and the English Wikipedia thematic categories
106
+
107
+ #### Who are the source language producers?
108
+
109
+
110
+
111
+ ### Annotations
112
+
113
+ #### Annotation process
114
+
115
+
116
+
117
+ #### Who are the annotators?
118
+
119
+ Automatic annotation
120
+
121
+ ### Personal and Sensitive Information
122
+
123
+ No personal or sensitive information included.
124
+
125
+ ## Considerations for Using the Data
126
+
127
+ ### Social Impact of Dataset
128
+
129
+ [More Information Needed]
130
+
131
+ ### Discussion of Biases
132
+
133
+ [More Information Needed]
134
+
135
+ ### Other Known Limitations
136
+
137
+ [More Information Needed]
138
+
139
+ ## Additional Information
140
+
141
+ ### Dataset Curators
142
+
143
+ Carlos Rodríguez from BSC-CNS
144
+
145
+ ### Licensing Information
146
+
147
+ This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Attribution-ShareAlike 4.0 International</a>.
148
+
149
+ ### Citation Information
150
+
151
+
152
+
153
+ ```
154
+
155
+
156
+
157
+
158
+ ```
159
+
160
+
161
+ ### Funding
162
+
163
+ This work was funded by the [Catalan Ministry of the Vice-presidency, Digital Policies and Territory](https://politiquesdigitals.gencat.cat/en/inici/index.html) within the framework of the [Aina project](https://politiquesdigitals.gencat.cat/ca/tic/aina-el-projecte-per-garantir-el-catala-en-lera-digital/).
164
+
165
+ ---
166
+