Knowledge Bridging for Empathetic Dialogue Generation
Knowledge Bridging for Empathetic Dialogue Generation
This is the official implementation for paper Knowledge Bridging for Empathetic Dialogue Generation (AAAI 2021).
Model Architecture
Setup
- Check the packages needed or simply run the command:
pip install -r requirements.txt
-
Download GloVe vectors from here (glove.6B.300d.txt) and put it into
/data/
. -
Download other data sources regarding ConceptNet and NRC_VAD lexicon, please visit Google Drive and place processed dataset
kemp_dataset_preproc.json
into/data/
. -
For reproducibility purposes, we place the model checkpoints at