Implementations of deep learning model with Tensorflow 2.0
This repository is specialized for neural response generation or dialogue generation in the field of NLP.
This repository consists of various models related with dialogue generation:
- Sequence-to-Sequence Model
- Sequence-to-Sequence Model with Attention Mechanisms (Bahdanau & Luong)
- Hierarchical Recurrent Encoder-Decoder (HRED) -> Not yet
- Latent Variable Hierarchical Recurrent Encoder-Decoder (VHRED) -> Not yet
- Transformer -> Not yet
- Applying the earlystopping technique
- Applying the beam search
- Tokenizing sentence at morepheme level
- Use other datasets (e.g. DailyDialog)
To train and evaluate several models, we used korean daily chat data. You can be publicly available to download dataset by following this link.
- Install
tensorflow 2.0
$ pip install tensorflow
- Install
ChatSpace
$ pip install chatspace