holylovenia commited on
Commit
0e21724
·
verified ·
1 Parent(s): a01d1d3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -21
README.md CHANGED
@@ -1,30 +1,64 @@
 
1
  ---
2
- tags:
3
- - keyword-tagging
4
- language:
5
  - ind
 
 
 
 
 
6
  ---
7
 
8
- # term_a
9
-
10
  TermA is a span-extraction dataset collected from the hotel aggregator platform, AiryRooms
11
-
12
  (Septiandri and Sutiono, 2019; Fernando et al.,
13
-
14
  2019) consisting of thousands of hotel reviews,each containing a span label for aspect
15
-
16
  and sentiment words representing the opinion of the reviewer on the corresponding aspect.
17
-
18
  The labels use Inside-Outside-Beginning tagging (IOB) with two kinds of tags, aspect and
19
-
20
  sentiment.
21
 
 
 
 
 
 
 
 
 
 
22
  ## Dataset Usage
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
- Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
 
 
 
 
 
 
25
 
26
  ## Citation
27
 
 
28
  ```
29
  @article{winatmoko2019aspect,
30
  title={Aspect and opinion term extraction for hotel reviews using transfer learning and auxiliary labels},
@@ -40,16 +74,14 @@ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `lo
40
  year={2019},
41
  organization={IEEE}
42
  }
43
- ```
44
-
45
- ## License
46
-
47
- Creative Common Attribution Share-Alike 4.0 International
48
 
49
- ## Homepage
50
 
51
- [https://github.com/IndoNLP/indonlu](https://github.com/IndoNLP/indonlu)
52
-
53
- ### NusaCatalogue
 
 
 
 
54
 
55
- 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: Term A
6
+ task_categories:
7
+ - keyword-tagging
8
+ tags:
9
+ - keyword-tagging
10
  ---
11
 
 
 
12
  TermA is a span-extraction dataset collected from the hotel aggregator platform, AiryRooms
 
13
  (Septiandri and Sutiono, 2019; Fernando et al.,
 
14
  2019) consisting of thousands of hotel reviews,each containing a span label for aspect
 
15
  and sentiment words representing the opinion of the reviewer on the corresponding aspect.
 
16
  The labels use Inside-Outside-Beginning tagging (IOB) with two kinds of tags, aspect and
 
17
  sentiment.
18
 
19
+
20
+ ## Languages
21
+
22
+ ind
23
+
24
+ ## Supported Tasks
25
+
26
+ Keyword Tagging
27
+
28
  ## Dataset Usage
29
+ ### Using `datasets` library
30
+ ```
31
+ from datasets import load_dataset
32
+ dset = datasets.load_dataset("SEACrowd/term_a", trust_remote_code=True)
33
+ ```
34
+ ### Using `seacrowd` library
35
+ ```import seacrowd as sc
36
+ # Load the dataset using the default config
37
+ dset = sc.load_dataset("term_a", schema="seacrowd")
38
+ # Check all available subsets (config names) of the dataset
39
+ print(sc.available_config_names("term_a"))
40
+ # Load the dataset using a specific config
41
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
42
+ ```
43
+
44
+ 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).
45
+
46
+
47
+ ## Dataset Homepage
48
+
49
+ [https://github.com/IndoNLP/indonlu](https://github.com/IndoNLP/indonlu)
50
 
51
+ ## Dataset Version
52
+
53
+ Source: 1.0.0. SEACrowd: 2024.06.20.
54
+
55
+ ## Dataset License
56
+
57
+ Creative Common Attribution Share-Alike 4.0 International
58
 
59
  ## Citation
60
 
61
+ If you are using the **Term A** dataloader in your work, please cite the following:
62
  ```
63
  @article{winatmoko2019aspect,
64
  title={Aspect and opinion term extraction for hotel reviews using transfer learning and auxiliary labels},
 
74
  year={2019},
75
  organization={IEEE}
76
  }
 
 
 
 
 
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
+ ```