Update README.md
Browse files
README.md
CHANGED
|
@@ -1,42 +1,67 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
configs:
|
| 4 |
-
- config_name: default
|
| 5 |
-
data_files:
|
| 6 |
-
- split: train
|
| 7 |
-
path: data/train-*
|
| 8 |
-
dataset_info:
|
| 9 |
-
features:
|
| 10 |
-
- name: page
|
| 11 |
-
dtype: string
|
| 12 |
-
- name: mbfclink
|
| 13 |
-
dtype: string
|
| 14 |
-
- name: bias_rating
|
| 15 |
-
dtype: string
|
| 16 |
-
- name: factual_reporting
|
| 17 |
-
dtype: string
|
| 18 |
-
- name: country
|
| 19 |
-
dtype: string
|
| 20 |
-
- name: media_type
|
| 21 |
-
dtype: string
|
| 22 |
-
- name: trafficpopularity
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: credibility_rating
|
| 25 |
-
dtype: string
|
| 26 |
-
- name: source
|
| 27 |
-
dtype: string
|
| 28 |
-
- name: domain
|
| 29 |
-
dtype: string
|
| 30 |
-
- name: leaning
|
| 31 |
-
dtype: string
|
| 32 |
-
- name: press_freedom_rank
|
| 33 |
-
dtype: string
|
| 34 |
-
- name: bias_label_5_class
|
| 35 |
-
dtype: string
|
| 36 |
-
splits:
|
| 37 |
-
- name: train
|
| 38 |
-
num_bytes: 848760
|
| 39 |
-
num_examples: 3577
|
| 40 |
-
download_size: 238778
|
| 41 |
-
dataset_size: 848760
|
| 42 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: data/train-*
|
| 8 |
+
dataset_info:
|
| 9 |
+
features:
|
| 10 |
+
- name: page
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: mbfclink
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: bias_rating
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: factual_reporting
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: country
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: media_type
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: trafficpopularity
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: credibility_rating
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: source
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: domain
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: leaning
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: press_freedom_rank
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: bias_label_5_class
|
| 35 |
+
dtype: string
|
| 36 |
+
splits:
|
| 37 |
+
- name: train
|
| 38 |
+
num_bytes: 848760
|
| 39 |
+
num_examples: 3577
|
| 40 |
+
download_size: 238778
|
| 41 |
+
dataset_size: 848760
|
| 42 |
+
---
|
| 43 |
+
|
| 44 |
+
|
| 45 |
+
## 📌 Citation
|
| 46 |
+
Please cite us if you use our data or methodology from our [paper](https://arxiv.org/abs/2506.12552).
|
| 47 |
+
```bibtex
|
| 48 |
+
@inproceedings{mujahid-etal-2025-profiling,
|
| 49 |
+
title = "Profiling News Media for Factuality and Bias Using {LLM}s and the Fact-Checking Methodology of Human Experts",
|
| 50 |
+
author = "Mujahid, Zain Muhammad and
|
| 51 |
+
Azizov, Dilshod and
|
| 52 |
+
Agro, Maha Tufail and
|
| 53 |
+
Nakov, Preslav",
|
| 54 |
+
editor = "Che, Wanxiang and
|
| 55 |
+
Nabende, Joyce and
|
| 56 |
+
Shutova, Ekaterina and
|
| 57 |
+
Pilehvar, Mohammad Taher",
|
| 58 |
+
booktitle = "Findings of the Association for Computational Linguistics: ACL 2025",
|
| 59 |
+
month = jul,
|
| 60 |
+
year = "2025",
|
| 61 |
+
address = "Vienna, Austria",
|
| 62 |
+
publisher = "Association for Computational Linguistics",
|
| 63 |
+
url = "https://aclanthology.org/2025.findings-acl.45/",
|
| 64 |
+
pages = "798--819",
|
| 65 |
+
ISBN = "979-8-89176-256-5"
|
| 66 |
+
}
|
| 67 |
+
```
|