Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Zlin-111/VAE-LSTM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Generative Deep Generative Framework for Paraphrase Generation

This is my ongoing implementation of the paper by Gupta et al.

Data

MSCOCO, PPDB, Wikianswers are available in this repo. I put source / target files into one file with the follwing command.

paste train_source_1.txt train_target_1.txt > train.txt
paste train_source.txt train_target.txt > valid.txt
paste test_source.txt test_target.txt > test.txt
cat train.txt valid.txt > merged.txt && mv merged.txt train.txt && rm valid.txt

About

(Gupta) A Deep Generative Framework for Paraphrase Generation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%