holylovenia commited on
Commit
62665dd
1 Parent(s): 21faa45

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +52 -18
README.md CHANGED
@@ -1,21 +1,58 @@
 
1
  ---
2
- license: unknown
3
- tags:
4
- - short-answer-grading
5
- language:
6
  - ind
 
 
 
 
 
7
  ---
8
 
9
- # id_short_answer_grading
10
-
11
  Indonesian short answers for Biology and Geography subjects from 534 respondents where the answer grading was done by 7 experts.
12
 
 
 
 
 
 
 
 
 
13
  ## Dataset Usage
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
- Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
 
 
 
 
16
 
17
  ## Citation
18
 
 
19
  ```
20
  @article{
21
  JLK,
@@ -38,16 +75,13 @@ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `lo
38
  issn = {2621-9336}, pages = {54--61}, doi = {10.26418/jlk.v3i2.38},
39
  url = {https://inacl.id/journal/index.php/jlk/article/view/38}
40
  }
41
- ```
42
-
43
- ## License
44
 
45
- Unknown
46
-
47
- ## Homepage
48
-
49
- [https://github.com/AgeMagi/tugas-akhir](https://github.com/AgeMagi/tugas-akhir)
50
-
51
- ### NusaCatalogue
52
 
53
- 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: Id Short Answer Grading
6
+ task_categories:
7
+ - short-answer-grading
8
+ tags:
9
+ - short-answer-grading
10
  ---
11
 
 
 
12
  Indonesian short answers for Biology and Geography subjects from 534 respondents where the answer grading was done by 7 experts.
13
 
14
+ ## Languages
15
+
16
+ ind
17
+
18
+ ## Supported Tasks
19
+
20
+ Short Answer Grading
21
+
22
  ## Dataset Usage
23
+ ### Using `datasets` library
24
+ ```
25
+ from datasets import load_dataset
26
+ dset = datasets.load_dataset("SEACrowd/id_short_answer_grading", trust_remote_code=True)
27
+ ```
28
+ ### Using `seacrowd` library
29
+ ```import seacrowd as sc
30
+ # Load the dataset using the default config
31
+ dset = sc.load_dataset("id_short_answer_grading", schema="seacrowd")
32
+ # Check all available subsets (config names) of the dataset
33
+ print(sc.available_config_names("id_short_answer_grading"))
34
+ # Load the dataset using a specific config
35
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
36
+ ```
37
+
38
+ 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).
39
+
40
+
41
+ ## Dataset Homepage
42
+
43
+ [https://github.com/AgeMagi/tugas-akhir](https://github.com/AgeMagi/tugas-akhir)
44
+
45
+ ## Dataset Version
46
 
47
+ Source: 1.0.0. SEACrowd: 2024.06.20.
48
+
49
+ ## Dataset License
50
+
51
+ Unknown
52
 
53
  ## Citation
54
 
55
+ If you are using the **Id Short Answer Grading** dataloader in your work, please cite the following:
56
  ```
57
  @article{
58
  JLK,
 
75
  issn = {2621-9336}, pages = {54--61}, doi = {10.26418/jlk.v3i2.38},
76
  url = {https://inacl.id/journal/index.php/jlk/article/view/38}
77
  }
 
 
 
78
 
79
+ @article{lovenia2024seacrowd,
80
+ title={SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages},
81
+ 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},
82
+ year={2024},
83
+ eprint={2406.10118},
84
+ journal={arXiv preprint arXiv: 2406.10118}
85
+ }
86
 
87
+ ```