# Flexibly-Structured Model for Task-Oriented Dialogues

**Authors:** Lei Shu, Piero Molino, Mahdi Namazifar, Hu Xu, Bing Liu, Huaixiu, Zheng, Gokhan Tur

arXiv: 1908.02402 · 2019-08-08

## TL;DR

This paper introduces a flexible end-to-end model for task-oriented dialogues that jointly handles language understanding, state tracking, and response generation, achieving state-of-the-art results on benchmark datasets.

## Contribution

It presents a novel sequence-to-sequence architecture with structured decoding for improved dialogue state tracking and response generation in task-oriented systems.

## Key findings

- Achieves state-of-the-art performance on Cambridge Restaurant dataset.
- Demonstrates scalability to real-world scenarios.
- Effectively handles unknown values through copy-augmented decoding.

## Abstract

This paper proposes a novel end-to-end architecture for task-oriented dialogue systems. It is based on a simple and practical yet very effective sequence-to-sequence approach, where language understanding and state tracking tasks are modeled jointly with a structured copy-augmented sequential decoder and a multi-label decoder for each slot. The policy engine and language generation tasks are modeled jointly following that. The copy-augmented sequential decoder deals with new or unknown values in the conversation, while the multi-label decoder combined with the sequential decoder ensures the explicit assignment of values to slots. On the generation part, slot binary classifiers are used to improve performance. This architecture is scalable to real-world scenarios and is shown through an empirical evaluation to achieve state-of-the-art performance on both the Cambridge Restaurant dataset and the Stanford in-car assistant dataset\footnote{The code is available at \url{https://github.com/uber-research/FSDM}}

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1908.02402/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1908.02402/full.md

## References

36 references — full list in the complete paper: https://tomesphere.com/paper/1908.02402/full.md

---
Source: https://tomesphere.com/paper/1908.02402