Skip to content

Implementation of EMNLP2020 -- Be More with Less: Hypergraph Attention Networks for Inductive Text Classification

Notifications You must be signed in to change notification settings

wangjlgz/HyperGAT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hypergraph Attention Networks for Inductive Text Classification(EMNLP2020)

HyperGAT

This is the source code of paper "Be More with Less: Hypergraph Attention Networks for Inductive Text Classification".

Requirements

python==3.6.6

torch==1.4.0

Usage

python run.py --dataset R52 --use_LDA --batchSize 8 --lr 0.001 --dropout 0.3 --l2 1e-6 --epoch 10

Cite

Please cite our paper if you use this code in your own work:

@inproceedings{ding2020more,
  title={Be More with Less: Hypergraph Attention Networks for Inductive Text Classification},
  author={Ding, Kaize and Wang, Jianling and Li, Jundong and Li, Dingcheng and Liu, Huan},
  booktitle={Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)},
  pages={4927--4936},
  year={2020}
}

About

Implementation of EMNLP2020 -- Be More with Less: Hypergraph Attention Networks for Inductive Text Classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%