holylovenia
commited on
Commit
·
b6d7aa4
1
Parent(s):
415a5df
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -3,4 +3,27 @@ tags:
|
|
3 |
- hoax-news-classification
|
4 |
language:
|
5 |
- ind
|
6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
- hoax-news-classification
|
4 |
language:
|
5 |
- ind
|
6 |
+
---
|
7 |
+
|
8 |
+
This research proposes to build an automatic hoax news detection and collects 250 pages of hoax and valid news articles in Indonesian language.
|
9 |
+
Each data sample is annotated by three reviewers and the final taggings are obtained by voting of those three reviewers.
|
10 |
+
|
11 |
+
|
12 |
+
## Dataset Usage
|
13 |
+
|
14 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
15 |
+
|
16 |
+
## Citation
|
17 |
+
|
18 |
+
```@INPROCEEDINGS{8265649, author={Pratiwi, Inggrid Yanuar Risca and Asmara, Rosa Andrie and Rahutomo, Faisal}, booktitle={2017 11th International Conference on Information & Communication Technology and System (ICTS)}, title={Study of hoax news detection using naïve bayes classifier in Indonesian language}, year={2017}, volume={}, number={}, pages={73-78}, doi={10.1109/ICTS.2017.8265649}}
|
19 |
+
```
|
20 |
+
|
21 |
+
## License
|
22 |
+
|
23 |
+
Creative Commons Attribution 4.0 International
|
24 |
+
|
25 |
+
## Homepage
|
26 |
+
|
27 |
+
### NusaCatalogue
|
28 |
+
|
29 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|