# Aspect Specific Opinion Expression Extraction using Attention based   LSTM-CRF Network

**Authors:** Abhishek Laddha, Arjun Mukherjee

arXiv: 1902.02709 · 2019-02-08

## TL;DR

This paper introduces an attention-based Bi-LSTM-CRF neural network for aspect-specific opinion expression extraction, effectively capturing context and aspect relevance to improve sentiment analysis accuracy.

## Contribution

It proposes a novel neural architecture with attention mechanism for aspect-specific opinion extraction, handling multiple aspects without manual feature engineering.

## Key findings

- Outperforms state-of-the-art baselines on Tripadvisor hotel dataset
- Effectively captures aspect-specific opinion expressions with attention
- Demonstrates improved sequence labeling accuracy

## Abstract

Opinion phrase extraction is one of the key tasks in fine-grained sentiment analysis. While opinion expressions could be generic subjective expressions, aspect specific opinion expressions contain both the aspect as well as the opinion expression within the original sentence context. In this work, we formulate the task as an instance of token-level sequence labeling. When multiple aspects are present in a sentence, detection of opinion phrase boundary becomes difficult and label of each word depend not only upon the surrounding words but also with the concerned aspect. We propose a neural network architecture with bidirectional LSTM (Bi-LSTM) and a novel attention mechanism. Bi-LSTM layer learns the various sequential pattern among the words without requiring any hand-crafted features. The attention mechanism captures the importance of context words on a particular aspect opinion expression when multiple aspects are present in a sentence via location and content based memory. A Conditional Random Field (CRF) model is incorporated in the final layer to explicitly model the dependencies among the output labels. Experimental results on Hotel dataset from Tripadvisor.com showed that our approach outperformed several state-of-the-art baselines.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.02709/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1902.02709/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1902.02709/full.md

---
Source: https://tomesphere.com/paper/1902.02709