问题:
代码学习:
https://github.com/shawnwun/NNDIAL
https://github.com/MiuLab/DDQ
* The encoder modules contain:
- LSTM encoder : an LSTM network that encodes the user utterance.
- RNN+CNN tracker : a set of slot trackers that keep track of each slot/value pair across turns.
- DB operator : a discrete database accessing component.
* The decoder modules contain:
- Policy network : a decision-making module that produces the conditional vector for decoding.
- LSTM decoder : an LSTM network that generates the system response.
构架:

data的基本形式:


DB:

输入的是:
输出的是:
训练过程:
https://github.com/shawnwun/NNDIAL/blob/master/nn/nnsds.py
有RL的具体训练步骤,可以看到reward是如何定义的。
这篇博客主要探讨了对话系统的实现,重点在于代码学习和训练过程。通过分析数据的基本形式,了解输入和输出的结构。作者提供了GitHub链接,展示了RL训练的具体步骤,并揭示了奖励函数的定义。

4626

被折叠的 条评论
为什么被折叠?



