Skip to content

Performing aspect-level sentiment classification using document-level knowledge based on the "Exploiting document knowledge for aspect-level sentiment classification" paper.

nickvdw/aspect-level-sentiment-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Aspect-level Sentiment Classification using Document-level Knowledge.

In the notebook, we exploit document knowledge for aspect-level sentiment classification. More specifically, we build an attention-based aspect-level sentiment classification model with biLISTM. The biLSTM network learns sentence representations from input sequences. Additionally, an attention network assigns an attention score over a sequence of biLSTM hidden states based on aspect term representations. Then, a fully connected network predicts the sentiment label.

The model is trained based on transfer learning, i.e., we first train the parameters of a model on document-level examples, and we use the learned parameters to initialize and fine-tune the parameters of the aspect-level model.

This project is based on the work proposed by He et al. in [1].

[1] R. He, WS. Lee & D. Dahlmeier. Exploiting document knowledge for aspect-level sentiment classification. 2018. https://arxiv.org/abs/1806.04346.

About

Performing aspect-level sentiment classification using document-level knowledge based on the "Exploiting document knowledge for aspect-level sentiment classification" paper.

Topics

Resources

Stars

Watchers

Forks