paper-with-me

Papers

InducT-GCN: Inductive Graph Convolutional Networks for Text Classification

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Text classification aims to assign labels to textual units by making use of global information. Recent studies have applied graph neural network (GNN) techniques to capture the global word co-occurrence in a corpus. Most 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 \textit{inductive}, previous works use extra resources, like pretrained word embedding. However, high-quality resource is not always available and can be 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, namely 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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGraph Neural Networktext-classificationText Classification

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

InducT-GCN: Inductive Graph Convolutional Networks for Text Classification

2022-06-01 · Kunze Wang, Soyeon Caren Han, Josiah Poon

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 approa…

ClassificationGraph Neural Networktext-classificationText Classification

HeteGCN: Heterogeneous Graph Convolutional Networks for Text Classification

2020-08-19 · Rahul Ragesh, Sundararajan Sellamanickam, Arun Iyer, Ram Bairi 외

We consider the problem of learning efficient and inductive graph convolutional networks for text classification with a large number of examples and features. Existing state-of-the-art graph embedding based methods such …

ClassificationGeneral ClassificationGraph Embeddingtext-classification+1

Inductive Topic Variational Graph Auto-Encoder for Text Classification

2021-06-01 · NAACL 2021 4 · Qianqian Xie, Jimin Huang, Pan Du, Min Peng 외

Graph convolutional networks (GCNs) have been applied recently to text classification and produced an excellent performance. However, existing GCN-based methods do not assume an explicit latent semantic structure of docu…

ClassificationInductive LearningRepresentation LearningSemi-Supervised Text Classification+2

Inductive Learning on Commonsense Knowledge Graph Completion

2020-09-19 · Bin Wang, Guangtao Wang, Jing Huang, Jiaxuan You 외

Commonsense knowledge graph (CKG) is a special type of knowledge graph (KG), where entities are composed of free-form text. However, most existing CKG completion methods focus on the setting where all the entities are pr…

DecoderEntity EmbeddingsInductive LearningKnowledge Graph Completion+2

Word Grounded Graph Convolutional Network

2023-05-10 · Zhibin Lu, Qianqian Xie, Benyou Wang, Jian-Yun Nie

Graph Convolutional Networks (GCNs) have shown strong performance in learning text representations for various tasks such as text classification, due to its expressive power in modeling graph structure data (e.g., a lite…

text-classificationText Classification