Commit
·
9fbac56
1
Parent(s):
017ec44
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -3,4 +3,38 @@ tags:
|
|
3 |
- aspect-based-sentiment-analysis
|
4 |
language:
|
5 |
- ind
|
6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
- aspect-based-sentiment-analysis
|
4 |
language:
|
5 |
- ind
|
6 |
+
---
|
7 |
+
|
8 |
+
|
9 |
+
HoASA: An aspect-based sentiment analysis dataset consisting of hotel reviews collected from the hotel aggregator platform, AiryRooms.
|
10 |
+
The dataset covers ten different aspects of hotel quality. Similar to the CASA dataset, each review is labeled with a single sentiment label for each aspect.
|
11 |
+
There are four possible sentiment classes for each sentiment label:
|
12 |
+
positive, negative, neutral, and positive-negative.
|
13 |
+
The positivenegative label is given to a review that contains multiple sentiments of the same aspect but for different objects (e.g., cleanliness of bed and toilet).
|
14 |
+
|
15 |
+
|
16 |
+
## Dataset Usage
|
17 |
+
|
18 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
19 |
+
|
20 |
+
## Citation
|
21 |
+
|
22 |
+
```
|
23 |
+
@inproceedings{azhar2019multi,
|
24 |
+
title={Multi-label Aspect Categorization with Convolutional Neural Networks and Extreme Gradient Boosting},
|
25 |
+
author={A. N. Azhar, M. L. Khodra, and A. P. Sutiono}
|
26 |
+
booktitle={Proceedings of the 2019 International Conference on Electrical Engineering and Informatics (ICEEI)},
|
27 |
+
pages={35--40},
|
28 |
+
year={2019}
|
29 |
+
}
|
30 |
+
```
|
31 |
+
|
32 |
+
## License
|
33 |
+
|
34 |
+
CC-BY-SA 4.0
|
35 |
+
|
36 |
+
## Homepage
|
37 |
+
|
38 |
+
### NusaCatalogue
|
39 |
+
|
40 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|