Deep Reinforcement Learning for Dialogue Generation

旧巷老猫 提交于 2019-12-08 05:41:59

这是EMNLP2016的一片关于用reinforcement learning(RL)做dialogue generation的文章,paper链接https://arxiv.org/abs/1606.01541,一作是仍然是李纪为大神(据说是stanford CS方向第一个3年毕业的PHD),现在是香侬科技的创始人,作者homepage http://stanford.edu/~jiweil/index.html,code还没有被released出来(github上面有很多实现的版本),但是作者released很多其他的dialogue generation的code https://github.com/jiweil/Neural-Dialogue-Generation
个人瞎扯: 看这篇文章的原因。

  • 1.这篇文章是比较早利用RL来做sequence生成的文章。
  • 2.文章发表于NLP方向的顶会EMNLP2016,并且google citation很高。

文章要做的事情(dialogue generation):
输入:sentence(question)    输出:sentence(answer)
章show的可视化的实验结果如下所示。
Dialogue simulation
与state-of-the-art方法对比结果如下所示。
comparision with state-of-the-art

method

文章给出了Dialogue simulation between the two agents的示意图,如下所示。
simulation

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!