paper-with-me

홈 › Papers

SideControl: Controlled Open-domain Dialogue Generation via Additive Side Networks

2021-09-05 · Findings (EMNLP) 2021 11 · Wanyu Du, Yangfeng Ji

Transformer-based pre-trained language models boost the performance of open-domain dialogue systems. Prior works leverage Transformer-based pre-trained language models to generate texts with desired attributes in two general approaches: (1) gradient-based methods: updating all latent representations of pre-trained models with gradients from attribute models; (2) weighted-decoding methods: re-ranking beam candidates from pre-trained models with attribute functions. However, gradient-based methods lead to high computation cost and can easily get overfitted on small training sets, while weighted-decoding methods are inherently constrained by the low-variance high-bias pre-trained model. In this work, we propose a novel approach to control the generation of Transformer-based pre-trained language models: the SideControl framework, which leverages a novel control attributes loss to incorporate useful control signals, and is shown to perform well with very limited training samples. We evaluate our proposed method on two benchmark open-domain dialogue datasets, and results show that the SideControl framework has better controllability, higher generation quality and better sample-efficiency than existing gradient-based and weighted-decoding baselines.

📄 PDF Abstract BibTeX arXiv:2109.01958

Code (1)

wyu-du/controlled-dialogue-generation 공식 구현 pytorch

Tasks

AttributeDialogue GenerationRe-Ranking

Similar Papers 제목 키워드 기반

Attribute Controlled Dialogue Prompting

2023-07-11 · Runcheng Liu, Ahmad Rashid, Ivan Kobyzev, Mehdi Rezagholizadeh 외

Prompt-tuning has become an increasingly popular parameter-efficient method for adapting large pretrained language models to downstream tasks. However, both discrete prompting and continuous prompting assume fixed prompt…

AttributeDialogue Generation

CTRLStruct: Dialogue Structure Learning for Open-Domain Response Generation

2023-03-02 · Congchi Yin, Piji Li, Zhaochun Ren

Dialogue structure discovery is essential in dialogue generation. Well-structured topic flow can leverage background information and predict future topics to help generate controllable and explainable responses. However,…

Contrastive LearningDialogue GenerationResponse GenerationSentence+2

Neural Generation Meets Real People: Building a Social, Informative Open-Domain Dialogue Agent

2022-07-25 · SIGDIAL (ACL) 2022 9 · Ethan A. Chi, Ashwin Paranjape, Abigail See, Caleb Chiam 외

We present Chirpy Cardinal, an open-domain social chatbot. Aiming to be both informative and conversational, our bot chats with users in an authentic, emotionally intelligent way. By integrating controlled neural generat…

Chatbot

Controlled Cue Generation for Play Scripts

2021-12-13 · Alara Dirik, Hilal Donmez, Pinar Yanardag

In this paper, we use a large-scale play scripts dataset to propose the novel task of theatrical cue generation from dialogues. Using over one million lines of dialogue and cues, we approach the problem of cue generation…

AttributeLanguage ModelingLanguage ModellingText Generation

A Static and Dynamic Attention Framework for Multi Turn Dialogue Generation

2024-10-28 · Wei-Nan Zhang, Yiming Cui, Kaiyan Zhang, Yifa Wang 외

Recently, research on open domain dialogue systems have attracted extensive interests of academic and industrial researchers. The goal of an open domain dialogue system is to imitate humans in conversations. Previous wor…

Dialogue Generation