holylovenia commited on
Commit
43f9f85
1 Parent(s): 918e472

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -22
README.md CHANGED
@@ -1,32 +1,65 @@
 
1
  ---
2
- tags:
3
- - named-entity-recognition
4
- language:
5
  - ind
 
 
 
 
 
6
  ---
7
 
8
- # nerp
9
-
10
  The NERP dataset (Hoesen and Purwarianti, 2018) contains texts collected from several Indonesian news websites with five labels
11
-
12
  - PER (name of person)
13
-
14
  - LOC (name of location)
15
-
16
  - IND (name of product or brand)
17
-
18
  - EVT (name of the event)
19
-
20
  - FNB (name of food and beverage).
21
-
22
  NERP makes use of the IOB chunking format, just like the TermA dataset.
23
 
 
 
 
 
 
 
 
 
 
24
  ## Dataset Usage
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
 
26
- Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
27
 
28
  ## Citation
29
 
 
30
  ```
31
  @inproceedings{hoesen2018investigating,
32
  title={Investigating bi-lstm and crf with pos tag embedding for indonesian named entity tagger},
@@ -36,16 +69,14 @@ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `lo
36
  year={2018},
37
  organization={IEEE}
38
  }
39
- ```
40
-
41
- ## License
42
-
43
- Creative Common Attribution Share-Alike 4.0 International
44
-
45
- ## Homepage
46
 
47
- [https://github.com/IndoNLP/indonlu](https://github.com/IndoNLP/indonlu)
48
 
49
- ### NusaCatalogue
 
 
 
 
 
 
50
 
51
- 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: Nerp
6
+ task_categories:
7
+ - named-entity-recognition
8
+ tags:
9
+ - named-entity-recognition
10
  ---
11
 
 
 
12
  The NERP dataset (Hoesen and Purwarianti, 2018) contains texts collected from several Indonesian news websites with five labels
 
13
  - PER (name of person)
 
14
  - LOC (name of location)
 
15
  - IND (name of product or brand)
 
16
  - EVT (name of the event)
 
17
  - FNB (name of food and beverage).
 
18
  NERP makes use of the IOB chunking format, just like the TermA dataset.
19
 
20
+
21
+ ## Languages
22
+
23
+ ind
24
+
25
+ ## Supported Tasks
26
+
27
+ Named Entity Recognition
28
+
29
  ## Dataset Usage
30
+ ### Using `datasets` library
31
+ ```
32
+ from datasets import load_dataset
33
+ dset = datasets.load_dataset("SEACrowd/nerp", trust_remote_code=True)
34
+ ```
35
+ ### Using `seacrowd` library
36
+ ```import seacrowd as sc
37
+ # Load the dataset using the default config
38
+ dset = sc.load_dataset("nerp", schema="seacrowd")
39
+ # Check all available subsets (config names) of the dataset
40
+ print(sc.available_config_names("nerp"))
41
+ # Load the dataset using a specific config
42
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
43
+ ```
44
+
45
+ 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).
46
+
47
+
48
+ ## Dataset Homepage
49
+
50
+ [https://github.com/IndoNLP/indonlu](https://github.com/IndoNLP/indonlu)
51
+
52
+ ## Dataset Version
53
+
54
+ Source: 1.0.0. SEACrowd: 2024.06.20.
55
+
56
+ ## Dataset License
57
 
58
+ Creative Common Attribution Share-Alike 4.0 International
59
 
60
  ## Citation
61
 
62
+ If you are using the **Nerp** dataloader in your work, please cite the following:
63
  ```
64
  @inproceedings{hoesen2018investigating,
65
  title={Investigating bi-lstm and crf with pos tag embedding for indonesian named entity tagger},
 
69
  year={2018},
70
  organization={IEEE}
71
  }
 
 
 
 
 
 
 
72
 
 
73
 
74
+ @article{lovenia2024seacrowd,
75
+ title={SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages},
76
+ 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},
77
+ year={2024},
78
+ eprint={2406.10118},
79
+ journal={arXiv preprint arXiv: 2406.10118}
80
+ }
81
 
82
+ ```