vsuthichai/paraphraser
A bidirectional LSTM encoder-decoder with attention that generates paraphrases of input sentences.

Velocity · 7d
+0.1
★ / day
Trend
→steady
star history
This project provides a sentence-level paraphrase generation model built with TensorFlow. It uses a bidirectional LSTM encoder and LSTM decoder with attention mechanism to transform input sentences into paraphrases. The model was trained on aggregated public datasets including para-nmt-5m, Quora question pairs, SNLI, and Semeval, and evaluates performance using BLEU score.