Technical Program

Paper Detail

Presentation #10
Session:Dialogue
Location:Kallirhoe Hall
Session Time:Thursday, December 20, 10:00 - 12:00
Presentation Time:Thursday, December 20, 10:00 - 12:00
Presentation: Poster
Topic: Spoken dialog systems:
Paper Title: CONVOLUTIONAL NEURAL NETWORKS FOR DIALOGUE STATE TRACKING WITHOUT PRE-TRAINED WORD VECTORS OR SEMANTIC DICTIONARIES
Authors: Mandy Korpusik, James Glass, Massachusetts Institute of Technology, United States
Abstract: A crucial step in task-oriented dialogue systems is tracking the user's goal over the course of the conversation. This involves maintaining a probability distribution over possible values for each slot (e.g., the food slot might map to the value Turkish), which gets updated at each turn of the dialogue. Previously, rule-based methods were applied to dialogue systems, or models that required hand-crafted semantic dictionaries mapping phrases to those that are similar in meaning (e.g., area might map to part of town). However, these are expensive to design for each domain, limiting the generalizability. In addition, often a spoken language understanding (SLU) component precedes the dialogue state update mechanism; however, this leads to compounded errors as the output from one module is passed to the next. Instead, more recent work has explored deep learning models for directly updating dialogue state, bypassing the need for SLU or expert-engineered rules. We demonstrate that a novel convolutional neural architecture without any pre-trained word vectors or semantic dictionaries achieves 86.9% joint goal accuracy and 95.4% requested slot accuracy on WOZ 2.0.