CLSIJun 17, 2016

DeepStance at SemEval-2016 Task 6: Detecting Stance in Tweets Using Character and Word-Level CNNs

arXiv:1606.05694v177 citations
Originality Synthesis-oriented
AI Analysis

This work addresses stance detection in social media for NLP applications, but it is incremental as it builds on existing deep learning methods.

The paper tackled detecting stance in tweets by using character and word-level CNNs with data augmentation, achieving a macro-average F1-score of 0.635.

This paper describes our approach for the Detecting Stance in Tweets task (SemEval-2016 Task 6). We utilized recent advances in short text categorization using deep learning to create word-level and character-level models. The choice between word-level and character-level models in each particular case was informed through validation performance. Our final system is a combination of classifiers using word-level or character-level models. We also employed novel data augmentation techniques to expand and diversify our training dataset, thus making our system more robust. Our system achieved a macro-average precision, recall and F1-scores of 0.67, 0.61 and 0.635 respectively.

Foundations

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

Your Notes