CLOct 24, 2020

Conversational Semantic Parsing for Dialog State Tracking

arXiv:2010.12770v31010 citations
Originality Incremental advance
AI Analysis

This addresses the problem of accurately estimating user goals in conversational AI, with incremental improvements for dialog systems.

The paper tackled dialog state tracking by reformulating it as a semantic parsing task over hierarchical representations, resulting in a 20% improvement over state-of-the-art flat approaches.

We consider a new perspective on dialog state tracking (DST), the task of estimating a user's goal through the course of a dialog. By formulating DST as a semantic parsing task over hierarchical representations, we can incorporate semantic compositionality, cross-domain knowledge sharing and co-reference. We present TreeDST, a dataset of 27k conversations annotated with tree-structured dialog states and system acts. We describe an encoder-decoder framework for DST with hierarchical representations, which leads to 20% improvement over state-of-the-art DST approaches that operate on a flat meaning space of slot-value pairs.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes