paper-with-me

Papers

A Retrospective Analysis of the Fake News Challenge Stance Detection Task

2018-06-13 · Andreas Hanselowski, Avinesh PVS, Benjamin Schiller, Felix Caspelherr, Debanjan Chaudhuri, Christian M. Meyer, Iryna Gurevych

The 2017 Fake News Challenge Stage 1 (FNC-1) shared task addressed a stance classification task as a crucial first step towards detecting fake news. To date, there is no in-depth analysis paper to critically discuss FNC-1's experimental setup, reproduce the results, and draw conclusions for next-generation stance classification methods. In this paper, we provide such an in-depth analysis for the three top-performing systems. We first find that FNC-1's proposed evaluation metric favors the majority class, which can be easily classified, and thus overestimates the true discriminative power of the methods. Therefore, we propose a new F1-based metric yielding a changed system ranking. Next, we compare the features and architectures used, which leads to a novel feature-rich stacked LSTM model that performs on par with the best systems, but is superior in predicting minority classes. To understand the methods' ability to generalize, we derive a new dataset and perform both in-domain and cross-domain experiments. Our qualitative and quantitative study helps interpreting the original FNC-1 scores and understand which features help improving performance and why. Our new dataset and all source code used during the reproduction study are publicly available for future research.

📄 PDF Abstract BibTeX arXiv:1806.05180

Code (7)

UKPLab/coling2018-fake-news-challenge 공식 구현 tf
UKPLab/coling2018_fake-news-challenge 공식 구현 tf
hanselowski/athene_system 공식 구현 tf
chiahuiliu/FNC_Python3 tf
chimera-detector/Extension
chimera-detector/Server tf
chimera-detector/experienceExtension

Tasks

General ClassificationStance ClassificationStance Detection

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

A Retrospective Analysis of the Fake News Challenge Stance-Detection Task

2018-08-01 · COLING 2018 8 · Andreas Hanselowski, Avinesh PVS, Benjamin Schiller, Felix Caspelherr 외

The 2017 Fake News Challenge Stage 1 (FNC-1) shared task addressed a stance classification task as a crucial first step towards detecting fake news. To date, there is no in-depth analysis paper to critically discuss FNC-…

General ClassificationStance ClassificationStance Detection

Supporting verification of news articles with automated search for semantically similar articles

2021-03-29 · Vishwani Gupta, Katharina Beckh, Sven Giesselbach, Dennis Wegener 외

Fake information poses one of the major threats for society in the 21st century. Identifying misinformation has become a key challenge due to the amount of fake news that is published daily. Yet, no approach is establish…

ArticlesBIG-bench Machine LearningMisinformationRetrieval

A simple but tough-to-beat baseline for the Fake News Challenge stance detection task

2017-07-11 · Benjamin Riedel, Isabelle Augenstein, Georgios P. Spithourakis, Sebastian Riedel

Identifying public misinformation is a complicated and challenging task. An important part of checking the veracity of a specific claim is to evaluate the stance different news sources take towards the assertion. Automat…

Fact CheckingMisinformationStance Detection

Fake news stance detection using stacked ensemble of classifiers

2017-09-01 · WS 2017 9 · James Thorne, Mingjie Chen, Giorgos Myrianthous, Jiashu Pu 외

Fake news has become a hotly debated topic in journalism. In this paper, we present our entry to the 2017 Fake News Challenge which models the detection of fake news as a stance classification task that finished in 11th …

ClassificationFake News DetectionGeneral ClassificationNatural Language Inference+3

Debunking Fake News One Feature at a Time

2018-08-08 · Melanie Tosik, Antonio Mallia, Kedar Gangopadhyay

Identifying the stance of a news article body with respect to a certain headline is the first step to automated fake news detection. In this paper, we introduce a 2-stage ensemble model to solve the stance detection task…

Fake News DetectionStance Detection