siddharthmb commited on
Commit
7bea9ec
·
verified ·
1 Parent(s): 3cc4291

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -56,4 +56,20 @@ configs:
56
  path: data/test-*
57
  - split: valid
58
  path: data/valid-*
 
 
 
 
59
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  path: data/test-*
57
  - split: valid
58
  path: data/valid-*
59
+ license: apache-2.0
60
+ language:
61
+ - en
62
+ pretty_name: News Articles with Political Bias Annotations (Random Splits)
63
  ---
64
+
65
+ # News Articles with Political Bias Annotations (Random Splits)
66
+
67
+ ## Source
68
+
69
+ Derived from Baly et. al's work:
70
+ [We Can Detect Your Bias: Predicting the Political Ideology of News Articles](https://aclanthology.org/2020.emnlp-main.404/) (Baly et al., EMNLP 2020)
71
+
72
+ ## Information
73
+
74
+ This dataset contains **34,737 news articles** manually annotated for political ideology, either "left", "center", or "right".
75
+ This version contains **randomly selected** test/training/validation splits, identical to those used by Baly (according to their [git repository](https://github.com/ramybaly/Article-Bias-Prediction)).