pochih / RL-Chatbot

🤖 Deep Reinforcement Learning Chatbot
MIT License
419 stars 140 forks source link

Dialogue History #25

Open ScientiaEtVeritas opened 5 years ago

ScientiaEtVeritas commented 5 years ago

How is the dialogue history encoded here? In the paper they say "The previous two dialogue turns are transformed to a vector representation by feeding the concatenation of them into an LSTM encoder model".

I'm not sure how to interpret this and I'm interested in how it's realized here.

Thanks