Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
fact-checking
Languages:
Bulgarian
Size:
1K - 10K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,37 @@ task_ids:
|
|
19 |
- fact-checking
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: Clickbait/Fake News in Bulgarian
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for Clickbait/Fake News in Bulgarian
|
@@ -185,4 +216,4 @@ The **validation dataset** contains 761 testing examples.
|
|
185 |
|
186 |
### Contributions
|
187 |
|
188 |
-
Thanks to [@tsvm](https://github.com/tsvm), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|
|
|
19 |
- fact-checking
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: Clickbait/Fake News in Bulgarian
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: fake_news_score
|
25 |
+
dtype:
|
26 |
+
class_label:
|
27 |
+
names:
|
28 |
+
0: legitimate
|
29 |
+
1: fake
|
30 |
+
- name: click_bait_score
|
31 |
+
dtype:
|
32 |
+
class_label:
|
33 |
+
names:
|
34 |
+
0: normal
|
35 |
+
1: clickbait
|
36 |
+
- name: content_title
|
37 |
+
dtype: string
|
38 |
+
- name: content_url
|
39 |
+
dtype: string
|
40 |
+
- name: content_published_time
|
41 |
+
dtype: string
|
42 |
+
- name: content
|
43 |
+
dtype: string
|
44 |
+
splits:
|
45 |
+
- name: train
|
46 |
+
num_bytes: 24480402
|
47 |
+
num_examples: 2815
|
48 |
+
- name: validation
|
49 |
+
num_bytes: 6752242
|
50 |
+
num_examples: 761
|
51 |
+
download_size: 8569575
|
52 |
+
dataset_size: 31232644
|
53 |
---
|
54 |
|
55 |
# Dataset Card for Clickbait/Fake News in Bulgarian
|
|
|
216 |
|
217 |
### Contributions
|
218 |
|
219 |
+
Thanks to [@tsvm](https://github.com/tsvm), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|