CLAIApr 24, 2017

Turing at SemEval-2017 Task 8: Sequential Approach to Rumour Stance Classification with Branch-LSTM

arXiv:1704.07221v1146 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of identifying user attitudes towards rumours on social media, which is incremental as it builds on existing methods for stance classification.

The paper tackled rumour stance classification on Twitter by proposing an LSTM-based sequential model that models conversational structure, achieving an accuracy of 0.784 on the RumourEval test set and outperforming other systems in the task.

This paper describes team Turing's submission to SemEval 2017 RumourEval: Determining rumour veracity and support for rumours (SemEval 2017 Task 8, Subtask A). Subtask A addresses the challenge of rumour stance classification, which involves identifying the attitude of Twitter users towards the truthfulness of the rumour they are discussing. Stance classification is considered to be an important step towards rumour verification, therefore performing well in this task is expected to be useful in debunking false rumours. In this work we classify a set of Twitter posts discussing rumours into either supporting, denying, questioning or commenting on the underlying rumours. We propose a LSTM-based sequential model that, through modelling the conversational structure of tweets, which achieves an accuracy of 0.784 on the RumourEval test set outperforming all other systems in Subtask A.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes