Add BibTeX + APA citation block
Browse files
README.md
CHANGED
|
@@ -21,3 +21,22 @@ configs:
|
|
| 21 |
- split: train
|
| 22 |
path: data/train-*
|
| 23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
- split: train
|
| 22 |
path: data/train-*
|
| 23 |
---
|
| 24 |
+
|
| 25 |
+
## Citation
|
| 26 |
+
|
| 27 |
+
If you use this dataset in your research or downstream work, please cite:
|
| 28 |
+
|
| 29 |
+
```bibtex
|
| 30 |
+
@misc{polyglot_text_2026,
|
| 31 |
+
author = {Fernandes, Reuben Chagas},
|
| 32 |
+
title = {PolyglotText: Multilingual Text Pre-training Corpus},
|
| 33 |
+
year = {2026},
|
| 34 |
+
publisher = {Hugging Face},
|
| 35 |
+
howpublished = {\url{https://huggingface.co/datasets/Reubencf/PolyglotText}}
|
| 36 |
+
}
|
| 37 |
+
```
|
| 38 |
+
|
| 39 |
+
APA-style:
|
| 40 |
+
|
| 41 |
+
> Reuben Chagas Fernandes (2026). *PolyglotText: Multilingual Text Pre-training Corpus* [Dataset]. Hugging Face. https://huggingface.co/datasets/Reubencf/PolyglotText
|
| 42 |
+
|