horychtom commited on
Commit
45c184e
1 Parent(s): 3840259

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ datasets:
4
+ - mediabiasgroup/BABE
5
+ language:
6
+ - en
7
+ base_model:
8
+ - mediabiasgroup/magpie-pt-xlm
9
+ pipeline_tag: text-classification
10
+ ---
11
+
12
+ This is a model pre-trained on weak labels for media-bias detection, fine-tuned for media-bias sentence-level classification.
13
+
14
+ ---
15
+
16
+ ## Citation
17
+
18
+ **Code repository**: https://github.com/Media-Bias-Group/Neural-Media-Bias-Detection-Using-Distant-Supervision-With-BABE
19
+
20
+ **Paper**: The paper is avalable at: https://aclanthology.org/2021.findings-emnlp.101
21
+
22
+
23
+ If you use this model, please cite the following paper(s):
24
+
25
+ ```bibtex
26
+ @inproceedings{spinde-etal-2021-neural-media,
27
+ title = "Neural Media Bias Detection Using Distant Supervision With {BABE} - Bias Annotations By Experts",
28
+ author = "Spinde, Timo and
29
+ Plank, Manuel and
30
+ Krieger, Jan-David and
31
+ Ruas, Terry and
32
+ Gipp, Bela and
33
+ Aizawa, Akiko",
34
+ editor = "Moens, Marie-Francine and
35
+ Huang, Xuanjing and
36
+ Specia, Lucia and
37
+ Yih, Scott Wen-tau",
38
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2021",
39
+ month = nov,
40
+ year = "2021",
41
+ address = "Punta Cana, Dominican Republic",
42
+ publisher = "Association for Computational Linguistics",
43
+ url = "https://aclanthology.org/2021.findings-emnlp.101",
44
+ doi = "10.18653/v1/2021.findings-emnlp.101",
45
+ pages = "1166--1177",
46
+ abstract = "Media coverage has a substantial effect on the public perception of events. Nevertheless, media outlets are often biased. One way to bias news articles is by altering the word choice. The automatic identification of bias by word choice is challenging, primarily due to the lack of a gold standard data set and high context dependencies. This paper presents BABE, a robust and diverse data set created by trained experts, for media bias research. We also analyze why expert labeling is essential within this domain. Our data set offers better annotation quality and higher inter-annotator agreement than existing work. It consists of 3,700 sentences balanced among topics and outlets, containing media bias labels on the word and sentence level. Based on our data, we also introduce a way to detect bias-inducing sentences in news articles automatically. Our best performing BERT-based model is pre-trained on a larger corpus consisting of distant labels. Fine-tuning and evaluating the model on our proposed supervised data set, we achieve a macro F1-score of 0.804, outperforming existing methods.",
47
+ }
48
+ ```