Multi-task Learning for Target-dependent Sentiment Classification
Detecting and aggregating sentiments toward people, organizations, and events expressed in unstructured social media have become critical text mining operations. Early systems detected sentiments over whole passages, whereas more recently, target-specific sentiments have been of greater interest. In this paper, we present MTTDSC, a multi-task target-dependent sentiment classification system that is informed by feature representation learnt for the related auxiliary task of passage-level sentiment classification. The auxiliary task uses a gated recurrent unit (GRU) and pools GRU states, followed by an auxiliary fully-connected layer that outputs passage-level predictions. In the main task, these GRUs contribute auxiliary per-token representations over and above word embeddings. The main task has its own, separate GRUs. The auxiliary and main GRUs send their states to a different fully connected layer, trained for the main task. Extensive experiments using two auxiliary datasets and three benchmark datasets (of which one is new, introduced by us) for the main task demonstrate that MTTDSC outperforms state-of-the-art baselines. Using word-level sensitivity analysis, we present anecdotal evidence that prior systems can make incorrect target-specific predictions because they miss sentiments expressed by words independent of target.
Code (1)
Tasks
ClassificationGeneral ClassificationMulti-Task LearningSentiment AnalysisSentiment ClassificationWord EmbeddingsMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Effective LSTMs for Target-Dependent Sentiment Classification
Target-dependent sentiment classification remains a challenge: modeling the semantic relatedness of a target with its context words in a sentence. Different context words have different influences on determining the sent…
Aspect-Based Sentiment Analysis (ABSA)General ClassificationSentenceSentiment ClassificationTarget-Sensitive Memory Networks for Aspect Sentiment Classification
Aspect sentiment classification (ASC) is a fundamental task in sentiment analysis. Given an aspect/target and a sentence, the task classifies the sentiment polarity expressed on the target in the sentence. Memory network…
Aspect-Based Sentiment Analysis (ABSA)ClassificationGeneral ClassificationSentence+2Target-Guided Structured Attention Network for Target-Dependent Sentiment Analysis
Target-dependent sentiment analysis (TDSA) aims to classify the sentiment of a text towards a given target. The major challenge of this task lies in modeling the semantic relatedness between a target and its context sent…
SentenceSentiment AnalysisSentiment ClassificationNewsMTSC: A Dataset for (Multi-)Target-dependent Sentiment Classification in Political News Articles
Previous research on target-dependent sentiment classification (TSC) has mostly focused on reviews, social media, and other domains where authors tend to express sentiment explicitly. In this paper, we investigate TSC in…
ArticlesDecision MakingLanguage ModelingLanguage Modelling+2Target-dependent twitter sentiment classification with rich automatic features
Target-dependent sentiment analysis on Twitter has attracted increasing research attention. Most previous work relies on syntax, such as automatic parse trees, which are subject to noise for informal text such as tweets.…
ClassificationSentiment AnalysisSentiment Classification