Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Message Passing Attention Networks for Document Understanding

About

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 .

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

Related benchmarks

TaskDatasetResultRank
Text ClassificationTREC
Accuracy95.6
179
Text ClassificationSST-2
Accuracy88.3
121
Text ClassificationSST-1
Accuracy49.95
45
Text ClassificationMPQA
Accuracy90.12
25
Document ClassificationYelp Polarity
Accuracy81.17
25
ClassificationBBC
Accuracy99.72
20
Document-level sentiment classificationYelp 13
Accuracy66.8
17
Document ClassificationReuters
Accuracy97.57
12
Document ClassificationSubjectivity
Accuracy93.46
12
Document ClassificationIMDB
Accuracy91.87
10
Showing 10 of 10 rows

Other info

Code

Follow for update