Skip to content

hannahbast/generating-reviews-discovering-sentiment

 
 

Repository files navigation

generating-reviews-discovering-sentiment

Code for "Learning to Generate Reviews and Discovering Sentiment"

This is where we'll be putting code related to the paper Learning to Generate Reviews and Discovering Sentiment (Alec Radford, Rafal Jozefowicz, Ilya Sutskever).

Right now the code supports using the language model as feature extractor.

from encoder import Model

model = Model()
text = ['demo!']
text_features = model.transform(text)

About

Code for "Learning to Generate Reviews and Discovering Sentiment"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.7%
  • JavaScript 18.8%
  • HTML 5.5%