# Message Passing Attention Networks for Document Understanding

**Authors:** Giannis Nikolentzos, Antoine J.-P. Tixier, Michalis Vazirgiannis

arXiv: 1908.06267 · 2019-11-25

## TL;DR

This paper introduces MPAD, a message passing attention network for document understanding that models documents as word co-occurrence graphs, achieving competitive results on multiple text classification datasets.

## Contribution

The paper proposes a novel message passing attention network for NLP, representing documents as co-occurrence graphs and introducing hierarchical variants for improved performance.

## Key findings

- Competitive performance on 10 text classification datasets
- Hierarchical variants improve accuracy
- Ablation studies highlight component impacts

## Abstract

Graph neural networks have recently emerged as a very effective framework for processing graph-structured data. These models have achieved state-of-the-art performance in many tasks. Most graph neural networks can be described in terms of message passing, vertex update, and readout functions. In this paper, we represent documents as word co-occurrence networks and propose an application of the message passing framework to NLP, the Message Passing Attention network for Document understanding (MPAD). We also propose several hierarchical variants of MPAD. Experiments conducted on 10 standard text classification datasets show that our architectures are competitive with the state-of-the-art. Ablation studies reveal further insights about the impact of the different components on performance. Code is publicly available at: https://github.com/giannisnik/mpad .

## Full text

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

## Figures

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

## References

55 references — full list in the complete paper: https://tomesphere.com/paper/1908.06267/full.md

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