farizrahman4u / seq2seq

Sequence to Sequence Learning with Keras
GNU General Public License v2.0
3.17k stars 845 forks source link

document to summary with keras seq2seq #215

Open zackriegman opened 7 years ago

zackriegman commented 7 years ago

Is this package appropriate for generating one sentence summaries from multi-sentence documents of variable length using word embeddings?

If so, are there any examples you could point me to showing how to setup the word embeddings and feed them to seq2seq?

Thanks in advance!