SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2101.09374 · 2021

Slot Self-Attentive Dialogue State Tracking

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 3 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
copy not recorded — 2 of 3
FunctionStatusWhere it lives
insertSpace Ran this paper's copy was not recorded; identical code first harvested from smartyfh/MultiWOZ2.4
pointer only · get_code("d7503a387ec4bc30")
is_ascii Ran this paper's copy was not recorded; identical code first harvested from sbelharbi/bah-dataset
pointer only · get_code("1b465b9239cb631c")
normalize Not yet run this paper's copy was not recorded; identical code first harvested from smartyfh/MultiWOZ2.4
pointer only · get_code("e9000ef90c551add")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

An indispensable component in task-oriented dialogue systems is the dialogue state tracker, which keeps track of users' intentions in the course of conversation. The typical approach towards this goal is to fill in multiple pre-defined slots that are essential to complete the task. Although various dialogue state tracking methods have been proposed in recent years, most of them predict the value of each slot separately and fail to consider the correlations among slots. In this paper, we propose a slot self-attention mechanism that can learn the slot correlations automatically. Specifically, a slot-token attention is first utilized to obtain slot-specific features from the dialogue context. Then a stacked slot self-attention is applied on these features to learn the correlations among slots. We conduct comprehensive experiments on two multi-domain task-oriented dialogue datasets, including MultiWOZ 2.0 and MultiWOZ 2.1. The experimental results demonstrate that our approach achieves state-of-the-art performance on both datasets, verifying the necessity and effectiveness of taking slot correlations into consideration.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2101.09374")
get_code_for_paper("2101.09374")
have("2101.09374")

Connect an agent — have() is free.