liuyuemaicha / Adversarial-Learning-for-Neural-Dialogue-Generation-in-Tensorflow

Adversarial-Learning-for-Neural-Dialogue-Generation-in-Tensorflow
http://blog.csdn.net/liuyuemaicha/article/details/60581187
187 stars 75 forks source link

have you taken dialogue context into consideration during dialogue generation? #4

Open brightmart opened 7 years ago

brightmart commented 7 years ago

in the paper, autor concat previous two message, and take it as context. so during generation, it will try to generate response according to context. have you taken dialogue context into consideration during dialogue generation?

liuyuemaicha commented 7 years ago

Sorry, I don't concat previous two messages as the input of generator, because I don't have enough three or more turns dialogue. If you have the related corpus, I think the open source code will also work.