Files changed (1) hide show
  1. README.md +68 -76
README.md CHANGED
@@ -1,13 +1,12 @@
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
@@ -20,137 +19,130 @@ task_ids:
20
  - multi-class-classification
21
  ---
22
 
23
- # WikiCAT_ca: Catalan Text Classification dataset
24
-
25
- ## Dataset Description
26
- - **Homepage** [Projecte AINA](https://projecteaina.cat/tech/)
27
- - **Repository** [HuggingFace](https://huggingface.co/projecte-aina)
28
- - **Point of Contact** [email protected]
29
 
 
30
 
31
- **Repository**
32
-
33
- https://github.com/TeMU-BSC/WikiCAT
34
 
 
 
 
 
35
 
36
  ### Dataset Summary
37
 
38
- 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 13 different categories.
39
 
40
- 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.
41
-
42
- This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Attribution-ShareAlike 4.0 International</a>.
43
 
 
44
 
45
  ### Supported Tasks and Leaderboards
46
 
47
- Text classification, Language Model
 
48
 
49
  ### Languages
50
 
51
- The dataset is in Catalan (ca-ES).
 
 
52
 
53
  ## Dataset Structure
54
 
55
  ### Data Instances
56
 
57
- Two json files, one for each split.
58
 
59
- ### Data Fields
60
 
61
- We used a simple model with the article text and associated labels, without further metadata.
62
-
63
- #### Example:
64
-
65
- <pre>
66
- {"version": "1.1.0",
67
- "data":
68
- [
69
- {
70
- '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 (...)',
71
- 'label': 'Ciència'
72
- },
73
- .
74
- .
75
- .
76
- ]
77
  }
 
78
 
 
79
 
80
- </pre>
81
-
82
- #### Labels
83
-
84
- 'Ciència_i_Tecnologia', 'Dret', 'Economia', 'Enginyeria', 'Entreteniment', 'Esport', 'Filosofia', 'Història', 'Humanitats', 'Matemàtiques', 'Música', 'Política', 'Religió'
 
 
 
 
 
 
 
 
 
 
 
 
 
85
 
86
  ### Data Splits
87
 
88
- * dev_ca.json: 2484 label-document pairs
89
- * train_ca.json: 9907 label-document pairs
90
 
 
91
 
92
  ## Dataset Creation
93
 
94
- ### Methodology
95
-
96
-
97
- “Category” starting pages are chosen to represent the topics in each language.
98
-
99
- We extract, for each category, the main pages, as well as the subcategories ones, and the individual pages under this first level.
100
- For each page, the "summary" provided by Wikipedia is also extracted as the representative text.
101
-
102
  ### Curation Rationale
103
 
104
-
105
 
106
  ### Source Data
107
 
108
- #### Initial Data Collection and Normalization
109
-
110
- The source data are thematic categories in the different Wikipedias
111
-
112
- #### Who are the source language producers?
113
-
114
 
115
  ### Annotations
116
 
117
- #### Annotation process
118
- Automatic annotation
119
-
120
- #### Who are the annotators?
121
-
122
- [N/A]
123
 
124
  ### Personal and Sensitive Information
125
 
126
- No personal or sensitive information included.
127
 
128
- ## Considerations for Using the Data
129
 
130
- ### Social Impact of Dataset
131
 
132
- We hope this corpus contributes to the development of language models in Catalan, a low-resource language.
133
 
134
- ### Discussion of Biases
135
 
136
- We are aware that this data might contain biases. We have not applied any steps to reduce their impact.
137
 
138
- ### Other Known Limitations
 
 
139
 
140
- [N/A]
141
 
142
  ## Additional Information
143
 
144
  ### Dataset Curators
145
 
146
- Text Mining Unit (TeMU) at the Barcelona Supercomputing Center ([email protected])
 
 
 
 
147
 
148
- This work was funded by the [Departament de la Vicepresidència i de Polítiques Digitals i Territori de la Generalitat de Catalunya](https://politiquesdigitals.gencat.cat/ca/inici/index.html#googtrans(ca|en) within the framework of [Projecte AINA](https://politiquesdigitals.gencat.cat/ca/economia/catalonia-ai/aina).
149
 
150
  ### Licensing Information
151
 
152
- This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Attribution-ShareAlike 4.0 International</a>.
153
 
154
  ### Contributions
155
 
156
- [N/A]
 
1
  ---
2
+ YAML tags: null
3
  annotations_creators:
4
  - auromatically-generated
5
  language_creators:
6
  - found
7
  language:
8
  - ca
9
+ license: cc-by-sa-4.0
 
10
  multilinguality:
11
  - monolingual
12
  pretty_name: wikicat_ca
 
19
  - multi-class-classification
20
  ---
21
 
 
 
 
 
 
 
22
 
23
+ # WikiCAT\_ca: Catalan Text Classification Dataset
24
 
25
+ ## Dataset Description
 
 
26
 
27
+ * **Homepage:** [Projecte AINA](https://projecteaina.cat/tech/)
28
+ * **Repository (HF):** [huggingface.co/projecte-aina](https://huggingface.co/projecte-aina)
29
+ * **Repository (GitHub):** [TeMU-BSC/WikiCAT](https://github.com/TeMU-BSC/WikiCAT)
30
+ * **Point of Contact:** [[email protected]](mailto:[email protected])
31
 
32
  ### Dataset Summary
33
 
34
+ WikiCAT\_ca is a Catalan corpus for thematic text classification tasks. It is automatically generated from Wikipedia and Wikidata sources, and contains **13,201 articles** from the Viquipèdia classified under **13 different categories**.
35
 
36
+ The dataset was developed by the **Text Mining Unit (TeMU) at the Barcelona Supercomputing Center (BSC)** within the framework of **Projecte AINA**. It is intended as an evaluation resource for language technologies applied to Catalan.
 
 
37
 
38
+ This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).
39
 
40
  ### Supported Tasks and Leaderboards
41
 
42
+ * Text classification (multi-class)
43
+ * Evaluation for Catalan language models
44
 
45
  ### Languages
46
 
47
+ * **Catalan (ca-ES)**
48
+
49
+ ---
50
 
51
  ## Dataset Structure
52
 
53
  ### Data Instances
54
 
55
+ Each instance consists of an article text and its associated thematic label.
56
 
57
+ Example:
58
 
59
+ ```json
60
+ {
61
+ "sentence": "Celsius és conegut com l'inventor de l'escala centesimal del termòmetre...",
62
+ "label": "Ciència"
 
 
 
 
 
 
 
 
 
 
 
 
63
  }
64
+ ```
65
 
66
+ ### Data Fields
67
 
68
+ * **sentence**: `string` — text extracted from a Wikipedia article.
69
+ * **label**: `string` — one of 13 thematic categories.
70
+
71
+ ### Labels
72
+
73
+ * Ciència\_i\_Tecnologia
74
+ * Dret
75
+ * Economia
76
+ * Enginyeria
77
+ * Entreteniment
78
+ * Esport
79
+ * Filosofia
80
+ * Història
81
+ * Humanitats
82
+ * Matemàtiques
83
+ * Música
84
+ * Política
85
+ * Religió
86
 
87
  ### Data Splits
88
 
89
+ * **train\_ca.json**: 9,907 label-document pairs
90
+ * **dev\_ca.json**: 2,484 label-document pairs
91
 
92
+ ---
93
 
94
  ## Dataset Creation
95
 
 
 
 
 
 
 
 
 
96
  ### Curation Rationale
97
 
98
+ The dataset was created to provide a freely available resource for Catalan, a low-resource language, supporting the development of classification models.
99
 
100
  ### Source Data
101
 
102
+ * **Collection:** Pages were selected from thematic categories in Wikipedia (Catalan edition), including main pages, subcategories, and individual articles.
103
+ * **Text extraction:** The article summaries were used as representative text.
 
 
 
 
104
 
105
  ### Annotations
106
 
107
+ * **Process:** Automatic annotation based on Wikipedia categories.
108
+ * **Annotators:** N/A (fully automated).
 
 
 
 
109
 
110
  ### Personal and Sensitive Information
111
 
112
+ The dataset does not contain personal or sensitive information.
113
 
114
+ ---
115
 
116
+ ## Considerations for Using the Data
117
 
118
+ ### Social Impact
119
 
120
+ This corpus supports the development of NLP resources for Catalan, helping reduce the resource gap for minority languages.
121
 
122
+ ### Bias and Limitations
123
 
124
+ * Thematic coverage is dependent on Wikipedia categories, which may introduce systemic biases.
125
+ * No steps were applied to mitigate potential biases.
126
+ * Some categories may be underrepresented compared to others.
127
 
128
+ ---
129
 
130
  ## Additional Information
131
 
132
  ### Dataset Curators
133
 
134
+ * **Text Mining Unit (TeMU)**, Barcelona Supercomputing Center (BSC)
135
+
136
+ * Contact: [[email protected]](mailto:[email protected])
137
+
138
+ ### Funding
139
 
140
+ This work was funded by the **Departament de la Vicepresidència i de Polítiques Digitals i Territori de la Generalitat de Catalunya**, within the framework of [Projecte AINA](https://politiquesdigitals.gencat.cat/ca/economia/catalonia-ai/aina).
141
 
142
  ### Licensing Information
143
 
144
+ * License: [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
145
 
146
  ### Contributions
147
 
148
+ N/A