asier-gutierrez
commited on
Commit
·
67fee9d
1
Parent(s):
10bd16f
Update README.md
Browse files
README.md
CHANGED
@@ -4,5 +4,21 @@
|
|
4 |
- Raw corpus (no deduplication):
|
5 |
- Spanish corpus: https://huggingface.co/datasets/LHF/escorpius
|
6 |
|
|
|
|
|
7 |
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- Raw corpus (no deduplication):
|
5 |
- Spanish corpus: https://huggingface.co/datasets/LHF/escorpius
|
6 |
|
7 |
+
## Citation
|
8 |
+
Link to the paper: https://arxiv.org/abs/2206.15147
|
9 |
|
10 |
+
Cite this work:
|
11 |
+
```
|
12 |
+
@misc{https://doi.org/10.48550/arxiv.2206.15147,
|
13 |
+
doi = {10.48550/ARXIV.2206.15147},
|
14 |
+
url = {https://arxiv.org/abs/2206.15147},
|
15 |
+
author = {Gutiérrez-Fandiño, Asier and Pérez-Fernández, David and Armengol-Estapé, Jordi and Griol, David and Callejas, Zoraida},
|
16 |
+
keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
17 |
+
title = {esCorpius: A Massive Spanish Crawling Corpus},
|
18 |
+
publisher = {arXiv},
|
19 |
+
year = {2022},
|
20 |
+
copyright = {Creative Commons Attribution 4.0 International}
|
21 |
+
}
|
22 |
+
```
|
23 |
+
## Disclaimer
|
24 |
+
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.
|