Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 901 Bytes

README.md

File metadata and controls

38 lines (18 loc) · 901 Bytes

THPN

This repository contains the code for our ACL 2021 Workshop Paper "A Template-guided Hybrid Pointer Network for Knowledge-basedTask-oriented Dialogue Systems".

Some codes are adapted from this repository.

If the code is used in your research, please star our repo and cite our paper as follows:

@inproceedings{Dingmin2021,
    title = "A Template-guided Hybrid Pointer Network for Knowledge-basedTask-oriented Dialogue Systems",
    author = "Dingmin Wang, Ziyao Chen, Wanwei He, Li Zhong, Yunzhe Tao, Min Yang",
    journal={arXiv preprint arXiv:2106.05830},
    year={2021}
}

CMD for the THPN model training

python main_train.py -lr=0.001 -layer=1 -hdd=12 -dr=0.0 -dec=THPN -bsz=2 -ds=babi -t=1 -topk=1 -use_ir=True