pith. sign in

arxiv: 2105.05727 · v4 · pith:CYDPQ4D4new · submitted 2021-05-12 · 💻 cs.CL

BertGCN: Transductive Text Classification by Combining GCN and BERT

classification 💻 cs.CL
keywords bertgcnbertclassificationdatatexttransductivegraphjointly
0
0 comments X
read the original abstract

In this work, we propose BertGCN, a model that combines large scale pretraining and transductive learning for text classification. BertGCN constructs a heterogeneous graph over the dataset and represents documents as nodes using BERT representations. By jointly training the BERT and GCN modules within BertGCN, the proposed model is able to leverage the advantages of both worlds: large-scale pretraining which takes the advantage of the massive amount of raw data and transductive learning which jointly learns representations for both training data and unlabeled test data by propagating label influence through graph convolution. Experiments show that BertGCN achieves SOTA performances on a wide range of text classification datasets. Code is available at https://github.com/ZeroRin/BertGCN.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. FusionVul: A Multimodal Feature Fusion Framework for Source Code Vulnerability Detection

    cs.SE 2026-06 unverdicted novelty 4.0

    FusionVul integrates pretrained Transformer and graph neural network representations with cross-attention fusion to report superior F1 scores on diverse vulnerability datasets such as SVulD and DiverseVul.