Datasets:
LHF
/

Multilinguality:
multilingual
Size Categories:
100B<n<1T
Source Datasets:
original
ArXiv:
Tags:
License:
zoraidalhf commited on
Commit
489cb42
1 Parent(s): 94f6d09

Update README.md

Browse files

Update description and citation

Files changed (1) hide show
  1. README.md +11 -12
README.md CHANGED
@@ -49,30 +49,29 @@ task_ids:
49
 
50
 
51
  # esCorpius Multilingual Raw
52
- In the recent years, Transformer-based models have lead to significant advances in language modelling for natural language processing. However, they require a vast amount of data to be (pre-)trained and there is a lack of corpora in languages other than English. Recently, several initiatives have presented multilingual datasets obtained from automatic web crawling. However, the results in non-English languages present important shortcomings, as they are either too small in comparison with other languages, or present a low quality derived from sub-optimal cleaning and deduplication. In this repository, we introduce esCorpius, a multilingual crawling corpus obtained from near 1 Pb of Common Crawl data. It is the most extensive corpus in some languages with this level of quality in the extraction, purification and deduplication of web textual content. Our data curation process involves a novel highly parallel cleaning pipeline and encompasses a series of deduplication mechanisms that together ensure the integrity of both document and paragraph boundaries. Additionally, we maintain both the source web page URL and the WARC shard origin URL in order to complain with EU regulations. esCorpius has been released under CC BY-NC-ND 4.0 license.
53
 
54
  # Intended use
55
  This corpus is the *raw version* of the esCorpius-m corpus. This corpus can be used for benchmarking deduplication tools.
56
 
57
  ## Other corpora
58
  - esCorpius multilingual corpus (deduplicated): https://huggingface.co/datasets/LHF/escorpius-m
59
- - esCorpius original corpus (deduplicated): https://huggingface.co/datasets/LHF/escorpius
60
 
61
  ## Citation
62
- Link to the paper: https://arxiv.org/abs/2206.15147
63
 
64
  Cite this work:
65
  ```
66
- @misc{https://doi.org/10.48550/arxiv.2206.15147,
67
- doi = {10.48550/ARXIV.2206.15147},
68
- url = {https://arxiv.org/abs/2206.15147},
69
- author = {Gutiérrez-Fandiño, Asier and Pérez-Fernández, David and Armengol-Estapé, Jordi and Griol, David and Callejas, Zoraida},
70
  keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences},
71
- title = {esCorpius: A Massive Spanish Crawling Corpus},
72
- publisher = {arXiv},
73
- year = {2022},
74
- copyright = {Creative Commons Attribution 4.0 International}
75
  }
76
  ```
77
  ## Disclaimer
78
- We did not perform any kind of filtering and/or censorship to the corpus. We expect users to do so applying their own methods. We are not reliable for any misuse of the corpus.
 
49
 
50
 
51
  # esCorpius Multilingual Raw
52
+ In the recent years, Transformer-based models have lead to significant advances in language modelling for natural language processing. However, they require a vast amount of data to be (pre-)trained and there is a lack of corpora in languages other than English. Recently, several initiatives have presented multilingual datasets obtained from automatic web crawling. However, they present important shortcomings for languages different from English, as they are either too small, or present a low quality derived from sub-optimal cleaning and deduplication. In this repository, we introduce esCorpius-m, a multilingual crawling corpus obtained from near 1 Pb of Common Crawl data. It is the most extensive corpus in some of the languages covered with this level of quality in the extraction, purification and deduplication of web textual content. Our data curation process involves a novel highly parallel cleaning pipeline and encompasses a series of deduplication mechanisms that together ensure the integrity of both document and paragraph boundaries. Additionally, we maintain both the source web page URL and the WARC shard origin URL in order to complain with EU regulations. esCorpius-m has been released under CC BY-NC-ND 4.0 license.
53
 
54
  # Intended use
55
  This corpus is the *raw version* of the esCorpius-m corpus. This corpus can be used for benchmarking deduplication tools.
56
 
57
  ## Other corpora
58
  - esCorpius multilingual corpus (deduplicated): https://huggingface.co/datasets/LHF/escorpius-m
59
+ - esCorpius original *Spanish-only* corpus (deduplicated): https://huggingface.co/datasets/LHF/escorpius
60
 
61
  ## Citation
62
+ Link to paper: https://www.isca-speech.org/archive/pdfs/iberspeech_2022/gutierrezfandino22_iberspeech.pdf / https://arxiv.org/abs/2206.15147
63
 
64
  Cite this work:
65
  ```
66
+ @inproceedings{gutierrezfandino22_iberspeech,
67
+ author={Asier Gutiérrez-Fandiño and David Pérez-Fernández and Jordi Armengol-Estapé and David Griol and Zoraida Callejas},
68
+ title={{esCorpius: A Massive Spanish Crawling Corpus}},
 
69
  keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences},
70
+ year=2022,
71
+ booktitle={Proc. IberSPEECH 2022},
72
+ pages={126--130},
73
+ doi={10.21437/IberSPEECH.2022-26}
74
  }
75
  ```
76
  ## Disclaimer
77
+ We did not perform any kind of filtering and/or censorship to the corpus. We expect users to do so applying their own methods. We are not liable for any misuse of the corpus.