InducT-GCN: Inductive Graph Convolutional Networks for Text Classification

06/01/2022
by   Kunze Wang, et al.
0

Text classification aims to assign labels to textual units by making use of global information. Recent studies have applied graph neural network (GNN) to capture the global word co-occurrence in a corpus. Existing approaches require that all the nodes (training and test) in a graph are present during training, which are transductive and do not naturally generalise to unseen nodes. To make those models inductive, they use extra resources, like pretrained word embedding. However, high-quality resource is not always available and hard to train. Under the extreme settings with no extra resource and limited amount of training set, can we still learn an inductive graph-based text classification model? In this paper, we introduce a novel inductive graph-based text classification framework, InducT-GCN (InducTive Graph Convolutional Networks for Text classification). Compared to transductive models that require test documents in training, we construct a graph based on the statistics of training documents only and represent document vectors with a weighted sum of word vectors. We then conduct one-directional GCN propagation during testing. Across five text classification benchmarks, our InducT-GCN outperformed state-of-the-art methods that are either transductive in nature or pre-trained additional resources. We also conducted scalability testing by gradually increasing the data size and revealed that our InducT-GCN can reduce the time and space complexity. The code is available on: https://github.com/usydnlp/InductTGCN.

READ FULL TEXT
research
09/15/2018

Graph Convolutional Networks for Text Classification

Text Classification is an important and classical problem in natural lan...
research
05/10/2023

Word Grounded Graph Convolutional Network

Graph Convolutional Networks (GCNs) have shown strong performance in lea...
research
04/09/2023

Continual Graph Convolutional Network for Text Classification

Graph convolutional network (GCN) has been successfully applied to captu...
research
05/12/2021

BertGCN: Transductive Text Classification by Combining GCN and BERT

In this work, we propose BertGCN, a model that combines large scale pret...
research
01/11/2023

HADA: A Graph-based Amalgamation Framework in Image-text Retrieval

Many models have been proposed for vision and language tasks, especially...
research
04/06/2023

Inductive Graph Unlearning

As a way to implement the "right to be forgotten" in machine learning, m...
research
08/19/2020

HeteGCN: Heterogeneous Graph Convolutional Networks for Text Classification

We consider the problem of learning efficient and inductive graph convol...

Please sign up or login with your details

Forgot password? Click here to reset