Skip to content
/ DLSC Public

document level sentiment classification implemented by tensorflow.

Notifications You must be signed in to change notification settings

NUSTM/DLSC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Document Level Sentiment Classification Implemented by Tensorflow

1. Hierarchical Attention Networks for Document Classification

Zichao Yang, Diyi Yang and et al.

NAACL 2016 full paper

[http://www.aclweb.org/anthology/N16-1174]

2. Document Modeling with Gated Recurrent Neural Network for Sentiment Classification

Duyu Tang, Bing Qin, Ting Liu

EMNLP 2015 full paper

[http://www.aclweb.org/old_anthology/D/D15/D15-1167.pdf]

Explanation

There are four models (RNN_CNN, CNN_RNN, HNN, HAN) in model/hn_doc.py.

About

document level sentiment classification implemented by tensorflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages