Commit ·
509cfc0
1
Parent(s): 6c45fd1
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -3,4 +3,39 @@ tags:
|
|
| 3 |
- textual-entailment
|
| 4 |
language:
|
| 5 |
- ind
|
| 6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
- textual-entailment
|
| 4 |
language:
|
| 5 |
- ind
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
Stance Classification Towards Political Figures on Blog Writing.
|
| 9 |
+
This dataset contains dataset from the second research, which is combined from the first research and new dataset.
|
| 10 |
+
The dataset consist of 337 data, about five target and every target have 1 different event.
|
| 11 |
+
Two label are used: 'For' and 'Againts'.
|
| 12 |
+
1. For - the text that is created by author is support the target in an event
|
| 13 |
+
2. Against - the text that is created by author is oppose the target in an event
|
| 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 |
+
```@INPROCEEDINGS{8629144,
|
| 23 |
+
author={R. {Jannati} and R. {Mahendra} and C. W. {Wardhana} and M. {Adriani}},
|
| 24 |
+
booktitle={2018 International Conference on Asian Language Processing (IALP)},
|
| 25 |
+
title={Stance Classification Towards Political Figures on Blog Writing},
|
| 26 |
+
year={2018},
|
| 27 |
+
volume={},
|
| 28 |
+
number={},
|
| 29 |
+
pages={96-101},
|
| 30 |
+
}
|
| 31 |
+
```
|
| 32 |
+
|
| 33 |
+
## License
|
| 34 |
+
|
| 35 |
+
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
|
| 36 |
+
|
| 37 |
+
## Homepage
|
| 38 |
+
|
| 39 |
+
### NusaCatalogue
|
| 40 |
+
|
| 41 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|