# Structural Attention Neural Networks for improved sentiment analysis

**Authors:** Filippos Kokkinos, Alexandros Potamianos

arXiv: 1701.01811 · 2017-01-10

## TL;DR

This paper presents a novel tree-structured attention neural network that leverages syntactic tree structures and attention mechanisms to significantly improve sentiment analysis accuracy on benchmark datasets.

## Contribution

It introduces a structural attention model that combines bottom-up and top-down information propagation in syntactic trees, advancing sentiment classification methods.

## Key findings

- Achieved state-of-the-art performance on Stanford Sentiment Treebank
- Effectively identifies salient syntactic features for sentiment analysis
- Demonstrated improved accuracy over previous recursive models

## Abstract

We introduce a tree-structured attention neural network for sentences and small phrases and apply it to the problem of sentiment classification. Our model expands the current recursive models by incorporating structural information around a node of a syntactic tree using both bottom-up and top-down information propagation. Also, the model utilizes structural attention to identify the most salient representations during the construction of the syntactic tree. To our knowledge, the proposed models achieve state of the art performance on the Stanford Sentiment Treebank dataset.

## Full text

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

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1701.01811/full.md

## References

20 references — full list in the complete paper: https://tomesphere.com/paper/1701.01811/full.md

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