chatbot-retrieval:Dual LSTM Encoder for Dialog Response Generation

Tensorflow中基于检索的对话模型(Ubuntu Dialog Corpus)
Retrieval-Based Conversational Model in Tensorflow (Ubuntu Dialog Corpus)

https://github.com/dennybritz/chatbot-retrieval/

This paper introduces the Ubuntu Dialogue Corpus, a dataset containing almost 1 million multi-turn dialogues, with a total of over 7 million utterances and 100 million words. This provides a unique resource for research into building dialogue managers based on neural language models that can make use of large amounts of unlabeled data. The dataset has both the multi-turn property of conversations in the Dialog State Tracking Challenge datasets, and the unstructured nature of interactions from microblog services such as Twitter. We also describe two neural learning architectures suitable for analyzing this dataset, and provide benchmark performance on the task of selecting the best next response.

https://arxiv.org/abs/1506.08909

Related posts

Leave a Comment