sergioburdisso
commited on
Commit
•
2764e9a
1
Parent(s):
8513c19
Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,47 @@ pretty_name: >-
|
|
9 |
Together
|
10 |
size_categories:
|
11 |
- 1K<n<10K
|
12 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
Together
|
10 |
size_categories:
|
11 |
- 1K<n<10K
|
12 |
+
---
|
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](https://aclanthology.org/2024.naacl-long.383/).
|
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. Columns of the dataset:
|
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/).
|
30 |
+
|
31 |
+
```bibtex
|
32 |
+
@inproceedings{burdisso-etal-2024-reliability,
|
33 |
+
title = "Reliability Estimation of News Media Sources: Birds of a Feather Flock Together",
|
34 |
+
author = "Burdisso, Sergio and
|
35 |
+
Sanchez-cortes, Dairazalia and
|
36 |
+
Villatoro-tello, Esa{\'u} and
|
37 |
+
Motlicek, Petr",
|
38 |
+
editor = "Duh, Kevin and
|
39 |
+
Gomez, Helena and
|
40 |
+
Bethard, Steven",
|
41 |
+
booktitle = "Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers)",
|
42 |
+
month = jun,
|
43 |
+
year = "2024",
|
44 |
+
address = "Mexico City, Mexico",
|
45 |
+
publisher = "Association for Computational Linguistics",
|
46 |
+
url = "https://aclanthology.org/2024.naacl-long.383",
|
47 |
+
doi = "10.18653/v1/2024.naacl-long.383",
|
48 |
+
pages = "6900--6918",
|
49 |
+
}
|
50 |
+
```
|
51 |
+
|
52 |
+
## License
|
53 |
+
|
54 |
+
Copyright (c) 2024 [Idiap Research Institute](https://www.idiap.ch/).
|
55 |
+
Apache 2.0 License.
|