Skip to content

diver-in-sky/generating-reviews-discovering-sentiment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

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 100.0%