A Novel Graph-Sequence Learning Model for Inductive Text Classification
Zuo Wang, Ye Yuan

TL;DR
This paper introduces TextGSL, a graph-sequence learning model that effectively captures diverse structural and sequential information for inductive text classification, outperforming existing methods on benchmark datasets.
Contribution
The paper proposes a novel graph-sequence learning model that integrates multi-edge graph construction and Transformer layers for improved inductive text classification.
Findings
TextGSL outperforms baseline models in accuracy on benchmark datasets.
The model effectively captures diverse structural relationships and sequence information.
Experimental results demonstrate significant improvements over existing approaches.
Abstract
Text classification plays an important role in various downstream text-related tasks, such as sentiment analysis, fake news detection, and public opinion analysis. Recently, text classification based on Graph Neural Networks (GNNs) has made significant progress due to their strong capabilities of structural relationship learning. However, these approaches still face two major limitations. First, these approaches fail to fully consider the diverse structural information across word pairs, e.g., co-occurrence, syntax, and semantics. Furthermore, they neglect sequence information in the text graph structure information learning module and can not classify texts with new words and relations. In this paper, we propose a Novel Graph-Sequence Learning Model for Inductive Text Classification (TextGSL) to address the previously mentioned issues. More specifically, we construct a single…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Text and Document Classification Technologies · Topic Modeling
