zoraidalhf commited on
Commit
5e76c6a
·
1 Parent(s): 4a4cdfb

Update README.md

Browse files

Update of the description and citation

Files changed (1) hide show
  1. README.md +11 -12
README.md CHANGED
@@ -49,28 +49,27 @@ task_ids:
49
 
50
 
51
  # esCorpius Multilingual
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
 
55
  ## Other corpora
 
56
  - esCorpius multilingual *raw* corpus (not deduplicated): https://huggingface.co/datasets/LHF/escorpius-mr
57
- - esCorpius original corpus (deduplicated): https://huggingface.co/datasets/LHF/escorpius
58
 
59
  ## Citation
60
- Link to the paper: https://arxiv.org/abs/2206.15147
61
 
62
  Cite this work:
63
  ```
64
- @misc{https://doi.org/10.48550/arxiv.2206.15147,
65
- doi = {10.48550/ARXIV.2206.15147},
66
- url = {https://arxiv.org/abs/2206.15147},
67
- author = {Gutiérrez-Fandiño, Asier and Pérez-Fernández, David and Armengol-Estapé, Jordi and Griol, David and Callejas, Zoraida},
68
  keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences},
69
- title = {esCorpius: A Massive Spanish Crawling Corpus},
70
- publisher = {arXiv},
71
- year = {2022},
72
- copyright = {Creative Commons Attribution 4.0 International}
73
  }
74
  ```
75
  ## Disclaimer
76
- 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
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
 
55
  ## Other corpora
56
+ - esCorpius original *Spanish only* corpus (deduplicated): https://huggingface.co/datasets/LHF/escorpius
57
  - esCorpius multilingual *raw* corpus (not deduplicated): https://huggingface.co/datasets/LHF/escorpius-mr
 
58
 
59
  ## Citation
60
+ Link to the paper of esCorpius original: https://www.isca-speech.org/archive/pdfs/iberspeech_2022/gutierrezfandino22_iberspeech.pdf / https://arxiv.org/abs/2206.15147
61
 
62
  Cite this work:
63
  ```
64
+ @inproceedings{gutierrezfandino22_iberspeech,
65
+ author={Asier Gutiérrez-Fandiño and David Pérez-Fernández and Jordi Armengol-Estapé and David Griol and Zoraida Callejas},
66
+ title={{esCorpius: A Massive Spanish Crawling Corpus}},
 
67
  keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences},
68
+ year=2022,
69
+ booktitle={Proc. IberSPEECH 2022},
70
+ pages={126--130},
71
+ doi={10.21437/IberSPEECH.2022-26}
72
  }
73
  ```
74
  ## Disclaimer
75
+ 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.