lipiji / hierarchical-encoder-decoder
Hierarchical encoder-decoder framework for sequences of words, sentences, paragraphs and documents using LSTM and GRU in Theano
☆108Updated 8 years ago
Alternatives and similar repositories for hierarchical-encoder-decoder:
Users that are interested in hierarchical-encoder-decoder are comparing it to the libraries listed below
- Neural Attention Model for Abstractive Summarization☆73Updated 9 years ago
- Implementation of A Structured Self-attentive Sentence Embedding☆108Updated 6 years ago
- NLP tools on Lasagne☆61Updated 7 years ago
- Implementation of the multi feed-forward network architecture by Parikh et al. (2016) for Natural Language Inference.☆87Updated 7 years ago
- Hierarchical Recurrent Encoder Decoder for Query Suggestion☆108Updated 7 years ago
- attention model for entailment on SNLI corpus implemented in Tensorflow and Keras☆177Updated 8 years ago
- Empirical Evaluation on Current Neural Networks on Cloze-style Reading Comprehension☆87Updated 5 years ago
- Tensorflow implementation of Dynamic Coattention Networks for Question Answering.☆100Updated 8 years ago
- This is an implementation of the Attention Sum Reader model as presented in "Text Comprehension with the Attention Sum Reader Network" av…