holylovenia
commited on
Commit
·
c760102
1
Parent(s):
6d244e7
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -5,9 +5,11 @@ 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 |
|
@@ -15,7 +17,8 @@ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `lo
|
|
15 |
|
16 |
## Citation
|
17 |
|
18 |
-
|
|
|
19 |
```
|
20 |
|
21 |
## License
|
@@ -24,6 +27,8 @@ 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)
|
|
|
5 |
- ind
|
6 |
---
|
7 |
|
8 |
+
# id_hoax_news
|
9 |
+
|
10 |
This research proposes to build an automatic hoax news detection and collects 250 pages of hoax and valid news articles in Indonesian language.
|
|
|
11 |
|
12 |
+
Each data sample is annotated by three reviewers and the final taggings are obtained by voting of those three reviewers.
|
13 |
|
14 |
## Dataset Usage
|
15 |
|
|
|
17 |
|
18 |
## Citation
|
19 |
|
20 |
+
```
|
21 |
+
@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}}
|
22 |
```
|
23 |
|
24 |
## License
|
|
|
27 |
|
28 |
## Homepage
|
29 |
|
30 |
+
[https://data.mendeley.com/datasets/p3hfgr5j3m/1](https://data.mendeley.com/datasets/p3hfgr5j3m/1)
|
31 |
+
|
32 |
### NusaCatalogue
|
33 |
|
34 |
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|