paper-with-me

홈 › Papers

Learning to Plan and Realize Separately for Open-Ended Dialogue Systems

2020-09-26 · Findings of the Association for Computational Linguistics 2020 · Sashank Santhanam, Zhuo Cheng, Brodie Mather, Bonnie Dorr, Archna Bhatia, Bryanna Hebenstreit, Alan Zemel, Adam Dalton, Tomek Strzalkowski, Samira Shaikh

Achieving true human-like ability to conduct a conversation remains an elusive goal for open-ended dialogue systems. We posit this is because extant approaches towards natural language generation (NLG) are typically construed as end-to-end architectures that do not adequately model human generation processes. To investigate, we decouple generation into two separate phases: planning and realization. In the planning phase, we train two planners to generate plans for response utterances. The realization phase uses response plans to produce an appropriate response. Through rigorous evaluations, both automated and human, we demonstrate that decoupling the process into planning and realization performs better than an end-to-end approach.

📄 PDF Abstract BibTeX arXiv:2009.12506

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Policy-Driven Neural Response Generation for Knowledge-Grounded Dialogue Systems

2020-05-26 · Behnam Hedayatnia, Karthik Gopalakrishnan, Seokhwan Kim, Yang Liu 외

Open-domain dialogue systems aim to generate relevant, informative and engaging responses. Seq2seq neural response generation approaches do not have explicit mechanisms to control the content or style of the generated re…

Response GenerationSentence

Semantic-Enhanced Explainable Finetuning for Open-Domain Dialogues

2021-06-06 · Yinhe Zheng, Yida Wang, Pei Ke, Zhenyu Yang 외

This paper propose to combine pretrained language models with the modular dialogue paradigm for open-domain dialogue modeling. Our method, semantic-enhanced finetuning, instantiates conversation understanding, planning, …

InformativenessLanguage ModelingLanguage ModellingResponse Generation

Event Transition Planning for Open-ended Text Generation

2022-04-20 · Findings (ACL) 2022 5 · Qintong Li, Piji Li, Wei Bi, Zhaochun Ren 외

Open-ended text generation tasks, such as dialogue generation and story completion, require models to generate a coherent continuation given limited preceding context. The open-ended nature of these tasks brings new chal…

Dialogue GenerationDiversityStory CompletionText Generation

Dynamic Planning in Open-Ended Dialogue using Reinforcement Learning

2022-07-25 · Deborah Cohen, MoonKyung Ryu, Yinlam Chow, Orgad Keller 외

Despite recent advances in natural language understanding and generation, and decades of research on the development of conversational bots, building automated agents that can carry on rich open-ended conversations with …

Natural Language Understandingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

PyOpenDial: A Python-based Domain-Independent Toolkit for Developing Spoken Dialogue Systems with Probabilistic Rules

2019-11-01 · IJCNLP 2019 11 · Youngsoo Jang, Jongmin Lee, Jaeyoung Park, Kyeng-Hun Lee 외

We present PyOpenDial, a Python-based domain-independent, open-source toolkit for spoken dialogue systems. Recent advances in core components of dialogue systems, such as speech recognition, language understanding, dialo…

Deep LearningDialogue ManagementDialogue State TrackingManagement+4