CLIRLGNov 27, 2017

Multiple Instance Learning Networks for Fine-Grained Sentiment Analysis

arXiv:1711.09645v21121 citations
Originality Incremental advance
AI Analysis

This addresses the problem of extracting fine-grained sentiment without segment-level supervision for NLP researchers, presenting an incremental improvement with a new dataset and attention-based method.

The paper tackles fine-grained sentiment analysis by framing it as a multiple instance learning problem, where a neural model predicts sentiment of text segments using only document-level labels. The results show superior performance against baselines and that EDU-level extraction produces more informative summaries than sentence-based alternatives.

We consider the task of fine-grained sentiment analysis from the perspective of multiple instance learning (MIL). Our neural model is trained on document sentiment labels, and learns to predict the sentiment of text segments, i.e. sentences or elementary discourse units (EDUs), without segment-level supervision. We introduce an attention-based polarity scoring method for identifying positive and negative text snippets and a new dataset which we call SPOT (as shorthand for Segment-level POlariTy annotations) for evaluating MIL-style sentiment models like ours. Experimental results demonstrate superior performance against multiple baselines, whereas a judgement elicitation study shows that EDU-level opinion extraction produces more informative summaries than sentence-based alternatives.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes