gabrieljesus commited on
Commit
6116f67
·
verified ·
1 Parent(s): 0868b05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -3
README.md CHANGED
@@ -1,3 +1,49 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - tdt
5
+ - tet
6
+ pretty_name: labadain-30k+
7
+ size_categories:
8
+ - 10K<n<100K
9
+ tags:
10
+ - Tetun
11
+ - Timor-Leste
12
+ - Labadain
13
+ ---
14
+
15
+ # Labadain-30k+: A Monolingual Tetun Document-Level Audited Dataset
16
+
17
+ 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 fields such as DocID, title, URL, source, category, publication date, and content. Each document is separated by two consecutive newlines.
18
+
19
+ ## Crawler Pipeline
20
+ Labadain crawler: https://github.com/gabriel-de-jesus/labadain-crawler
21
+
22
+ ## How to Use
23
+ ```python
24
+ from datasets import load_dataset
25
+
26
+ ds = load_dataset("gabrieljesus/Labadain-30k-plus")
27
+ ```
28
+
29
+ ## Citation
30
+
31
+ ````
32
+ @inproceedings{de-jesus-nunes-2024-labadain,
33
+ title = "Labadain-30k+: A Monolingual Tetun Document-Level Audited Dataset",
34
+ author = "de Jesus, Gabriel and
35
+ Nunes, S{\'e}rgio",
36
+ editor = "Melero, Maite and
37
+ Sakti, Sakriani and
38
+ Soria, Claudia",
39
+ booktitle = "Proceedings of the 3rd Annual Meeting of the Special Interest Group on Under-resourced Languages @ LREC-COLING 2024",
40
+ month = may,
41
+ year = "2024",
42
+ address = "Torino, Italia",
43
+ publisher = "ELRA and ICCL",
44
+ url = "https://aclanthology.org/2024.sigul-1.22",
45
+ pages = "177--188",
46
+ ````
47
+
48
+ ## Acknowledgement
49
+ 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).