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

have you taken dialogue context into consideration during dialogue generation?

brightmart opened this issue · 1 comments

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?

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.