paper-with-me

Papers

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 applied to sentiment analysis. We define rules to identify true negation cues and scope more suited to conversational data than existing general review data. Using semantic knowledge and syntactic structure from constituency parse trees, we propose an algorithm for scope detection that performs comparable to state of the art BiLSTM. We further investigate the results of negation scope detection for the sentiment prediction task on customer service conversation data using both a traditional SVM and a Neural Network. We propose an antonym dictionary based method for negation applied to a CNN-LSTM combination model for sentiment analysis. Experimental results show that the antonym-based method outperforms the previous lexicon-based and neural network methods.

📄 PDF Abstract BibTeX arXiv:1906.04706

Code (0)

등록된 구현이 없습니다.

Tasks

NegationSentiment Analysis

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Linguistically Regularized LSTMs for Sentiment Classification

2016-11-12 · Qiao Qian, Minlie Huang, Jinhao Lei, Xiaoyan Zhu

Sentiment understanding has been a long-term goal of AI in the past decades. This paper deals with sentence-level sentiment classification. Though a variety of neural network models have been proposed very recently, howe…

ClassificationGeneral ClassificationNegationSentence+2

A Multi-sentiment-resource Enhanced Attention Network for Sentiment Classification

2018-07-13 · ACL 2018 7 · Zeyang Lei, Yujiu Yang, Min Yang, Yi Liu

Deep learning approaches for sentiment classification do not fully exploit sentiment linguistic knowledge. In this paper, we propose a Multi-sentiment-resource Enhanced Attention Network (MEAN) to alleviate the problem b…

ClassificationGeneral ClassificationNegationSentiment Analysis+1

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

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

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 …

Multi-Task LearningNegationSentiment Analysis