holylovenia
commited on
Commit
•
df7dd6b
1
Parent(s):
dbffed6
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -5,13 +5,19 @@ language:
|
|
5 |
- ind
|
6 |
---
|
7 |
|
|
|
|
|
8 |
The CLICK-ID dataset is a collection of Indonesian news headlines that was collected from 12 local online news
|
|
|
9 |
publishers; detikNews, Fimela, Kapanlagi, Kompas, Liputan6, Okezone, Posmetro-Medan, Republika, Sindonews, Tempo,
|
|
|
10 |
Tribunnews, and Wowkeren. This dataset is comprised of mainly two parts; (i) 46,119 raw article data, and (ii)
|
|
|
11 |
15,000 clickbait annotated sample headlines. Annotation was conducted with 3 annotator examining each headline.
|
|
|
12 |
Judgment were based only on the headline. The majority then is considered as the ground truth. In the annotated
|
13 |
-
sample, our annotation shows 6,290 clickbait and 8,710 non-clickbait.
|
14 |
|
|
|
15 |
|
16 |
## Dataset Usage
|
17 |
|
@@ -19,7 +25,8 @@ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `lo
|
|
19 |
|
20 |
## Citation
|
21 |
|
22 |
-
|
|
|
23 |
title = "CLICK-ID: A novel dataset for Indonesian clickbait headlines",
|
24 |
journal = "Data in Brief",
|
25 |
volume = "32",
|
@@ -40,6 +47,8 @@ Creative Commons Attribution 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 |
+
# id_clickbait
|
9 |
+
|
10 |
The CLICK-ID dataset is a collection of Indonesian news headlines that was collected from 12 local online news
|
11 |
+
|
12 |
publishers; detikNews, Fimela, Kapanlagi, Kompas, Liputan6, Okezone, Posmetro-Medan, Republika, Sindonews, Tempo,
|
13 |
+
|
14 |
Tribunnews, and Wowkeren. This dataset is comprised of mainly two parts; (i) 46,119 raw article data, and (ii)
|
15 |
+
|
16 |
15,000 clickbait annotated sample headlines. Annotation was conducted with 3 annotator examining each headline.
|
17 |
+
|
18 |
Judgment were based only on the headline. The majority then is considered as the ground truth. In the annotated
|
|
|
19 |
|
20 |
+
sample, our annotation shows 6,290 clickbait and 8,710 non-clickbait.
|
21 |
|
22 |
## Dataset Usage
|
23 |
|
|
|
25 |
|
26 |
## Citation
|
27 |
|
28 |
+
```
|
29 |
+
@article{WILLIAM2020106231,
|
30 |
title = "CLICK-ID: A novel dataset for Indonesian clickbait headlines",
|
31 |
journal = "Data in Brief",
|
32 |
volume = "32",
|
|
|
47 |
|
48 |
## Homepage
|
49 |
|
50 |
+
[https://www.sciencedirect.com/science/article/pii/S2352340920311252#!](https://www.sciencedirect.com/science/article/pii/S2352340920311252#!)
|
51 |
+
|
52 |
### NusaCatalogue
|
53 |
|
54 |
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|