CLApr 23, 2023

Graph Neural Networks for Text Classification: A Survey

arXiv:2304.11534v372 citationsh-index: 21
Originality Synthesis-oriented
AI Analysis

It provides a comprehensive overview for researchers and practitioners in NLP, but it is incremental as it synthesizes existing work without introducing new methods.

This survey reviews Graph Neural Network (GNN) methods for text classification, covering techniques up to 2023 and comparing their performance on public benchmarks.

Text Classification is the most essential and fundamental problem in Natural Language Processing. While numerous recent text classification models applied the sequential deep learning technique, graph neural network-based models can directly deal with complex structured text data and exploit global information. Many real text classification applications can be naturally cast into a graph, which captures words, documents, and corpus global features. In this survey, we bring the coverage of methods up to 2023, including corpus-level and document-level graph neural networks. We discuss each of these methods in detail, dealing with the graph construction mechanisms and the graph-based learning process. As well as the technological survey, we look at issues behind and future directions addressed in text classification using graph neural networks. We also cover datasets, evaluation metrics, and experiment design and present a summary of published performance on the publicly available benchmarks. Note that we present a comprehensive comparison between different techniques and identify the pros and cons of various evaluation metrics in this survey.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes