silviapasuarez commited on
Commit
ebe69f9
·
verified ·
1 Parent(s): 17ac8bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +131 -3
README.md CHANGED
@@ -1,7 +1,8 @@
1
  ---
 
2
  language:
3
  - gl
4
- license: cc-by-sa-4.0
5
  task_categories:
6
  - text-generation
7
  task_ids:
@@ -14,9 +15,9 @@ tags:
14
  - jsonl
15
  - web-corpus
16
  - ocr
 
17
  size_categories:
18
  - 1M<n<10M
19
- pretty_name: CorpusNÓS v.3.0
20
  configs:
21
  - config_name: public_data_encyclopedic
22
  data_files:
@@ -87,4 +88,131 @@ configs:
87
  path:
88
  - data_transfer_agreement/web_contents/*.jsonl
89
  - data_transfer_agreement/web_contents/**/*.jsonl
90
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ pretty_name: CorpusNÓS v.3.0
3
  language:
4
  - gl
5
+ license: other
6
  task_categories:
7
  - text-generation
8
  task_ids:
 
15
  - jsonl
16
  - web-corpus
17
  - ocr
18
+ - low-resource-nlp
19
  size_categories:
20
  - 1M<n<10M
 
21
  configs:
22
  - config_name: public_data_encyclopedic
23
  data_files:
 
88
  path:
89
  - data_transfer_agreement/web_contents/*.jsonl
90
  - data_transfer_agreement/web_contents/**/*.jsonl
91
+ ---
92
+
93
+ # CorpusNÓS v3 2026
94
+
95
+ ## Dataset description
96
+
97
+ CorpusNÓS is a massive Galician corpus primarily devised for training large language models. It is composed of texts from a wide range of sources and genres, including books, research articles, press, governmental texts, encyclopedic data, web contents, web crawls, blogs, and translation corpora.
98
+
99
+ This release corresponds to an updated JSONL-based version of the corpus. Compared with previous releases, this version incorporates improvements in the text cleaning and processing pipeline, stronger deduplication, improved OCR for materials originating from PDF sources, and the reprocessing of part of the data in order to improve overall quality.
100
+
101
+ Unlike earlier releases, this version is distributed only in JSONL format. Each document is represented as an individual JSON object, which facilitates downstream filtering, cleaning, and metadata enrichment.
102
+
103
+ Some newly incorporated data from *Praza Pública*, *Diario Nós* and *Wikipedia* are also included in this version. These sources are expected to be extended in future releases as more material is processed.
104
+
105
+ ## Dataset format
106
+
107
+ Each document is stored as a JSON object in JSONL format. Typical entries may have the following structure:
108
+
109
+ ```json
110
+ {"id": 0, "text": "Abades: Parroquia do concello de Baltar baixo a advocación de san Paio.", "num_words": 12}
111
+ {"id": 581, "text": "Feliz 2008 a tódolos nosos lectores\nAgora que remata 2007, un ano cheo de novidades tecnolóxicas que difundimos a través deste espazo dixital, queremos desexar a tódolos que non seguen con fidelidade unha boa despedida do ano e un feliz aninovo.\nNós volveremos o mércores, 2 de xaneiro, á nosa actividade ordinaria, cumprindo coa nosa labor informativa para que as novas tecnolóxicas de Galicia e en galego cheguen ós nosos lectores puntualmente.", "num_words": 72, "pyplexity_score": 717.7585757844212, "lang": "gl"}
112
+ ```
113
+
114
+ The core fields are:
115
+
116
+ - `id`: document identifier
117
+ - `text`: textual content of the document
118
+ - `num_words`: number of words in the document
119
+
120
+ Some entries may also include additional metadata such as:
121
+
122
+ - `pyplexity_score`
123
+ - `lang`
124
+
125
+ ## Differences from previous versions
126
+
127
+ This version differs from earlier releases in several ways:
128
+
129
+ - It includes improvements in the text cleaning and processing pipeline
130
+ - It includes improved OCR for files originating from PDF sources
131
+ - It includes reprocessed data to improve quality
132
+ - It incorporates new data from *Praza Pública* and *Diario Nós*, which will be expanded in future versions
133
+ - It includes a cleaner and updated version of Galician Wikipedia data, which will be expanded in future versions
134
+
135
+ ## Dataset composition
136
+
137
+ The corpus is organized into two major subcorpora:
138
+
139
+ - **Data obtained via transfer agreement**
140
+ - **Public data**
141
+
142
+ ## Data source and creation
143
+
144
+ CorpusNÓS was compiled from multiple heterogeneous sources in Galician and related multilingual resources relevant to language model training. The corpus combines public data and data made available through transfer agreements.
145
+
146
+ This version was created through an updated processing pipeline that includes:
147
+
148
+ - improved text cleaning
149
+ - stronger deduplication
150
+ - improved OCR for PDF-derived materials
151
+ - reprocessing of selected resources to improve quality
152
+ - conversion and standardization into JSONL format
153
+
154
+ The aim of this release is to provide a cleaner, more structured, and more easily processable corpus for large-scale language modeling and related NLP tasks in Galician.
155
+
156
+ ## Intended uses
157
+
158
+ This dataset can be used for:
159
+
160
+ - continued pretraining of language models in Galician
161
+ - corpus-based analysis of Galician text
162
+ - low-resource NLP research
163
+ - multilingual and cross-lingual experiments involving Galician
164
+ - data selection, filtering, and quality analysis for LLM training
165
+
166
+ ## Limitations
167
+
168
+ - Some files referenced in the corpus may still be absent in this version due to pending transfer agreements and may be included in future releases. Other files might be unavailable due to licensing issues.
169
+ - The corpus contains materials from heterogeneous sources and genres, which implies variation in style, register, and quality.
170
+ - Although this version includes stronger cleaning, deduplication, OCR improvement, and reprocessing, some noise may still remain.
171
+ - Some subcorpora are subject to their original licenses and restrictions.
172
+
173
+ ## Licensing
174
+
175
+ This dataset includes materials under different licenses depending on the original source. Please refer to the original source licenses.
176
+
177
+ In particular, the following subcorpora retain their original licenses:
178
+
179
+ - TED2020: CC BY-NC-ND 4.0
180
+ - mC4: Apache License 2.0
181
+ - OSCAR: CC0
182
+
183
+ All other subcorpora that do not have a previously established original license are released under CC BY-SA 4.0.
184
+
185
+ Users are responsible for checking the license conditions of each subcorpus before use.
186
+
187
+ ## Citation
188
+
189
+ Please refer to our paper for more details:
190
+
191
+ ```bibtex
192
+ @inproceedings{de-dios-flores-etal-2024-corpusnos,
193
+ title = "{C}orpus{N{\'O}S}: A massive {G}alician corpus for training large language models",
194
+ author = "de-Dios-Flores, Iria and
195
+ Su{\'a}rez, Silvia Paniagua and
196
+ P{\'e}rez, Cristina Carbajal and
197
+ Outeiri{\~n}o, Daniel Bardanca and
198
+ Garcia, Marcos and
199
+ Gamallo, Pablo",
200
+ editor = "Gamallo, Pablo and
201
+ Claro, Daniela and
202
+ Teixeira, Ant{\'o}nio and
203
+ Real, Livy and
204
+ Garcia, Marcos and
205
+ Oliveira, Hugo Gon{\c{c}}alo and
206
+ Amaro, Raquel",
207
+ booktitle = "Proceedings of the 16th International Conference on Computational Processing of Portuguese - Vol. 1",
208
+ month = mar,
209
+ year = "2024",
210
+ address = "Santiago de Compostela, Galicia/Spain",
211
+ publisher = "Association for Computational Lingustics",
212
+ url = "https://aclanthology.org/2024.propor-1.66/",
213
+ pages = "593--599"
214
+ }
215
+ ```
216
+ ## Acknowledgements
217
+
218
+ This corpus was compiled and developed within the Nós Project, funded by the Ministerio para la Transformación Digital y de la Función Pública and by the European Union through NextGenerationEU, within the framework of the [ILENIA project](https://proyectoilenia.es/) (reference 2022/TL22/00215336).