Paper: "DDRel: A new dataset for interpersonal relation classification in dyadic dialogues" has been accepted by AAAI2021.
- Download the glove.840B.300.zip
- Unzip the file
- Put glove.840B.300d.txt under ./ .
Download DDRel from Google Drive. Put the dataset files under ./ddrel/ .
Requirements
- python3.7
- pytorch
- transformers
- pytorch-lightning
Set up the environment by
pip install -r requirements.txt
Run the training & testing process with scripts under ./experiment_scripts
bash *.sh