ChuanMeng / Holl-E

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data and Code for Towards Exploiting Background Knowledge for Building Conversation Systems (EMNLP 2018)

Arxiv version of the paper here

Existing dialog datasets contain a sequence of utterances and responses without any explicit background knowledge associated with them. This has resulted in the development of models which treat conversation as a sequence-to-sequence generation task i.e, given a sequence of utterances generate the response sequence). This is not only an overly simplistic view of conversation but it is also emphatically different from the way humans converse by heavily relying on their background knowledge about the topic (as opposed to simply relying on the previous sequence of utterances). For example, it is common for humans to (involuntarily) produce utterances which are copied or suitably modified from background articles they have read about the topic. To facilitate the development of such natural conversation models which mimic the human process of conversing, we create a new dataset containing movie chats wherein each response is explicitly generated by copying and/or modifying sentences from unstructured background knowledge such as plots, comments and reviews about the movie. We establish baseline results on this dataset (90K utterances from 9K conversations) using three different models: (i) pure generation based models which ignore the background knowledge (ii) generation based models which learn to copy information from the background knowledge when required and (iii) span prediction based models which predict the appropriate response span in the background knowledge.

Data

Download

Baselines

BiDAF

HRED

GTTP

References

@inproceedings{DBLP:conf/emnlp/MogheABK18,
author    = {Nikita Moghe and Siddhartha Arora and Suman Banerjee and Mitesh M. Khapra},  
title     = {Towards Exploiting Background Knowledge for Building Conversation
           Systems},  
booktitle = {Proceedings of the 2018 Conference on Empirical Methods in Natural
           Language Processing, Brussels, Belgium, October 31 - November 4, 2018},
pages     = {2322--2332}, 
year      = {2018}
 }

About


Languages

Language:Python 100.0%