Skip to content

wanggangkun/SL-Text-GAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

SL-Text-GAT

Code for paper "Sentence Level Graph Attention Network for Semi-supervised Short Text Classification"

Require

Python PyTorch stanfordcorenlp(choose)

Reproducing Results

Take the Ohsumed dataset as an example, other datasets are similar.

cd data/Ohsumed/raw
python data_process.py
cd ../../..
ptrhon data_process.py
pyrhon train.py
# if you want to use self-training
python get_train_vocab.py

About

Sentence Level Graph Attention Network for Semi-supervised Short Text Classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages