Multi-task Learning for Target-dependent Sentiment Classification
Divam Gupta, Kushagra Singh, Soumen Chakrabarti, Tanmoy Chakraborty

TL;DR
This paper introduces MTTDSC, a multi-task learning system that improves target-dependent sentiment classification by leveraging passage-level sentiment features, outperforming existing methods on multiple datasets.
Contribution
The paper presents a novel multi-task learning approach that jointly models passage-level and target-dependent sentiments, incorporating auxiliary GRUs for enhanced feature representation.
Findings
MTTDSC outperforms state-of-the-art baselines on benchmark datasets.
Incorporating passage-level sentiment features improves target-specific sentiment accuracy.
Word-level sensitivity analysis reveals prior systems often miss target-independent sentiments.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Topic Modeling · Advanced Text Analysis Techniques
MethodsGated Recurrent Unit
