holylovenia
commited on
Commit
•
a58fe59
1
Parent(s):
d35c5b6
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -5,10 +5,13 @@ language:
|
|
5 |
- ind
|
6 |
---
|
7 |
|
|
|
|
|
8 |
SmSA is a sentence-level sentiment analysis dataset (Purwarianti and Crisdayanti, 2019) is a collection of comments and reviews
|
|
|
9 |
in Indonesian obtained from multiple online platforms. The text was crawled and then annotated by several Indonesian linguists
|
10 |
-
to construct this dataset. There are three possible sentiments on the SmSA dataset: positive, negative, and neutral
|
11 |
|
|
|
12 |
|
13 |
## Dataset Usage
|
14 |
|
@@ -16,7 +19,8 @@ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `lo
|
|
16 |
|
17 |
## Citation
|
18 |
|
19 |
-
|
|
|
20 |
author={Purwarianti, Ayu and Crisdayanti, Ida Ayu Putu Ari},
|
21 |
booktitle={2019 International Conference of Advanced Informatics: Concepts, Theory and Applications (ICAICTA)},
|
22 |
title={Improving Bi-LSTM Performance for Indonesian Sentiment Analysis Using Paragraph Vector},
|
@@ -40,6 +44,8 @@ Creative Commons Attribution Share-Alike 4.0 International
|
|
40 |
|
41 |
## Homepage
|
42 |
|
|
|
|
|
43 |
### NusaCatalogue
|
44 |
|
45 |
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|
|
|
5 |
- ind
|
6 |
---
|
7 |
|
8 |
+
# smsa
|
9 |
+
|
10 |
SmSA is a sentence-level sentiment analysis dataset (Purwarianti and Crisdayanti, 2019) is a collection of comments and reviews
|
11 |
+
|
12 |
in Indonesian obtained from multiple online platforms. The text was crawled and then annotated by several Indonesian linguists
|
|
|
13 |
|
14 |
+
to construct this dataset. There are three possible sentiments on the SmSA dataset: positive, negative, and neutral
|
15 |
|
16 |
## Dataset Usage
|
17 |
|
|
|
19 |
|
20 |
## Citation
|
21 |
|
22 |
+
```
|
23 |
+
@INPROCEEDINGS{8904199,
|
24 |
author={Purwarianti, Ayu and Crisdayanti, Ida Ayu Putu Ari},
|
25 |
booktitle={2019 International Conference of Advanced Informatics: Concepts, Theory and Applications (ICAICTA)},
|
26 |
title={Improving Bi-LSTM Performance for Indonesian Sentiment Analysis Using Paragraph Vector},
|
|
|
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)
|