ME-GCN: Multi-dimensional Edge-Embedded Graph Convolutional Networks for Semi-supervised Text Classification
Kunze Wang, Soyeon Caren Han, Siqu Long, Josiah Poon

TL;DR
ME-GCN introduces a multi-dimensional edge-enhanced graph convolutional network that effectively captures complex relationships in text graphs, significantly improving semi-supervised text classification performance across multiple datasets.
Contribution
The paper proposes ME-GCN, a novel graph neural network that leverages multi-dimensional edge features for enhanced semi-supervised text classification.
Findings
Outperforms state-of-the-art methods on eight benchmark datasets.
Effectively utilizes multi-dimensional edge information in text graphs.
Demonstrates significant accuracy improvements in semi-supervised learning tasks.
Abstract
Compared to sequential learning models, graph-based neural networks exhibit excellent ability in capturing global information and have been used for semi-supervised learning tasks. Most Graph Convolutional Networks are designed with the single-dimensional edge feature and failed to utilise the rich edge information about graphs. This paper introduces the ME-GCN (Multi-dimensional Edge-enhanced Graph Convolutional Networks) for semi-supervised text classification. A text graph for an entire corpus is firstly constructed to describe the undirected and multi-dimensional relationship of word-to-word, document-document, and word-to-document. The graph is initialised with corpus-trained multi-dimensional word and document node representation, and the relations are represented according to the distance of those words/documents nodes. Then, the generated graph is trained with ME-GCN, which…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies · Advanced Graph Neural Networks · Topic Modeling
