SOTAVerified

Message Passing Attention Networks for Document Understanding

2019-08-17Code Available0· sign in to hype

Giannis Nikolentzos, Antoine J. -P. Tixier, Michalis Vazirgiannis

Code Available — Be the first to reproduce this paper.

Reproduce

Code

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 .

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
BBCSportMPAD-pathAccuracy99.59Unverified
MPQAMPAD-pathAccuracy89.81Unverified

Reproductions