Skip to content

Graph Convolutional Networks for Text Classification. AAAI 2019

Notifications You must be signed in to change notification settings

tranmanhdat/text_gcn

 
 

Repository files navigation

text_gcn

The implementation of Text GCN in our paper:

Liang Yao, Chengsheng Mao, Yuan Luo. "Graph Convolutional Networks for Text Classification." In 33rd AAAI Conference on Artificial Intelligence (AAAI-19), 7370-7377

Require

Python3.6

Tensorflow >= 1.14.0, <1.15

Download data data_merger then rename to my_custom_data

Train custom data

  1. Run python build_graph.py my_custom_data

  2. Run python train.py my_custom_data

Inductive version

An inductive version of Text GCN is fast_text_gcn, where test documents are not included in training process.

About

Graph Convolutional Networks for Text Classification. AAAI 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%