A Semi-supervised Learning Approach with Two Teachers to Improve Breakdown Identification in Dialogues
This repository contains codes of the paper "A Semi-supervised Learning Approach with Two Teachers to Improve Breakdown Identification in Dialogues" published in AAAI 2022.
Check dependencies in requirements.txt
, install required packages (with python 3.6.8):
pip install -r requirements.txt
Refer to README
in each [dataset]
sub-directory for instructions of data retrieval and preprocessing.
Follow the commands of training in [dataset]/run.sh
.
Trained models can be specified and downloaded by running bash get_trained_models.sh
.
Refer to README
in each [dataset]
sub-directory for evaluation steps.
If you use the source code or models from this work, please cite our paper:
@inproceedings{lin2022semi,
author = "Lin, Qian and Ng, Hwee Tou",
title = "A Semi-supervised Learning Approach with Two Teachers to Improve Breakdown Identification in Dialogues",
booktitle = "Proceedings of the AAAI Conference on Artificial Intelligence",
year = "2022",
pages = "11011--11019",
}
The source code and models in this repository are licensed under GNU GPL 3.0 (see LICENSE) for non-commercial use. For commercial use of this code, separate commercial licensing is also available. Please contact Prof. Hwee Tou Ng ([email protected]).