Using Structured Representation and Data: A Hybrid Model for Negation and Sentiment in Customer Service Conversations
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.
Code (0)
등록된 구현이 없습니다.
Tasks
NegationSentiment AnalysisMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Linguistically Regularized LSTMs for Sentiment Classification
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+2A Multi-sentiment-resource Enhanced Attention Network for Sentiment Classification
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+1Negation Handling in Machine Learning-Based Sentiment Classification for Colloquial Arabic
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+2Learning Interpretable Negation Rules via Weak Supervision at Document Level: A Reinforcement Learning Approach
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 AnalysisImproving Sentiment Analysis with Multi-task Learning of Negation
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