TobiasLee / MTA-LSTM-TensorFlow

TensorFlow reimplementation of Topic-to-Essay Generation with Neural Networks.
https://tobiaslee.top/2018/11/02/customized-RNN-cell/
70 stars 24 forks source link

About dataset #6

Closed jwang0306 closed 5 years ago

TobiasLee commented 5 years ago

The input data of the model is the topic words index, and the output is generated essay indexes. In this repo, I process the data in a Seq2Seq fashion, which means the topic words are treated as the source language and the essay is the target language. I think #1 would be helpful