paper-with-me

홈 › Papers

Aging Memories Generate More Fluent Dialogue Responses with Memory Augmented Neural Networks

2019-11-19 · Omar U. Florez, Erik Mueller

Memory Networks have emerged as effective models to incorporate Knowledge Bases (KB) into neural networks. By storing KB embeddings into a memory component, these models can learn meaningful representations that are grounded to external knowledge. However, as the memory unit becomes full, the oldest memories are replaced by newer representations. In this paper, we question this approach and provide experimental evidence that conventional Memory Networks store highly correlated vectors during training. While increasing the memory size mitigates this problem, this also leads to overfitting as the memory stores a large number of training latent representations. To address these issues, we propose a novel regularization mechanism named memory dropout which 1) Samples a single latent vector from the distribution of redundant memories. 2) Ages redundant memories thus increasing their probability of overwriting them during training. This fully differentiable technique allows us to achieve state-of-the-art response generation in the Stanford Multi-Turn Dialogue and Cambridge Restaurant datasets.

📄 PDF Abstract BibTeX arXiv:1911.08522

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue GenerationResponse Generation

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

SHARE: Shared Memory-Aware Open-Domain Long-Term Dialogue Dataset Constructed from Movie Script

2024-10-28 · Eunwon Kim, Chanho Park, Buru Chang

Shared memories between two individuals strengthen their bond and are crucial for facilitating their ongoing conversations. This study aims to make long-term dialogue more engaging by leveraging these shared memories. To…

DialGuide: Aligning Dialogue Model Behavior with Developer Guidelines

2022-12-20 · Prakhar Gupta, Yang Liu, Di Jin, Behnam Hedayatnia 외

Dialogue models are able to generate coherent and fluent responses, but they can still be challenging to control and may produce non-engaging, unsafe results. This unpredictability diminishes user trust and can hinder th…

modelResponse Generation

DiSCoL: Toward Engaging Dialogue Systems through Conversational Line Guided Response Generation

2021-02-03 · NAACL 2021 4 · Sarik Ghazarian, Zixi Liu, Tuhin Chakrabarty, Xuezhe Ma 외

Having engaging and informative conversations with users is the utmost goal for open-domain conversational systems. Recent advances in transformer-based language models and their applications to dialogue systems have suc…

Response Generation

MGRetrieval: Memory-Guided Reflective Retrieval for Long-Term Dialogue Agents

2026-05-22 · Tan Wang, Yunwei Dong arxiv

Large Language Models (LLMs) have made significant progress in dialogue, yet redundant memory contexts severely limit their effectiveness in long-term dialogue agents. External memory systems have been proposed to improv…

Enhancing Dialogue Generation in Werewolf Game Through Situation Analysis and Persuasion Strategies

2024-08-29 · Zhiyang Qi, Michimasa Inaba

Recent advancements in natural language processing, particularly with large language models (LLMs) like GPT-4, have significantly enhanced dialogue systems, enabling them to generate more natural and fluent conversations…

Dialogue GenerationPersuasion StrategiesResponse Generation