matatusko / seq2seq
Universal seq2seq model for question generation, text summarization, machine translation etc. written in Python and Tensorflow 1.4 with Tensorflow's Beam Search API decoder
☆32Updated 7 years ago
Alternatives and similar repositories for seq2seq:
Users that are interested in seq2seq are comparing it to the libraries listed below
- An original implementation of ACL 2017, "Question Answering through Transfer Learning from Large Fine-grained Supervision Data"☆58Updated 7 years ago
- Implementation of <Learning to Ask: Neural Question Generation for Reading Comprehension> by Xinya Du et al.☆46Updated 4 years ago
- Implementation of <Improving Neural Question Generation Using Answer Separation> by Yanghoon Kim et al., AAAI 2019☆52Updated 4 years ago
- Neural Models for Key Phrase Detection and Question Generation