holylovenia commited on
Commit
416e694
1 Parent(s): 771ca62

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -19
README.md CHANGED
@@ -1,25 +1,61 @@
 
1
  ---
2
- license: unknown
3
- tags:
4
- - morphological-inflection
5
- language:
6
  - ind
 
 
 
 
 
7
  ---
8
 
9
- # kamus_alay
10
-
11
  Kamus Alay provide a lexicon for text normalization of Indonesian colloquial words.
12
-
13
  It contains 3,592 unique colloquial words-also known as “bahasa alay” -and manually annotated them
14
-
15
  with the normalized form. We built this lexicon from Instagram comments provided by Septiandri & Wibisono (2017)
16
 
 
 
 
 
 
 
 
 
 
17
  ## Dataset Usage
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
- Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
 
 
 
 
 
 
 
 
 
 
20
 
21
  ## Citation
22
 
 
23
  ```
24
  @INPROCEEDINGS{8629151,
25
  author={Aliyah Salsabila, Nikmatun and Ardhito Winatmoko, Yosef and Akbar Septiandri, Ali and Jamal, Ade},
@@ -30,16 +66,14 @@ volume={},
30
  number={},
31
  pages={226-229},
32
  doi={10.1109/IALP.2018.8629151}}
33
- ```
34
-
35
- ## License
36
-
37
- Unknown
38
-
39
- ## Homepage
40
 
41
- [https://ieeexplore.ieee.org/abstract/document/8629151](https://ieeexplore.ieee.org/abstract/document/8629151)
42
 
43
- ### NusaCatalogue
 
 
 
 
 
 
44
 
45
- For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
 
1
+
2
  ---
3
+ language:
 
 
 
4
  - ind
5
+ pretty_name: Kamus Alay
6
+ task_categories:
7
+ - morphological-inflection
8
+ tags:
9
+ - morphological-inflection
10
  ---
11
 
 
 
12
  Kamus Alay provide a lexicon for text normalization of Indonesian colloquial words.
 
13
  It contains 3,592 unique colloquial words-also known as “bahasa alay” -and manually annotated them
 
14
  with the normalized form. We built this lexicon from Instagram comments provided by Septiandri & Wibisono (2017)
15
 
16
+
17
+ ## Languages
18
+
19
+ ind
20
+
21
+ ## Supported Tasks
22
+
23
+ Morphological Inflection
24
+
25
  ## Dataset Usage
26
+ ### Using `datasets` library
27
+ ```
28
+ from datasets import load_dataset
29
+ dset = datasets.load_dataset("SEACrowd/kamus_alay", 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("kamus_alay", schema="seacrowd")
35
+ # Check all available subsets (config names) of the dataset
36
+ print(sc.available_config_names("kamus_alay"))
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://ieeexplore.ieee.org/abstract/document/8629151](https://ieeexplore.ieee.org/abstract/document/8629151)
47
+
48
+ ## Dataset Version
49
+
50
+ Source: 1.0.0. SEACrowd: 2024.06.20.
51
+
52
+ ## Dataset License
53
+
54
+ Unknown
55
 
56
  ## Citation
57
 
58
+ If you are using the **Kamus Alay** dataloader in your work, please cite the following:
59
  ```
60
  @INPROCEEDINGS{8629151,
61
  author={Aliyah Salsabila, Nikmatun and Ardhito Winatmoko, Yosef and Akbar Septiandri, Ali and Jamal, Ade},
 
66
  number={},
67
  pages={226-229},
68
  doi={10.1109/IALP.2018.8629151}}
 
 
 
 
 
 
 
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
+ ```