Skip to content

simply implement "Personalizing Dialogue Agents: I have a dog, do you have pets too? "

Notifications You must be signed in to change notification settings

fannn1217/persona.chatbot

Repository files navigation

persona.chatbot

almost change the code from wildml, the code implements the Dual LSTM Encoder model from The Ubuntu Dialogue Corpus: A Large Dataset for Research in Unstructured Multi-Turn Dialogue Systems.

Overview

The code here simply implements the Personalizing Dialogue Agents: I have a dog, do you have pets too?

Use the first persona sentence as input

image

Setup

Python 3
tensorflow 1.3

Get the Data

from ParlAI github

Training

python udc_train.py

Evaluation

python udc_test.py --model_dir=...

Prediction

python udc_predict.py --model_dir=...

About

simply implement "Personalizing Dialogue Agents: I have a dog, do you have pets too? "

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published