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

What is the process of extracting features from text? #55

Open faizann24 opened 6 years ago

faizann24 commented 6 years ago

Hey, this is an awesome project. I just went through the paper but I could not understand the process of extracting features from an arbitrary text.

For example, if we have some text with 150 characters, how would we get the final feature vector of 4096 values and how would we process the 150 characters?

Regards