sergioburdisso
commited on
Commit
•
080bf31
1
Parent(s):
2764e9a
Update README.md
Browse files
README.md
CHANGED
@@ -13,17 +13,20 @@ size_categories:
|
|
13 |
|
14 |
# Reliability Estimation of News Media Sources: _"Birds of a Feather Flock Together"_
|
15 |
|
16 |
-
Dataset introduced in the paper ["Reliability Estimation of News Media Sources: Birds of a Feather Flock Together"](https://arxiv.org/abs/2404.09565) published in the
|
17 |
|
18 |
-
The dataset consists of a collections of 5.33K new media domains names with reliability labels
|
19 |
|
|
|
20 |
- `domain`: domain name
|
21 |
- `reliability_label`: the reliability label. Values:
|
22 |
-
- `1`: generally reliable;
|
23 |
-
- `0`: mixed;
|
24 |
-
- `-1`: generally unreliable
|
25 |
- `newsguard_score`: human-provided reliability score (only available for a small subset). Value: integer number between 0 and 100.
|
26 |
|
|
|
|
|
27 |
## Citation
|
28 |
|
29 |
NAACL Paper: [here](https://aclanthology.org/2024.naacl-long.383/).
|
|
|
13 |
|
14 |
# Reliability Estimation of News Media Sources: _"Birds of a Feather Flock Together"_
|
15 |
|
16 |
+
Dataset introduced in the paper ["Reliability Estimation of News Media Sources: Birds of a Feather Flock Together"](https://arxiv.org/abs/2404.09565) published in the NAACL 2024 main conference.
|
17 |
|
18 |
+
The dataset consists of a collections of **5.33K new media domains names with reliability labels**. Additionally, for some domains, there is also a human-provided reliability score available.
|
19 |
|
20 |
+
Columns of the dataset:
|
21 |
- `domain`: domain name
|
22 |
- `reliability_label`: the reliability label. Values:
|
23 |
+
- `1`: generally reliable;
|
24 |
+
- `0`: mixed;
|
25 |
+
- `-1`: generally unreliable
|
26 |
- `newsguard_score`: human-provided reliability score (only available for a small subset). Value: integer number between 0 and 100.
|
27 |
|
28 |
+
**Github repo** released along with the paper [here](https://github.com/idiap/News-Media-Reliability).
|
29 |
+
|
30 |
## Citation
|
31 |
|
32 |
NAACL Paper: [here](https://aclanthology.org/2024.naacl-long.383/).
|