File size: 1,777 Bytes
dfb0639 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
---
license: unknown
tags:
- named-entity-recognition
language:
- ind
---
# IndQNER
IndQNER is a NER dataset created by manually annotating the Indonesian translation of Quran text.
The dataset contains 18 named entity categories as follow:
"Allah": Allah (including synonim of Allah such as Yang maha mengetahui lagi mahabijaksana)
"Throne": Throne of Allah (such as 'Arasy)
"Artifact": Artifact (such as Ka'bah, Baitullah)
"AstronomicalBody": Astronomical body (such as bumi, matahari)
"Event": Event (such as hari akhir, kiamat)
"HolyBook": Holy book (such as AlQur'an)
"Language": Language (such as bahasa Arab
"Angel": Angel (such as Jibril, Mikail)
"Person": Person (such as Bani Israil, Fir'aun)
"Messenger": Messenger (such as Isa, Muhammad, Musa)
"Prophet": Prophet (such as Adam, Sulaiman)
"AfterlifeLocation": Afterlife location (such as Jahanam, Jahim, Padang Mahsyar)
"GeographicalLocation": Geographical location (such as Sinai, negeru Babilonia)
"Color": Color (such as kuning tua)
"Religion": Religion (such as Islam, Yahudi, Nasrani)
"Food": Food (such as manna, salwa)
## Dataset Usage
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
## Citation
```
@misc{,
author = {Ria Hari Gusmita, Asep Fajar Firmansyah, Khodijah Khuliyah},
title = {{IndQNER: a NER Benchmark Dataset on Indonesian Translation of Quran}},
url = {https://github.com/dice-group/IndQNER},
year = {2022}
}
```
## License
Unknown
## Homepage
[https://github.com/dice-group/IndQNER](https://github.com/dice-group/IndQNER)
### NusaCatalogue
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue) |