|
--- |
|
license: cc-by-4.0 |
|
language: |
|
- tdt |
|
- tet |
|
pretty_name: labadain-30k+ |
|
size_categories: |
|
- 10K<n<100K |
|
tags: |
|
- Tetun |
|
- Timor-Leste |
|
- Labadain |
|
--- |
|
|
|
# Labadain-30k+: A Monolingual Tetun Document-Level Audited Dataset |
|
|
|
Labadain-30k+ is a monolingual Tetun dataset, audited at the document level by native Tetun speakers. It contains 33,550 documents collected between June 2001 and September 2023, excluding 2004 and 2005, for which no documents are available. The dataset was acquired through web crawling using Labadain Crawler and includes metadata such as DocID, title, URL, source, category, publication date, and content. Each document is separated by two consecutive newlines. |
|
|
|
## Crawler Pipeline |
|
Labadain crawler: https://github.com/gabriel-de-jesus/labadain-crawler |
|
|
|
## How to Use |
|
```python |
|
from datasets import load_dataset |
|
|
|
ds = load_dataset("gabrieljesus/Labadain-30k-plus-tetun") |
|
``` |
|
|
|
## Citation |
|
If you use this dataset in your research, academic work, or publications, please cite it as follows: |
|
|
|
```` |
|
@inproceedings{de-jesus-nunes-2024-labadain, |
|
title = "Labadain-30k+: A Monolingual Tetun Document-Level Audited Dataset", |
|
author = "de Jesus, Gabriel and |
|
Nunes, S{\'e}rgio", |
|
editor = "Melero, Maite and |
|
Sakti, Sakriani and |
|
Soria, Claudia", |
|
booktitle = "Proceedings of the 3rd Annual Meeting of the Special Interest Group on Under-resourced Languages @ LREC-COLING 2024", |
|
month = may, |
|
year = "2024", |
|
address = "Torino, Italia", |
|
publisher = "ELRA and ICCL", |
|
url = "https://aclanthology.org/2024.sigul-1.22", |
|
pages = "177--188", |
|
```` |
|
|
|
## Acknowledgement |
|
The Labadain-30k+ dataset was developed within the context of a Ph.D research project financed by national funds through the Portuguese funding agency FCT - Fundação Para a Ciência e a Tecnologia under the Ph.D scholarship grant number SFRH/BD/151437/2021 (https://doi.org/10.54499/SFRH/BD/151437/2021). |