holylovenia commited on
Commit
681b562
1 Parent(s): 72689bd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -1
README.md CHANGED
@@ -3,4 +3,40 @@ tags:
3
  - aspect-based-sentiment-analysis
4
  language:
5
  - ind
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  - aspect-based-sentiment-analysis
4
  language:
5
  - ind
6
+ ---
7
+
8
+
9
+ CASA: An aspect-based sentiment analysis dataset consisting of around a thousand car reviews collected from multiple Indonesian online automobile platforms (Ilmania et al., 2018).
10
+ The dataset covers six aspects of car quality.
11
+ We define the task to be a multi-label classification task,
12
+ where each label represents a sentiment for a single aspect with three possible values: positive, negative, and neutral.
13
+
14
+
15
+ ## Dataset Usage
16
+
17
+ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
18
+
19
+ ## Citation
20
+
21
+ ```
22
+ @INPROCEEDINGS{8629181,
23
+ author={Ilmania, Arfinda and Abdurrahman and Cahyawijaya, Samuel and Purwarianti, Ayu},
24
+ booktitle={2018 International Conference on Asian Language Processing (IALP)},
25
+ title={Aspect Detection and Sentiment Classification Using Deep Neural Network for Indonesian Aspect-Based Sentiment Analysis},
26
+ year={2018},
27
+ volume={},
28
+ number={},
29
+ pages={62-67},
30
+ doi={10.1109/IALP.2018.8629181
31
+ }
32
+ ```
33
+
34
+ ## License
35
+
36
+ CC-BY-SA 4.0
37
+
38
+ ## Homepage
39
+
40
+ ### NusaCatalogue
41
+
42
+ For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)