paper-with-me

Papers

Improving Sentiment Analysis with Multi-task Learning of Negation

2019-06-18 · Jeremy Barnes, Erik Velldal, Lilja Øvrelid

Sentiment analysis is directly affected by compositional phenomena in language that act on the prior polarity of the words and phrases found in the text. Negation is the most prevalent of these phenomena and in order to correctly predict sentiment, a classifier must be able to identify negation and disentangle the effect that its scope has on the final polarity of a text. This paper proposes a multi-task approach to explicitly incorporate information about negation in sentiment analysis, which we show outperforms learning negation implicitly in a data-driven manner. We describe our approach, a cascading neural architecture with selective sharing of LSTM layers, and show that explicitly training the model with negation as an auxiliary task helps improve the main task of sentiment analysis. The effect is demonstrated across several different standard English-language data sets for both tasks and we analyze several aspects of our system related to its performance, varying types and amounts of input data and different multi-task setups.

📄 PDF Abstract BibTeX arXiv:1906.07610

Code (1)

ltgoslo/multitask_negation_for_sa 공식 구현 pytorch

Tasks

Multi-Task LearningNegationSentiment Analysis

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 제목 키워드 기반

Learning Interpretable Negation Rules via Weak Supervision at Document Level: A Reinforcement Learning Approach

2019-06-01 · NAACL 2019 6 · Nicolas Pr{\"o}llochs, Stefan Feuerriegel, Dirk Neumann

Negation scope detection is widely performed as a supervised learning task which relies upon negation labels at word level. This suffers from two key drawbacks: (1) such granular annotations are costly and (2) highly sub…

NegationReinforcement LearningSentiment Analysis

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

2020-10-16 · NAACL 2021 4 · Andrew Moore, Jeremy Barnes

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, specifica…

General ClassificationLanguage ModellingMulti-Task LearningNegation+3

Negation Handling in Machine Learning-Based Sentiment Classification for Colloquial Arabic

2021-07-24 · Omar Al-Harbi

One crucial aspect of sentiment analysis is negation handling, where the occurrence of negation can flip the sentiment of a sentence and negatively affects the machine learning-based sentiment classification. The role of…

Arabic Sentiment AnalysisBIG-bench Machine LearningNegationSentence+2

Using Structured Representation and Data: A Hybrid Model for Negation and Sentiment in Customer Service Conversations

2019-06-11 · WS 2019 6 · Amita Misra, Mansurul Bhuiyan, Jalal Mahmud, Saurabh Tripathy

Twitter customer service interactions have recently emerged as an effective platform to respond and engage with customers. In this work, we explore the role of negation in customer service interactions, particularly appl…

NegationSentiment Analysis

LTG-Oslo Hierarchical Multi-task Network: The importance of negation for document-level sentiment in Spanish

2019-06-18 · Jeremy Barnes

This paper details LTG-Oslo team's participation in the sentiment track of the NEGES 2019 evaluation campaign. We participated in the task with a hierarchical multi-task network, which used shared lower-layers in a deep …

Binary ClassificationGeneral ClassificationNegation