Skip to content

smt-HS/I-SEE

Repository files navigation

I-SEE

High-Quality Diversification for Task-Oriented Dialogue Systems

We follow the code structure of GDPL, but modified files for our needs.

Requirements

python 3.6

pip install -r requirements.txt

Pre-train dialogue policy

python main.py --pretrain --save_dir model

Pre-train world models

python main.py --pretrain_world --save_dir model

RL training

DQN
PPO
python main_vanilla_ppo.py --process=8 --load_model=model/best --lr_rl=1e-4 --lr_irl=1e-4 --epoch=16 --ensemble_size=5 --sim_ratio=0.05 --horizon=5 --save_dir=model_rl
GDPL
python main.py --process=8 --load_model=model/best --lr_rl=1e-4 --lr_irl=1e-4 --epoch=16 --ensemble_size=5 --sim_ratio=0.2 --horizon=5 --save_dir=model_rl

Evaluation

Citation

@inproceedings{traj_acl_2021,
    title = "High-Quality Dialogue Diversification by Intermittent Short Extension Ensemble",
    author = "Tang, Zhiwen  and
      Kulkarni, Hrishikesh  and
      Hui Yang, Grace",
    booktitle = "Proceedings of The Joint Conference of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (ACL-IJCNLP 2021) (Findings of ACL).",
    year = "2021",
    address = "Bangkok, Thailand",
    publisher = "Association for Computational Linguistics",
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages