Skip to content
/ S2T2 Public

A Semi-supervised Learning Approach with Two Teachers to Improve Breakdown Identification in Dialogues

License

Notifications You must be signed in to change notification settings

nusnlp/S2T2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

paperlink paperlink

Requirements

Check dependencies in requirements.txt, install required packages (with python 3.6.8):

pip install -r requirements.txt

Data

Refer to README in each [dataset] sub-directory for instructions of data retrieval and preprocessing.

Training

Follow the commands of training in [dataset]/run.sh.

Trained models can be specified and downloaded by running bash get_trained_models.sh.

Evaluation

Refer to README in each [dataset] sub-directory for evaluation steps.

Publication

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",
}

License

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]).

About

A Semi-supervised Learning Approach with Two Teachers to Improve Breakdown Identification in Dialogues

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published