Guillem96 / pointer-nn-pytorch
Pointer NN differs from the previous attention attempts in that, instead of using attention to weight hidden units of an encoder, it uses attention as a pointer to select a member of the input sequence as the output.
☆42Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for pointer-nn-pytorch
- Implementation of Pointer Networks using PyTorch☆60Updated last year
- Pointer Networks is a new neural architecture to learn the conditional probability of an output sequence with elements that are discrete …☆71Updated 2 years ago
- Deep Dyna-Q: Integrating Planning for Task-Completion Dialogue Policy Learning☆151Updated 6 years ago
- Pointer Networks Implementation in Keras☆153Updated 2 years ago
- Pytorch implementation of Pointer Network☆323Updated 5 years ago
- Task-oriented Dialog Policy Learning with Multi-Agent Reinforcement Learning☆54Updated 4 years ago
- Code & data accompanying the ICLR 2020 paper "Reinforcement Learning Based Graph-to-Sequence Model for Natural Question Generation"☆123Updated 2 years ago
- PyTorch implementation of latent space reinforcement learning for E2E dialog published at NAACL 2019. It is released by Tiancheng Zhao (…☆144Updated 5 years ago
- Implementation of Stochastic Beam Search using Fairseq☆99Updated 5 years ago
- Discriminative Deep Dyna-Q: Robust Planning for Dialogue Policy Learning☆26Updated 5 years ago
- TensorFlow implementation of Pointer Networks, modified to use a threshold (or hardmax) pointer instead of a softmax pointer.☆40Updated 7 years ago
- This is the source code for HDNO: a hierarchical model for task-oriented dialogue system.☆18Updated last year
- This code repository presents the pytorch implementation of the paper “Implicit Deep Latent Variable Models for Text Generation”(EMNLP 20…☆55Updated 2 years ago
- This repository provides simulator codes for predicting and tracking popular discussion threads on Reddit☆20Updated 8 years ago
- Task-oriented Dialog Policy Learning with Adversarial Inverse Reinforcement Learning☆45Updated 5 years ago
- ☆132Updated 6 years ago
- Code to support training, evaluating and interacting neural network dialog models, and training them with reinforcement learning. Code to…