openai / generating-reviews-discovering-sentiment

Code for "Learning to Generate Reviews and Discovering Sentiment"
https://arxiv.org/abs/1704.01444
MIT License
1.51k stars 379 forks source link

local sentiment #41

Open nkooli opened 6 years ago

nkooli commented 6 years ago

I want to generate an online estimation of the local sentiments (character sentiment) in the sentences, something like the figure 4 in the paper "Generating Reviews and Discovering Sentiment". Any help about the way to proceed? thanks

raulpuric commented 6 years ago

Hi, check out the pytorch version of the code. (neuron 2388 is the sentiment neuron in the paper, as confirmed by rakesh chada)