GithubHelp home page GithubHelp logo

nickvdw / aspect-level-sentiment-classification Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 11 KB

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

Jupyter Notebook 100.00%
aspect-level-sentiment document-level bilistm lstm rnn transfer-learning classification sentiment-classification sentiment-analysis

aspect-level-sentiment-classification's Introduction

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.

aspect-level-sentiment-classification's People

Contributors

nickvdw avatar

Watchers

 avatar  avatar

aspect-level-sentiment-classification's Issues

Code for pkl dataset

Hi,

Thank u for ur effort.

Could u please provide us with the code u used to generate the pkl files ?

Thank u in advance

.pkl datasets

Excuse me but, where can I get the *.pkl datasets? Or, can you tell me the format of these pkl files? How can I process the .zip files to get these .pkl files? Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.