- This repository is the official implementation of our EMNLP 2021 paper Zero-Shot Dialogue Disentanglement by Self-Supervised Entangled Response Selection.
-
Download the data from the official competition site. Put train.json, dev.json and test.json into dstc8_2/
-
cd dstc8_2/ then bash parse.sh
Download the BERT checkpoint you want from Huggingface model hub. Set the path in three scripts below.
bash pertrain.sh
bash finetune.sh
bash zero_shot.sh