paper-with-me

홈 › Papers

Multi-Turn Beam Search for Neural Dialogue Modeling

2019-06-01 · Ilia Kulikov, Jason Lee, Kyunghyun Cho

In neural dialogue modeling, a neural network is trained to predict the next utterance, and at inference time, an approximate decoding algorithm is used to generate next utterances given previous ones. While this autoregressive framework allows us to model the whole conversation during training, inference is highly suboptimal, as a wrong utterance can affect future utterances. While beam search yields better results than greedy search does, we argue that it is still greedy in the context of the entire conversation, in that it does not consider future utterances. We propose a novel approach for conversation-level inference by explicitly modeling the dialogue partner and running beam search across multiple conversation turns. Given a set of candidates for next utterance, we unroll the conversation for a number of turns and identify the candidate utterance in the initial hypothesis set that gives rise to the most likely sequence of future utterances. We empirically validate our approach by conducting human evaluation using the Persona-Chat dataset, and find that our multi-turn beam search generates significantly better dialogue responses. We propose three approximations to the partner model, and observe that more informed partner models give better performance.

📄 PDF Abstract BibTeX arXiv:1906.00141

Code (1)

nyu-dl/dl4dial-mt-beam

Similar Papers 제목 키워드 기반

Automatic Generation of Large-scale Multi-turn Dialogues from Reddit

2022-10-01 · COLING 2022 10 · Daniil Huryn, William M. Hutsell, Jinho D. Choi

This paper presents novel methods to automatically convert posts and their comments from discussion forums such as Reddit into multi-turn dialogues. Our methods are generalizable to any forums; thus, they allow us to gen…

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

Importance of Search and Evaluation Strategies in Neural Dialogue Modeling

2018-11-02 · WS 2019 10 · Ilia Kulikov, Alexander H. Miller, Kyunghyun Cho, Jason Weston

We investigate the impact of search strategies in neural dialogue modeling. We first compare two standard search algorithms, greedy and beam search, as well as our newly proposed iterative beam search which produces a mo…

Dialogue GenerationDiversityOpen-Ended Question Answering

ContextQFormer: A New Context Modeling Method for Multi-Turn Multi-Modal Conversations

2025-05-29 · Yiming Lei, Zhizheng Yang, Zeming Liu, Haitao Leng 외

Multi-modal large language models have demonstrated remarkable zero-shot abilities and powerful image-understanding capabilities. However, the existing open-source multi-modal models suffer from the weak capability of mu…

An Empirical Investigation of Pre-Trained Transformer Language Models for Open-Domain Dialogue Generation

2020-03-09 · Piji Li

We present an empirical investigation of pre-trained Transformer-based auto-regressive language models for the task of open-domain dialogue generation. Training paradigm of pre-training and fine-tuning is employed to con…

Dialogue GenerationDiversityText Generation