CLOct 16, 2020

Multi-task Learning of Negation and Speculation for Targeted Sentiment Classification

arXiv:2010.08318v2729 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses a robustness issue in targeted sentiment classification for NLP applications, but is incremental as it builds on existing multi-task learning approaches.

The paper tackles the problem of targeted sentiment analysis models being non-robust to linguistic phenomena like negation and speculation, by proposing a multi-task learning method that incorporates syntactic and semantic auxiliary tasks; it finds that multi-task models and transfer learning improve performance on newly created challenge datasets, though overall results still show significant room for improvement.

The majority of work in targeted sentiment analysis has concentrated on finding better methods to improve the overall results. Within this paper we show that these models are not robust to linguistic phenomena, specifically negation and speculation. In this paper, we propose a multi-task learning method to incorporate information from syntactic and semantic auxiliary tasks, including negation and speculation scope detection, to create English-language models that are more robust to these phenomena. Further we create two challenge datasets to evaluate model performance on negated and speculative samples. We find that multi-task models and transfer learning via language modelling can improve performance on these challenge datasets, but the overall performances indicate that there is still much room for improvement. We release both the datasets and the source code at https://github.com/jerbarnes/multitask_negation_for_targeted_sentiment.

Code Implementations2 repos
Foundations

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

Your Notes