paper-with-me

Papers

TA&AT: Enhancing Task-Oriented Dialog with Turn-Level Auxiliary Tasks and Action-Tree Based Scheduled Sampling

2024-01-28 · Longxiang Liu, Xiuxing Li, Yang Feng

Task-oriented dialog systems have witnessed substantial progress due to conversational pre-training techniques. Yet, two significant challenges persist. First, most systems primarily utilize the latest turn's state label for the generator. This practice overlooks the comprehensive value of state labels in boosting the model's understanding for future generations. Second, an overreliance on generated policy often leads to error accumulation, resulting in suboptimal responses when adhering to incorrect actions. To combat these challenges, we propose turn-level multi-task objectives for the encoder. With the guidance of essential information from labeled intermediate states, we establish a more robust representation for both understanding and generation. For the decoder, we introduce an action tree-based scheduled sampling technique. Specifically, we model the hierarchical policy as trees and utilize the similarity between trees to sample negative policy based on scheduled sampling, hoping the model to generate invariant responses under perturbations. This method simulates potential pitfalls by sampling similar negative policy, bridging the gap between task-oriented dialog training and inference. Among methods without continual pre-training, our approach achieved state-of-the-art (SOTA) performance on the MultiWOZ dataset series and was also competitive with pre-trained SOTA methods.

📄 PDF Abstract BibTeX arXiv:2401.15626

Code (1)

ictnlp/ta-at 공식 구현

Tasks

Decoder

Similar Papers 제목 키워드 기반

Evaluating and Enhancing Out-of-Domain Generalization of Task-Oriented Dialog Systems for Task Completion without Turn-level Dialog Annotations

2025-02-18 · Adib Mosharrof, Moghis Fereidouni, A. B. Siddique

Traditional task-oriented dialog (ToD) systems rely heavily on labor-intensive turn-level annotations, such as dialogue states and policy labels, for training. This work explores whether large language models (LLMs) can …

Domain GeneralizationInformativeness

Unsupervised Learning of Hierarchical Conversation Structure

2022-05-24 · Bo-Ru Lu, Yushi Hu, Hao Cheng, Noah A. Smith 외

Human conversations can evolve in many different ways, creating challenges for automatic understanding and summarization. Goal-oriented conversations often have meaningful sub-dialogue structure, but it can be highly dom…

Unsupervised End-to-End Task-Oriented Dialogue with LLMs: The Power of the Noisy Channel

2024-04-23 · Brendan King, Jeffrey Flanigan

Training task-oriented dialogue systems typically requires turn-level annotations for interacting with their APIs: e.g. a dialogue state and the system actions taken at each step. These annotations can be costly to produ…

Task-Oriented Dialogue Systems

Turn-Level Active Learning for Dialogue State Tracking

2023-10-23 · Zihan Zhang, Meng Fang, Fanghua Ye, Ling Chen 외

Dialogue state tracking (DST) plays an important role in task-oriented dialogue systems. However, collecting a large amount of turn-by-turn annotated dialogue data is costly and inefficient. In this paper, we propose a n…

Active LearningDialogue State TrackingTask-Oriented Dialogue Systems

Fusing task-oriented and open-domain dialogues in conversational agents

2021-09-09 · Tom Young, Frank Xing, Vlad Pandelea, Jinjie Ni 외

The goal of building intelligent dialogue systems has largely been separately pursued under two paradigms: task-oriented dialogue (TOD) systems, which perform goal-oriented functions, and open-domain dialogue (ODD) syste…

Dialogue Generation