Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
Portuguese
ArXiv:
Libraries:
Datasets
Dask
eduagarcia commited on
Commit
8b1e98a
1 Parent(s): def21e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -1
README.md CHANGED
@@ -175,4 +175,82 @@ language:
175
  pretty_name: CrawlPT (deduplicated)
176
  size_categories:
177
  - 10M<n<100M
178
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
175
  pretty_name: CrawlPT (deduplicated)
176
  size_categories:
177
  - 10M<n<100M
178
+ ---
179
+
180
+ # CrawlPT (deduplicated)
181
+
182
+ CrawlPT is a generic Portuguese corpus extracted from various web pages.
183
+
184
+ ## Dataset Details
185
+
186
+ Dataset is composed by three corpora:
187
+ [brWaC](https://aclanthology.org/L18-1686/), [C100-PT](https://arxiv.org/abs/1911.02116), [OSCAR-2301](http://arxiv.org/abs/2201.06642).
188
+
189
+ - **brWaC**: a web corpus for Brazilian Portuguese from 120,000 different websites.
190
+ - **C100-PT**: Portuguese subset from CC-100. C100 was created for training the multilingual Transformer XLM-R, containing two terabytes of cleaned data from 2018 snapshots of the [Common Crawl project](\url{https://commoncrawl.org/about/) in 100 languages. We use the , which contains 49.1 GiB of text.
191
+ - **OSCAR-2301-PT**: curation from OSCAR-2301 in the Portuguese language.
192
+
193
+ ### Dataset Description
194
+
195
+ - **Curated by:** [More Information Needed]
196
+ - **Funded by:** [More Information Needed]
197
+ - **Language(s) (NLP):** Brazilian Portuguese (pt-BR)
198
+ - **License:** [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/deed.en)
199
+
200
+ ### Dataset Sources
201
+
202
+ - **Repository:** https://github.com/eduagarcia/roberta-legal-portuguese
203
+ - **Paper:** [More Information Needed]
204
+
205
+ ## Dataset Structure
206
+
207
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
208
+
209
+ [More Information Needed]
210
+
211
+ ## Data Collection and Processing
212
+
213
+ Raw corpora sizes in terms of billions of tokens and file size in GiB:
214
+
215
+ | Corpus | Domain | Tokens (B) | Size (GiB) |
216
+ |-----------------|:-------:|:----------:|:----------:|
217
+ | brWaC | General | 2.7 | 16.3 |
218
+ | CC100 (PT) | General | 8.4 | 49.1 |
219
+ | OSCAR-2301 (PT) | General | 18.1 | 97.8 |
220
+
221
+
222
+ CrawlPT is deduplicated using [MinHash algorithm](https://dl.acm.org/doi/abs/10.5555/647819.736184) and [Locality Sensitive Hashing](https://dspace.mit.edu/bitstream/handle/1721.1/134231/v008a014.pdf?sequence=2&isAllowed=y), following the approach of [Lee et al. (2022)](http://arxiv.org/abs/2107.06499).
223
+
224
+ We used 5-grams and a signature of size 256, considering two documents to be identical if their Jaccard Similarity exceeded 0.7.
225
+ Deduplicate rate found by the Minhash-LSH algorithm for the CrawlPT corpus:
226
+
227
+ | Corpus | Documents | Docs. after deduplicatio} | Duplicates (%) |
228
+ |------------------------|:----------:|:-------------------------:|:--------------:|
229
+ | brWaC | 3,530,796 | 3,513,588 | 0.49 |
230
+ | OSCAR-2301 (PT Subset) | 18,031,400 | 10,888,966 | 39.61 |
231
+ | CC100 (PT Subset) | 38,999,388 | 38,059,979 | 2.41 |
232
+ | Total (CrawlPT) | 60,561,584 | 52,462,533 | 13.37 |
233
+
234
+
235
+ ## Citation
236
+
237
+ ```bibtex
238
+ @InProceedings{garcia2024_roberlexpt,
239
+ author="Garcia, Eduardo A. S.
240
+ and Silva, N{\'a}dia F. F.
241
+ and Siqueira, Felipe
242
+ and Gomes, Juliana R. S.
243
+ and Albuqueruqe, Hidelberg O.
244
+ and Souza, Ellen
245
+ and Lima, Eliomar
246
+ and De Carvalho, André",
247
+ title="RoBERTaLexPT: A Legal RoBERTa Model pretrained with deduplication for Portuguese",
248
+ booktitle="Computational Processing of the Portuguese Language",
249
+ year="2024",
250
+ publisher="Association for Computational Linguistics"
251
+ }
252
+ ```
253
+
254
+ ## Acknowledgment
255
+
256
+ This work has been supported by the AI Center of Excellence (Centro de Excelência em Inteligência Artificial – CEIA) of the Institute of Informatics at the Federal University of Goiás (INF-UFG).