yjyGo / Dialogue-Generation-Imitation2RL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is for the code of the AAAI-2019 paper:

Dialogue Generation: From Imitation Learning to Inverse Reinforcement Learning.

Config:

TensorFlow 1.10.0 Python 3.6

Dataset:

The context-reply pairs should be saved in two different files. e.g. train.query, train.answer, dev.query, dev.answer

Run

You can find training details in file adv-shell and parameters_irl_part. You can preset some parameters in file conf.py The code structure is similar to Liu's code.

Note: This is the code based on Yu's code and Liu's code. Much appreciate.

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%