Code for our paper Balanced Meta Learning and Diverse Sampling for Lifelong Task-Oriented Dialogue Systems (AAAI2023).
pip install -r requirements.txt
cd data
bash download.sh
bash train_tmab.sh
bash test.sh
This code is based on andreamad8/ToDCL: Continual Learning for Task-Oriented Dialogue Systems.
@inproceedings{xu2023balanced,
title={Balanced meta learning and diverse sampling for lifelong task-oriented dialogue systems},
author={Xu, Qiancheng and Yang, Min and Xu, Ruifeng},
booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
volume={37},
number={11},
pages={13843--13852},
year={2023}
}