paper-with-me

홈 › Papers

More Robust Schema-Guided Dialogue State Tracking via Tree-Based Paraphrase Ranking

2023-03-17 · A. Coca, B. H. Tseng, W. Lin, B. Byrne

The schema-guided paradigm overcomes scalability issues inherent in building task-oriented dialogue (TOD) agents with static ontologies. Instead of operating on dialogue context alone, agents have access to hierarchical schemas containing task-relevant natural language descriptions. Fine-tuned language models excel at schema-guided dialogue state tracking (DST) but are sensitive to the writing style of the schemas. We explore methods for improving the robustness of DST models. We propose a framework for generating synthetic schemas which uses tree-based ranking to jointly optimise lexical diversity and semantic faithfulness. The generalisation of strong baselines is improved when augmenting their training data with prompts generated by our framework, as demonstrated by marked improvements in average joint goal accuracy (JGA) and schema sensitivity (SS) on the SGD-X benchmark.

📄 PDF Abstract BibTeX arXiv:2303.09905

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue State TrackingDiversity

Methods 이 논문이 사용한 방법론

DST Dynamic sparse training methods train neural networks in a sparse manner, starting with an initial sparse mask, and periodically updating the mask based on some criteria.

Similar Papers 제목 키워드 기반

The SPPD System for Schema Guided Dialogue State Tracking Challenge

2020-06-16 · Miao Li, Haoqi Xiong, Yunbo Cao

This paper introduces one of our group's work on the Dialog System Technology Challenges 8 (DSTC8), the SPPD system for Schema Guided dialogue state tracking challenge. This challenge, named as Track 4 in DSTC8, provides…

Dialogue State TrackingMulti-domain Dialogue State Tracking

SGD-QA: Fast Schema-Guided Dialogue State Tracking for Unseen Services

2021-05-17 · Yang Zhang, Vahid Noroozi, Evelina Bakhturina, Boris Ginsburg

Dialogue state tracking is an essential part of goal-oriented dialogue systems, while most of these state tracking models often fail to handle unseen services. In this paper, we propose SGD-QA, a simple and extensible mo…

Dialogue State TrackingGoal-Oriented Dialogue SystemsQuestion Answering

Span-Selective Linear Attention Transformers for Effective and Robust Schema-Guided Dialogue State Tracking

2023-06-15 · Björn Bebensee, Haejun Lee

In schema-guided dialogue state tracking models estimate the current state of a conversation using natural language descriptions of the service schema for generalization to unseen services. Prior generative approaches wh…

Dialogue State Tracking

Schema-Guided Multi-Domain Dialogue State Tracking with Graph Attention Neural Networks

2020-04-03 · Lu Chen, Boer Lv, Chi Wang, Su Zhu 외

Dialogue state tracking (DST) aims at estimating the current dialogue state given all the preceding conversation. For multi-domain DST, the data sparsity problem is also a major obstacle due to the increased number of st…

Dialogue State TrackingGraph AttentionMulti-domain Dialogue State Tracking

Schema Graph-Guided Prompt for Multi-Domain Dialogue State Tracking

2023-11-10 · Ruolin Su, Ting-Wei Wu, Biing-Hwang Juang

Tracking dialogue states is an essential topic in task-oriented dialogue systems, which involve filling in the necessary information in pre-defined slots corresponding to a schema. While general pre-trained language mode…

Dialogue State TrackingGraph Neural NetworkLanguage ModelingLanguage Modelling+4