paper-with-me

홈 › Papers

Multi-task Learning for Target-dependent Sentiment Classification

2019-02-08 · Divam Gupta, Kushagra Singh, Soumen Chakrabarti, Tanmoy Chakraborty

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.

📄 PDF Abstract BibTeX arXiv:1902.02930

Code (1)

divamgupta/mttdsc 공식 구현 tf

Tasks

ClassificationGeneral ClassificationMulti-Task LearningSentiment AnalysisSentiment ClassificationWord Embeddings

Methods 이 논문이 사용한 방법론

GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

Effective LSTMs for Target-Dependent Sentiment Classification

2015-12-03 · COLING 2016 12 · Duyu Tang, Bing Qin, Xiaocheng Feng, Ting Liu

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 Classification

Target-Sensitive Memory Networks for Aspect Sentiment Classification

2018-07-01 · ACL 2018 7 · Shuai Wang, Sahisnu Mazumder, Bing Liu, Mianwei Zhou 외

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+2

Target-Guided Structured Attention Network for Target-Dependent Sentiment Analysis

2020-01-01 · TACL 2020 1 · Ji Zhang, Chengyao Chen, PengFei Liu, Chao He 외

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 Classification

NewsMTSC: A Dataset for (Multi-)Target-dependent Sentiment Classification in Political News Articles

2021-04-01 · EACL 2021 2 · Felix Hamborg, Karsten Donnay

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+2

Target-dependent twitter sentiment classification with rich automatic features

2015-07-25 · IJCAI 2015 7 · Duy-Tin Vo, Yue Zhang

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