paper-with-me

Papers

Controllable Dialogue Generation with Disentangled Multi-grained Style Specification and Attribute Consistency Reward

2021-09-14 · Zhe Hu, Zhiwei Cao, Hou Pong Chan, Jiachen Liu, Xinyan Xiao, Jinsong Su, Hua Wu

Controllable text generation is an appealing but challenging task, which allows users to specify particular attributes of the generated outputs. In this paper, we propose a controllable dialogue generation model to steer response generation under multi-attribute constraints. Specifically, we define and categorize the commonly used control attributes into global and local ones, which possess different granularities of effects on response generation. Then, we significantly extend the conventional seq2seq framework by introducing a novel two-stage decoder, which first uses a multi-grained style specification layer to impose the stylistic constraints and determine word-level control states of responses based on the attributes, and then employs a response generation layer to generate final responses maintaining both semantic relevancy to the contexts and fidelity to the attributes. Furthermore, we train our model with an attribute consistency reward to promote response control with explicit supervision signals. Extensive experiments and in-depth analyses on two datasets indicate that our model can significantly outperform competitive baselines in terms of response quality, content diversity and controllability.

📄 PDF Abstract BibTeX arXiv:2109.06717

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeDecoderDialogue GenerationDiversityResponse GenerationText Generation

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Seen to Unseen: Exploring Compositional Generalization of Multi-Attribute Controllable Dialogue Generation

2023-06-17 · Weihao Zeng, Lulu Zhao, Keqing He, Ruotong Geng 외

Existing controllable dialogue generation work focuses on the single-attribute control and lacks generalization capability to out-of-distribution multiple attribute combinations. In this paper, we explore the composition…

AttributeDialogue GenerationDisentanglement

DEMO: Disentangled Motion Latent Flow Matching for Fine-Grained Controllable Talking Portrait Synthesis

2025-10-12 · Peiyin Chen, Zhuowei Yang, Hui Feng, Sheng Jiang 외 arxiv

Audio-driven talking-head generation has advanced rapidly with diffusion-based generative models, yet producing temporally coherent videos with fine-grained motion control remains challenging. We propose DEMO, a flow-mat…

Disentangled GANs for Controllable Generation of High-Resolution Images

2019-09-25 · Weili Nie, Tero Karras, Animesh Garg, Shoubhik Debhath 외

Generative adversarial networks (GANs) have achieved great success at generating realistic samples. However, achieving disentangled and controllable generation still remains challenging for GANs, especially in the high-r…

DisentanglementVocal Bursts Intensity Prediction

Semi-Supervised StyleGAN for Disentanglement Learning

2020-03-06 · ICML 2020 1 · Weili Nie, Tero Karras, Animesh Garg, Shoubhik Debnath 외

Disentanglement learning is crucial for obtaining disentangled representations and controllable generation. Current disentanglement methods face several inherent limitations: difficulty with high-resolution images, prima…

DisentanglementRepresentation Learning

StylePTB: A Compositional Benchmark for Fine-grained Controllable Text Style Transfer

2021-04-12 · NAACL 2021 4 · Yiwei Lyu, Paul Pu Liang, Hai Pham, Eduard Hovy 외

Text style transfer aims to controllably generate text with targeted stylistic changes while maintaining core meaning from the source sentence constant. Many of the existing style transfer benchmarks primarily focus on i…

BenchmarkingSentenceStyle TransferText Generation+1