sergioburdisso
commited on
Commit
•
e1ddc42
1
Parent(s):
d662884
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ size_categories:
|
|
14 |
|
15 |
Dataset introduced in the paper ["Mapping the Media Landscape: Predicting Factual Reporting and Political Bias Through Web Interactions"](https://arxiv.org/abs/2410.17655) published in the CLEF 2024 main conference.
|
16 |
|
17 |
-
|
18 |
|
19 |
Columns of the dataset:
|
20 |
- `source`: domain name
|
@@ -23,6 +23,7 @@ Columns of the dataset:
|
|
23 |
|
24 |
**Github repo** released along with the paper [here](https://github.com/idiap/Factual-Reporting-and-Political-Bias-Web-Interactions).
|
25 |
|
|
|
26 |
## Load Training Dataset
|
27 |
|
28 |
```python
|
|
|
14 |
|
15 |
Dataset introduced in the paper ["Mapping the Media Landscape: Predicting Factual Reporting and Political Bias Through Web Interactions"](https://arxiv.org/abs/2410.17655) published in the CLEF 2024 main conference.
|
16 |
|
17 |
+
Similar to the [news media reliability dataset](https://huggingface.co/datasets/sergioburdisso/news_media_reliability), this dataset consists of a collections of **4K new media domains names with political bias and factual reporting labels**.
|
18 |
|
19 |
Columns of the dataset:
|
20 |
- `source`: domain name
|
|
|
23 |
|
24 |
**Github repo** released along with the paper [here](https://github.com/idiap/Factual-Reporting-and-Political-Bias-Web-Interactions).
|
25 |
|
26 |
+
|
27 |
## Load Training Dataset
|
28 |
|
29 |
```python
|