Sparse Structure Learning via Graph Neural Networks for Inductive Document Classification
Yinhua Piao, Sangseon Lee, Dohoon Lee, Sun Kim

TL;DR
This paper introduces a novel graph neural network model that learns sparse, dynamic document-level structures to improve inductive document classification, addressing limitations of static co-occurrence graphs.
Contribution
The paper proposes a trainable, sparse structure learning approach within GNNs for document classification, capturing dynamic contextual dependencies at the sentence level.
Findings
Outperforms state-of-the-art methods on multiple datasets.
Demonstrates the importance of learning sparse structures for each document.
Effectively captures local and global contextual information.
Abstract
Recently, graph neural networks (GNNs) have been widely used for document classification. However, most existing methods are based on static word co-occurrence graphs without sentence-level information, which poses three challenges:(1) word ambiguity, (2) word synonymity, and (3) dynamic contextual dependency. To address these challenges, we propose a novel GNN-based sparse structure learning model for inductive document classification. Specifically, a document-level graph is initially generated by a disjoint union of sentence-level word co-occurrence graphs. Our model collects a set of trainable edges connecting disjoint words between sentences and employs structure learning to sparsely select edges with dynamic contextual dependencies. Graphs with sparse structures can jointly exploit local and global contextual information in documents through GNNs. For inductive learning, the…
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
Taxonomy
TopicsText and Document Classification Technologies · Topic Modeling · Advanced Text Analysis Techniques
