paper-with-me

Papers

Learning Interpretable Latent Dialogue Actions With Less Supervision

2022-09-22 · Vojtěch Hudeček, Ondřej Dušek

We present a novel architecture for explainable modeling of task-oriented dialogues with discrete latent variables to represent dialogue actions. Our model is based on variational recurrent neural networks (VRNN) and requires no explicit annotation of semantic information. Unlike previous works, our approach models the system and user turns separately and performs database query modeling, which makes the model applicable to task-oriented dialogues while producing easily interpretable action latent variables. We show that our model outperforms previous approaches with less supervision in terms of perplexity and BLEU on three datasets, and we propose a way to measure dialogue success without the need for expert annotation. Finally, we propose a novel way to explain semantics of the latent variables with respect to system actions.

📄 PDF Abstract BibTeX arXiv:2209.11128

Code (1)

vojtsek/to-vrnn 공식 구현 pytorch

Similar Papers 제목 키워드 기반

DORA: Toward Policy Optimization for Task-oriented Dialogue System with Efficient Context

2021-07-07 · Hyunmin Jeon, Gary Geunbae Lee

Recently, reinforcement learning (RL) has been applied to task-oriented dialogue systems by using latent actions to solve shortcomings of supervised learning (SL). In this paper, we propose a multi-domain task-oriented d…

Reinforcement Learning (RL)Task-Oriented Dialogue Systems

Attention Guided Dialogue State Tracking with Sparse Supervision

2021-01-28 · Shuailong Liang, Lahari Poddar, Gyuri Szarvas

Existing approaches to Dialogue State Tracking (DST) rely on turn level dialogue state annotations, which are expensive to acquire in large scale. In call centers, for tasks like managing bookings or subscriptions, the u…

DecoderDialogue State Tracking

MALA: Cross-Domain Dialogue Generation with Action Learning

2019-12-18 · Xinting Huang, Jianzhong Qi, Yu Sun, Rui Zhang

Response generation for task-oriented dialogues involves two basic components: dialogue planning and surface realization. These two components, however, have a discrepancy in their objectives, i.e., task completion and l…

Dialogue GenerationResponse GenerationSemantic SimilaritySemantic Textual Similarity+1

Interpretable Difficulty-Aware Knowledge Tracing in Tutor-Student Dialogues

2026-05-01 · Shuyan Huang, Alexander Scarlatos, Jaewook Lee, Andrew Lan arxiv

Recent advances in large language models (LLMs) have led to the development of AI-powered tutoring systems that provide interactive support via dialogue. To enable these tutoring systems to provide personalized support, …

Knowledge Tracing

Clipping Loops for Sample-Efficient Dialogue Policy Optimisation

2021-06-01 · NAACL 2021 4 · Yen-chen Wu, Carl Edward Rasmussen

Training dialogue agents requires a large number of interactions with users: agents have no idea about which responses are bad among a lengthy dialogue. In this paper, we propose loop-clipping policy optimisation (LCPO) …