holylovenia commited on
Commit
c62c270
1 Parent(s): a832c9d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -34
README.md CHANGED
@@ -1,55 +1,76 @@
 
1
  ---
2
- license: unknown
3
- tags:
4
- - named-entity-recognition
5
- language:
6
  - ind
 
 
 
 
 
7
  ---
8
 
9
- # IndQNER
10
-
11
  IndQNER is a NER dataset created by manually annotating the Indonesian translation of Quran text.
12
-
13
  The dataset contains 18 named entity categories as follow:
14
-
15
  "Allah": Allah (including synonim of Allah such as Yang maha mengetahui lagi mahabijaksana)
16
-
17
  "Throne": Throne of Allah (such as 'Arasy)
18
-
19
  "Artifact": Artifact (such as Ka'bah, Baitullah)
20
-
21
  "AstronomicalBody": Astronomical body (such as bumi, matahari)
22
-
23
  "Event": Event (such as hari akhir, kiamat)
24
-
25
  "HolyBook": Holy book (such as AlQur'an)
26
-
27
  "Language": Language (such as bahasa Arab
28
-
29
  "Angel": Angel (such as Jibril, Mikail)
30
-
31
  "Person": Person (such as Bani Israil, Fir'aun)
32
-
33
  "Messenger": Messenger (such as Isa, Muhammad, Musa)
34
-
35
  "Prophet": Prophet (such as Adam, Sulaiman)
36
-
37
  "AfterlifeLocation": Afterlife location (such as Jahanam, Jahim, Padang Mahsyar)
38
-
39
  "GeographicalLocation": Geographical location (such as Sinai, negeru Babilonia)
40
-
41
  "Color": Color (such as kuning tua)
42
-
43
  "Religion": Religion (such as Islam, Yahudi, Nasrani)
44
-
45
  "Food": Food (such as manna, salwa)
46
 
 
 
 
 
 
 
 
 
 
47
  ## Dataset Usage
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
 
49
- Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
 
 
 
 
50
 
51
  ## Citation
52
 
 
53
  ```
54
  @misc{,
55
  author = {Ria Hari Gusmita, Asep Fajar Firmansyah, Khodijah Khuliyah},
@@ -57,16 +78,14 @@ title = {{IndQNER: a NER Benchmark Dataset on Indonesian Translation of Quran}},
57
  url = {https://github.com/dice-group/IndQNER},
58
  year = {2022}
59
  }
60
- ```
61
-
62
- ## License
63
 
64
- Unknown
65
-
66
- ## Homepage
67
 
68
- [https://github.com/dice-group/IndQNER](https://github.com/dice-group/IndQNER)
69
-
70
- ### NusaCatalogue
 
 
 
 
71
 
72
- 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: Indqner
6
+ task_categories:
7
+ - named-entity-recognition
8
+ tags:
9
+ - named-entity-recognition
10
  ---
11
 
 
 
12
  IndQNER is a NER dataset created by manually annotating the Indonesian translation of Quran text.
 
13
  The dataset contains 18 named entity categories as follow:
 
14
  "Allah": Allah (including synonim of Allah such as Yang maha mengetahui lagi mahabijaksana)
 
15
  "Throne": Throne of Allah (such as 'Arasy)
 
16
  "Artifact": Artifact (such as Ka'bah, Baitullah)
 
17
  "AstronomicalBody": Astronomical body (such as bumi, matahari)
 
18
  "Event": Event (such as hari akhir, kiamat)
 
19
  "HolyBook": Holy book (such as AlQur'an)
 
20
  "Language": Language (such as bahasa Arab
 
21
  "Angel": Angel (such as Jibril, Mikail)
 
22
  "Person": Person (such as Bani Israil, Fir'aun)
 
23
  "Messenger": Messenger (such as Isa, Muhammad, Musa)
 
24
  "Prophet": Prophet (such as Adam, Sulaiman)
 
25
  "AfterlifeLocation": Afterlife location (such as Jahanam, Jahim, Padang Mahsyar)
 
26
  "GeographicalLocation": Geographical location (such as Sinai, negeru Babilonia)
 
27
  "Color": Color (such as kuning tua)
 
28
  "Religion": Religion (such as Islam, Yahudi, Nasrani)
 
29
  "Food": Food (such as manna, salwa)
30
 
31
+
32
+ ## Languages
33
+
34
+ ind
35
+
36
+ ## Supported Tasks
37
+
38
+ Named Entity Recognition
39
+
40
  ## Dataset Usage
41
+ ### Using `datasets` library
42
+ ```
43
+ from datasets import load_dataset
44
+ dset = datasets.load_dataset("SEACrowd/IndQNER", trust_remote_code=True)
45
+ ```
46
+ ### Using `seacrowd` library
47
+ ```import seacrowd as sc
48
+ # Load the dataset using the default config
49
+ dset = sc.load_dataset("IndQNER", schema="seacrowd")
50
+ # Check all available subsets (config names) of the dataset
51
+ print(sc.available_config_names("IndQNER"))
52
+ # Load the dataset using a specific config
53
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
54
+ ```
55
+
56
+ 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).
57
+
58
+
59
+ ## Dataset Homepage
60
+
61
+ [https://github.com/dice-group/IndQNER](https://github.com/dice-group/IndQNER)
62
+
63
+ ## Dataset Version
64
 
65
+ Source: 1.0.0. SEACrowd: 2024.06.20.
66
+
67
+ ## Dataset License
68
+
69
+ Unknown
70
 
71
  ## Citation
72
 
73
+ If you are using the **Indqner** dataloader in your work, please cite the following:
74
  ```
75
  @misc{,
76
  author = {Ria Hari Gusmita, Asep Fajar Firmansyah, Khodijah Khuliyah},
 
78
  url = {https://github.com/dice-group/IndQNER},
79
  year = {2022}
80
  }
 
 
 
81
 
 
 
 
82
 
83
+ @article{lovenia2024seacrowd,
84
+ title={SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages},
85
+ 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},
86
+ year={2024},
87
+ eprint={2406.10118},
88
+ journal={arXiv preprint arXiv: 2406.10118}
89
+ }
90
 
91
+ ```