Skip to content

Dr-Corgi/EsCVAE-Tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The EsCVAE model: A Tensorflow implementation.

A Tensorflow Implementation of EsCVAE: "Learning to Converse Emotionally Like Humans: A Conditional Variational Approach" (Zhang R, Wang Z., CCF International Conference on Natural Language Processing and Chinese Computing 2018)

Usage

Run the escvae_nlpcc.py to run the model.

More Details of the data format will be updated soon.

Some Notes

  1. Some details in this code is different from the paper. For example, we did not implement the beam search decoder here.
  2. The hyper parameters are not fine-tuned in this implementation. Please modify the hyper parameters by yourself.

Acknowledge

How do I cite EsCVAE?

@inproceedings{zhang2018learning,
    title={Learning to Converse Emotionally Like Humans: A Conditional Variational Approach},
    author={Zhang, Rui and Wang, Zhenyu},
    booktitle={CCF International Conference on Natural Language Processing and Chinese Computing},
    pages={98--109},
    year={2018},
    organization={Springer}
}

About

论文《Learning to Converse Emotionally Like Humans》的TensorFlow实现

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages