Skip to content

jonghkim/text-style-transfer-comparable-corpora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

text-style-transfer-comparable-corpora

Keras implementation of Style Transfer in Text: Exploration and Evaluation (AAAI, 2018)

Requirements

  • Python2
  • Keras 2.1.6
  • Tensorflow 1.5.0

Data

Usage

# For seq2seq auto-encoder model with adversarial network and style embedding: Solve Style Transfer Problem
python -m bin.seq2seq_adv_style_model_train
python -m bin.seq2seq_adv_style_model_test

References

For Citation

@misc{jonghkim,
  author = {Jongho Kim},
  title = {text-style-transfer-comparable-corpora},
  year = {2018},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/jonghkim/text-style-transfer-comparable-corpora}},
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages