CLDec 13, 2021

Sparse Structure Learning via Graph Neural Networks for Inductive Document Classification

arXiv:2112.06386v247 citations
Originality Incremental advance
AI Analysis

This work improves document classification accuracy for natural language processing applications, representing an incremental advancement by refining graph structures in GNNs.

The paper tackles the problem of document classification by addressing challenges like word ambiguity and dynamic contextual dependencies in graph neural networks, proposing a novel sparse structure learning model that outperforms state-of-the-art methods on real-world datasets.

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 refined document graph is further fed into a general readout function for graph-level classification and optimization in an end-to-end manner. Extensive experiments on several real-world datasets demonstrate that the proposed model outperforms most state-of-the-art results, and reveal the necessity to learn sparse structures for each document.

Code Implementations1 repo
Foundations

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

Your Notes