paper-with-me

홈 › Papers

Taming the Beast: Learning to Control Neural Conversational Models

2021-08-24 · Andrea Madotto

This thesis investigates the controllability of deep learning-based, end-to-end, generative dialogue systems in both task-oriented and chit-chat scenarios. In particular, we study the different aspects of controlling generative dialogue systems, including controlling styles and topics and continuously adding and combining dialogue skills. In the three decades since the first dialogue system was commercialized, the basic architecture of such systems has remained substantially unchanged, consisting of four pipelined basic components, namely, natural language understanding (NLU), dialogue state tracking (DST), a dialogue manager (DM) and natural language generation (NLG). The dialogue manager, which is the critical component of the modularized system, controls the response content and style. This module is usually programmed by rules and is designed to be highly controllable and easily extendable. With the emergence of powerful "deep learning" architectures, end-to-end generative dialogue systems have been proposed to optimize overall system performance and simplify training. However, these systems cannot be easily controlled and extended as the modularized dialogue manager can. This is because a single neural system is used, which is usually a large pre-trained language model (e.g., GPT-2), and thus it is hard to surgically change desirable attributes (e.g., style, topics, etc.). More importantly, uncontrollable dialogue systems can generate offensive and even toxic responses. Therefore, in this thesis, we study controllable methods for end-to-end generative dialogue systems in task-oriented and chit-chat scenarios. Throughout the chapters, we describe 1) how to control the style and topics of chit-chat models, 2) how to continuously control and extend task-oriented dialogue systems, and 3) how to compose and control multi-skill dialogue models.

📄 PDF Abstract BibTeX arXiv:2108.10561

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue State TrackingLanguage ModellingNatural Language UnderstandingTask-Oriented Dialogue SystemsText Generation

Similar Papers 제목 키워드 기반

BEAST: Efficient Tokenization of B-Splines Encoded Action Sequences for Imitation Learning

2025-06-06 · Hongyi Zhou, Weiran Liao, Xi Huang, Yucheng Tang 외

We present the B-spline Encoded Action Sequence Tokenizer (BEAST), a novel action tokenizer that encodes action sequences into compact discrete or continuous tokens using B-splines. In contrast to existing action tokeniz…

continuous-controlContinuous ControlDecoderImitation Learning+1

Taming the Memory Beast: Strategies for Reliable ML Training on Kubernetes

2024-12-19 · Jaideep Ray

Kubernetes offers a powerful orchestration platform for machine learning training, but memory management can be challenging due to specialized needs and resource constraints. This paper outlines how Kubernetes handles me…

GPUManagement

Harnessing intuitive local evolution rules for physical learning

2025-07-25 · Roie Ezraty, Menachem Stern, Shmuel M. Rubinstein arxiv

Machine Learning, however popular and accessible, is computationally intensive and highly power-consuming, prompting interest in alternative physical implementations of learning tasks. We introduce a training scheme for …

TorchBeast: A PyTorch Platform for Distributed RL

2019-10-08 · Heinrich Küttler, Nantas Nardelli, Thibaut Lavril, Marco Selvatici 외

TorchBeast is a platform for reinforcement learning (RL) research in PyTorch. It implements a version of the popular IMPALA algorithm for fast, asynchronous, parallel training of RL agents. Additionally, TorchBeast has s…

OpenAI GymReinforcement LearningReinforcement Learning (RL)

Predicting human decisions with behavioral theories and machine learning

2019-04-15 · Ori Plonsky, Reut Apel, Eyal Ert, Moshe Tennenholtz 외

Predicting human decisions under risk and uncertainty remains a fundamental challenge across disciplines. Existing models often struggle even in highly stylized tasks like choice between lotteries. We introduce BEAST Gra…

BIG-bench Machine LearningDecision MakingDescriptiveDomain Generalization