Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Head | 29,500 | 3 months ago | 21 | |||||||
A simple guide to HTML <head> elements | ||||||||||
Laravel.io | 2,269 | 9 days ago | 10 | mit | PHP | |||||
The Laravel.io Community Portal. | ||||||||||
Blog | 611 | 5 years ago | 38 | |||||||
blog of sivagao,每天一篇好文章~ | ||||||||||
Feedpushr | 261 | a month ago | 16 | April 13, 2022 | 24 | gpl-3.0 | Go | |||
A simple feed aggregator daemon with sugar on top. | ||||||||||
Codrops Kinetic Typo | 121 | 4 months ago | 22 | mit | JavaScript | |||||
Kinetic typography demos for Codrops article | ||||||||||
Botwiki.org | 72 | 3 years ago | other | CSS | ||||||
Tutorials, articles, datasets and other resources for creating useful, interesting, artistic and friendly online bots. | ||||||||||
Codrops Texture Projection | 47 | 2 years ago | JavaScript | |||||||
Article about Texture Projection in Three.js | ||||||||||
Oembed | 39 | 2 | 2 | 2 months ago | 40 | June 30, 2022 | 22 | mit | PHP | |
A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles. | ||||||||||
Adwiki | 33 | 4 | 10 years ago | 5 | September 30, 2012 | 13 | JavaScript | |||
autodafe documentation system | ||||||||||
News Media Reliability | 32 | 3 years ago | 1 | Python | ||||||
This repository describes the work that was published in two papers (see citations below) on predicting the factuality and political bias in news media. Each paper proposes a different set of engineered features collected from sources of information related to the target media.
@InProceedings{baly:2018:EMNLP2018,
author = {Baly, Ramy and Karadzhov, Georgi and Alexandrov, Dimitar and Glass, James and Nakov, Preslav},
title = {Predicting Factuality of Reporting and Bias of News Media Sources},
booktitle = {Proceedings of the Conference on Empirical Methods in Natural Language Processing},
series = {EMNLP~'18},
NOmonth = {November},
year = {2018},
address = {Brussels, Belgium},
NOpublisher = {Association for Computational Linguistics}
}
@InProceedings{baly:2020:ACL2020,
author = {Baly, Ramy and Karadzhov, Georgi and An, Jisun and Kwak, Haewoon and Dinkov, Yoan and Ali, Ahmed and Glass, James and Nakov, Preslav},
title = {What Was Written vs. Who Read It: News Media Profiling Using Text Analysis and Social Media Context},
booktitle = {Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics},
series = {ACL~'20},
NOmonth = {July},
year = {2020},
NOpublisher = {Association for Computational Linguistics}
}
The corpus was created by retrieving websites along with their factuality and bias labels from the Media Bias/Fact Check (MBFC) website. Two versions of the corpus ("emnlp18" and "acl2020") can be found at ./data/{version}/corpus.tsv
, and contains the following fields:
./data/splits.txt
)In addition to the corpus, we provide the different features that we used to obtain the results in our papers. We also include the script that reads these features, train the SVM classifier and writes the performance metrics and output predictions to file. The features can be found at ./data/{version}/features/
.
For the "emnlp18" paper, the following features are used:
For the "acl2020" paper, the following features are used:
Details about each feature can be found in the cited papers. Each of these features is stored as a JSON file, where each key correspond to a source_url (normalized), and its value is a list of numerical values representing this particular feature.
To run the training script, use a command-line that follows the template below.
python3 train.py -tk [0] -f [1] -ds [2]
where
The performance metrics and output predictions will be stored in ./data/{version}/results/{task}_{features}/