holylovenia commited on
Commit
dfb0639
1 Parent(s): d50c885

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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},
56
+ 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)