Graph topology enhancement for text classification

Rui Song,Fausto Giunchiglia,Ke Zhao,Mingjie Tian,Hao Xu
DOI: https://doi.org/10.1007/s10489-021-03113-8
IF: 5.3
2022-03-11
Applied Intelligence
Abstract:Graph neural networks (GNNs) can deal with complex network structures and model complex syntax structures in natural languages, which makes GNN outstanding in text classification tasks. However, most graph neural network approaches don't seem to take full advantage of the topological gains from document graphs. In this paper, we propose a topologically enhanced text classification method to make full use of the structural features of corpus graph and sentence graph. Specifically, we construct two different graphs based on contextual information, called sentence graphs and corpus graphs, respectively. We extract the topological features of words from the corpus graph and inject them into the graph neural network model based on sentence graph classification. To better integrate the topological features, we propose an asynchronous weighted propagation scheme, which selectively fuses the topological features with the original features of the word nodes, and integrate document features to predict final results. A large number of experiments on eight datasets demonstrate the effectiveness of our method.
computer science, artificial intelligence
What problem does this paper attempt to address?