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

Multi-hop Graph Convolutional Network with High-order Chebyshev Approximation for Text Reasoning

About

Graph convolutional network (GCN) has become popular in various natural language processing (NLP) tasks with its superiority in long-term and non-consecutive word interactions. However, existing single-hop graph reasoning in GCN may miss some important non-consecutive dependencies. In this study, we define the spectral graph convolutional network with the high-order dynamic Chebyshev approximation (HDGCN), which augments the multi-hop graph reasoning by fusing messages aggregated from direct and long-term dependencies into one convolutional layer. To alleviate the over-smoothing in high-order Chebyshev approximation, a multi-vote-based cross-attention (MVCAttn) with linear computation complexity is also proposed. The empirical results on four transductive and inductive NLP tasks and the ablation study verify the efficacy of the proposed model. Our source code is available at https://github.com/MathIsAll/HDGCN-pytorch.

Shuoran Jiang, Qingcai Chen, Xin Liu, Baotian Hu, Lisai Zhang• 2021

Related benchmarks

TaskDatasetResultRank
Natural Language InferenceSNLI (test)
Accuracy92.3
681
Text ClassificationSST-2 (test)
Accuracy92.3
185
Transductive Node ClassificationPubmed (transductive)
Accuracy91
95
Aspect Sentiment ClassificationRest SemEval 2014 (test)
Accuracy85.89
60
Node ClassificationCora transductive (test)
Accuracy88.6
36
Target-dependent sentiment classificationTwitter (test)
Accuracy73.41
31
Node ClassificationCiteseer transductive (test)
Accuracy77
28
Aspect Extraction and Sentiment Classification (AESC)14lap (test)
F1 Score75.48
22
Aspect-based Sentiment Classification15Rest SemEval-2015 (test)
Accuracy0.8118
19
Text ClassificationSST-1 (test)
Accuracy53.9
16
Showing 10 of 17 rows

Other info

Code

Follow for update