2016.9-Jiwei Li-Deep reinforcement learning for dialogue generation-Stanford 阅读笔记

2016.9-Jiwei Li-Deep reinforcement learning for dialogue generation-arXiv-Stanford

Abstract

  • Recent neural models
    • Short-sighted
      • predicting utterances one at a time
      • ignoring their influence on future outcomes
  • This paper: combine Seq2Seq and RL paradigms
    • back bone: encoder-decoder
    • Apply deep RL: model future reward
      • can optimize long-term rewards designed by sys. dvlprs.
      • Policy graident method
      • 3 conversation properties
      • informativity, coherence, ease of answering
  • Result (compared with standard Seq2Seq models with MLE objective)
    • more interactive responses
    • manages to foster a more sustained conversation

Method

  • Action a a a
    • the dialogue utterance to generate.
    • the action space is infinite.
  • State [ p i , q i ] [p_i, q_i] [pi,qi] (previous)
    • dialogue history is transformed to a vec. repr. by feeding state to the LSTM encoder-decoder.
  • Policy
    • the form of an LSTM encoder-decoder p R L ( p i + 1 ∣ p i , q i ) p_{RL}(p_{i+1}|p_i,q_i) pRL(pi+1pi,qi)
  • Reward
    • Ease of answering: negative log likelihood of responding with a dull reponse.
    • Information flow: negative log of the cosine similarity between two consecutive turns p i p_i pi and p i + 1 p_{i+1} pi+1
    • Demantic Coherence
  • Initialize the Policy Model using Mutual Informaiton Model
    • Training steps:
      • Use pre-trained p S e q 2 S e q p_{Seq2Seq} pSeq2Seq and p S e q 2 S e q b a c k w a r d p_{Seq2Seq}^{backward} pSeq2Seqbackward as the initial model (supervised Seq2Seq model)
      • Generate a list of candidates a ^ ∼ p R L \hat{a} \sim p_{RL} a^pRL (注意此处不是 p S e q 2 S e q p_{Seq2Seq} pSeq2Seq)
      • Obtain the mutual infromation score of each ( a ^ , [ p i , q i ] (\hat{a}, [p_i, q_i] (a^,[pi,qi] from the p S e q 2 S e q p_{Seq2Seq} pSeq2Seq and p S e q 2 S e q b a c k w a r d p_{Seq2Seq}^{backward} pSeq2Seqbackward
      • Use the mutual infromation score as rewards to tailor the p S e q 2 S e q p_{Seq2Seq} pSeq2Seq and p S e q 2 S e q b a c k w a r d p_{Seq2Seq}^{backward} pSeq2Seqbackward to generate sequences with higher rewards.
  • Optimize the Policy Model
    • use policy gradient methods
  • Automatic Evaluation
    • Length of the Dialogue.
    • Diversity
    • Human Evaluation
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值