holylovenia commited on
Commit
f568ff7
1 Parent(s): ae5af80

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ language:
4
+ - fil
5
+ pretty_name: Filipino Gay Lang
6
+ task_categories:
7
+ - self-supervised-pretraining
8
+ tags:
9
+ - self-supervised-pretraining
10
+ ---
11
+
12
+ The dataset contains 4000+ Filipino tweets in gay language or lingo also called swardspeak in slang terminology.
13
+ The tweet dataset was collected from February 2013 to November 2014 using the following commonly used gay words as filters: jinet ("hot"), ditey ("here"), imbyerna ("annoying"), etc.
14
+ The original paper makes use of the corpus to develop a gay language translator to understand the meaning of phrases using gay words in Filipino.
15
+
16
+
17
+ ## Languages
18
+
19
+ fil
20
+
21
+ ## Supported Tasks
22
+
23
+ Self Supervised Pretraining
24
+
25
+ ## Dataset Usage
26
+ ### Using `datasets` library
27
+ ```
28
+ from datasets import load_dataset
29
+ dset = datasets.load_dataset("SEACrowd/filipino_gay_lang", trust_remote_code=True)
30
+ ```
31
+ ### Using `seacrowd` library
32
+ ```import seacrowd as sc
33
+ # Load the dataset using the default config
34
+ dset = sc.load_dataset("filipino_gay_lang", schema="seacrowd")
35
+ # Check all available subsets (config names) of the dataset
36
+ print(sc.available_config_names("filipino_gay_lang"))
37
+ # Load the dataset using a specific config
38
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
39
+ ```
40
+
41
+ More details on how to load the `seacrowd` library can be found [here](https://github.com/SEACrowd/seacrowd-datahub?tab=readme-ov-file#how-to-use).
42
+
43
+
44
+ ## Dataset Homepage
45
+
46
+ [https://github.com/imperialite/Philippine-Languages-Online-Corpora/tree/master/Tweets/Gay%20language](https://github.com/imperialite/Philippine-Languages-Online-Corpora/tree/master/Tweets/Gay%20language)
47
+
48
+ ## Dataset Version
49
+
50
+ Source: 1.0.0. SEACrowd: 2024.06.20.
51
+
52
+ ## Dataset License
53
+
54
+ CC-BY-SA 4.0
55
+
56
+ ## Citation
57
+
58
+ If you are using the **Filipino Gay Lang** dataloader in your work, please cite the following:
59
+ ```
60
+ \
61
+ @article{oco2015witchebelles,
62
+ author = {Oco, Nathaniel and Fajutagana, Raymart and Lim, Christine Mae and Mi{\~n}on, Judi Diane and Morano, Julie-Ann and Tinoco, Ryan Christian},
63
+ title = {Witchebelles Anata Magcharot kay Mudra na Nagsusuba si Akech: Developing a Rule-based Unidirectional Beki Lingo to Filipino Translator},
64
+ journal = {Journal of Sciences, Technology and Arts Research},
65
+ volume = {1},
66
+ number = {1},
67
+ year = {2015}
68
+ }
69
+
70
+
71
+ @article{lovenia2024seacrowd,
72
+ title={SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages},
73
+ author={Holy Lovenia and Rahmad Mahendra and Salsabil Maulana Akbar and Lester James V. Miranda and Jennifer Santoso and Elyanah Aco and Akhdan Fadhilah and Jonibek Mansurov and Joseph Marvin Imperial and Onno P. Kampman and Joel Ruben Antony Moniz and Muhammad Ravi Shulthan Habibi and Frederikus Hudi and Railey Montalan and Ryan Ignatius and Joanito Agili Lopo and William Nixon and Börje F. Karlsson and James Jaya and Ryandito Diandaru and Yuze Gao and Patrick Amadeus and Bin Wang and Jan Christian Blaise Cruz and Chenxi Whitehouse and Ivan Halim Parmonangan and Maria Khelli and Wenyu Zhang and Lucky Susanto and Reynard Adha Ryanda and Sonny Lazuardi Hermawan and Dan John Velasco and Muhammad Dehan Al Kautsar and Willy Fitra Hendria and Yasmin Moslem and Noah Flynn and Muhammad Farid Adilazuarda and Haochen Li and Johanes Lee and R. Damanhuri and Shuo Sun and Muhammad Reza Qorib and Amirbek Djanibekov and Wei Qi Leong and Quyet V. Do and Niklas Muennighoff and Tanrada Pansuwan and Ilham Firdausi Putra and Yan Xu and Ngee Chia Tai and Ayu Purwarianti and Sebastian Ruder and William Tjhi and Peerat Limkonchotiwat and Alham Fikri Aji and Sedrick Keh and Genta Indra Winata and Ruochen Zhang and Fajri Koto and Zheng-Xin Yong and Samuel Cahyawijaya},
74
+ year={2024},
75
+ eprint={2406.10118},
76
+ journal={arXiv preprint arXiv: 2406.10118}
77
+ }
78
+
79
+ ```