Pinned Repositories
AntSynDistinction
Integrating Distributional Lexical Contrast into Word Embeddings for Antonym-Synonym Distinction
AntSynNET
Distinguishing Antonyms and Synonyms in a Pattern-based Neural Network
ConvE
Convolutional 2D Knowledge Graph Embeddings resources
ConvLab
DialogStateTracking
Dialog State Tracking using End-to-End Neural Networks
HyperVec
Hierarchical Embeddings for Hypernymy Detection and Directionality
multi-domain-belief-tracking
The implementation of the model proposed in the Large-Scale Multi-Domain Belief Tracking with Knowledge Sharing paper
multiwoz
Source code for end-to-end dialogue model from the MultiWOZ paper (Budzianowski et al. 2018, EMNLP)
NeuralDenoising
Neural-based Noise Filtering from Word Embeddings
trade-dst
Source code for transferable dialogue state generator (TRADE, Wu et al., 2019). https://arxiv.org/abs/1905.08743
nguyenkh's Repositories
nguyenkh/AntSynDistinction
Integrating Distributional Lexical Contrast into Word Embeddings for Antonym-Synonym Distinction
nguyenkh/HyperVec
Hierarchical Embeddings for Hypernymy Detection and Directionality
nguyenkh/AntSynNET
Distinguishing Antonyms and Synonyms in a Pattern-based Neural Network
nguyenkh/NeuralDenoising
Neural-based Noise Filtering from Word Embeddings
nguyenkh/DialogStateTracking
Dialog State Tracking using End-to-End Neural Networks
nguyenkh/multi-domain-belief-tracking
The implementation of the model proposed in the Large-Scale Multi-Domain Belief Tracking with Knowledge Sharing paper
nguyenkh/multiwoz
Source code for end-to-end dialogue model from the MultiWOZ paper (Budzianowski et al. 2018, EMNLP)
nguyenkh/trade-dst
Source code for transferable dialogue state generator (TRADE, Wu et al., 2019). https://arxiv.org/abs/1905.08743
nguyenkh/ConvE
Convolutional 2D Knowledge Graph Embeddings resources
nguyenkh/ConvLab
nguyenkh/DeepLearningExamples
Deep Learning Examples
nguyenkh/DeepQA
My tensorflow implementation of "A neural conversational model", a Deep learning based chatbot
nguyenkh/eval-word-vectors
Easy to use scripts for evaluating word vectors on a variety of tasks.
nguyenkh/keras
Deep Learning library for Python. Convnets, recurrent neural networks, and more. Runs on Theano or TensorFlow.
nguyenkh/LSTM-ER
Implementation of End-to-End Relation Extraction using LSTMs on Sequences and Tree Structures in ACL2016.
nguyenkh/NNDIAL
NNDial is an open source toolkit for building end-to-end trainable task-oriented dialogue models. It is released by Tsung-Hsien (Shawn) Wen from Cambridge Dialogue Systems Group under Apache License 2.0.
nguyenkh/RNNLG
RNNLG is an open source benchmark toolkit for Natural Language Generation (NLG) in spoken dialogue system application domains. It is released by Tsung-Hsien (Shawn) Wen from Cambridge Dialogue Systems Group under Apache License 2.0.
nguyenkh/sequence-labeler
Neural network sequence labeling model
nguyenkh/unrolled_gan
Unrolled Generative Adversarial Networks
nguyenkh/wikipedia-extractor
This is a mirror of the script by Giuseppe Attardi, and contains history before the official repo started: https://github.com/attardi/wikiextractor --- Extracts and cleans text from Wikipedia database dump and stores output in a number of files of similar size in a given directory.
nguyenkh/word2vecpy
Python implementation of CBOW and skip-gram word vector models, and hierarchical softmax and negative sampling learning algorithms