paper-with-me

Papers

MEMD: A Diversity-Promoting Learning Framework for Short-Text Conversation

2018-08-01 · COLING 2018 8 · Meng Zou, Xihan Li, Haokun Liu, Zhi-Hong Deng

Neural encoder-decoder models have been widely applied to conversational response generation, which is a research hot spot in recent years. However, conventional neural encoder-decoder models tend to generate commonplace responses like {``}I don{'}t know{''} regardless of what the input is. In this paper, we analyze this problem from a new perspective: latent vectors. Based on it, we propose an easy-to-extend learning framework named MEMD (Multi-Encoder to Multi-Decoder), in which an auxiliary encoder and an auxiliary decoder are introduced to provide necessary training guidance without resorting to extra data or complicating network{'}s inner structure. Experimental results demonstrate that our method effectively improve the quality of generated responses according to automatic metrics and human evaluations, yielding more diverse and smooth replies.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Conversational Response GenerationDecoderDiversityResponse GenerationShort-Text Conversation

Similar Papers 제목 키워드 기반

Memory-enhanced Decoder for Neural Machine Translation

2016-06-07 · EMNLP 2016 11 · Mingxuan Wang, Zhengdong Lu, Hang Li, Qun Liu

We propose to enhance the RNN decoder in a neural machine translator (NMT) with external memory, as a natural but powerful extension to the state in the decoding RNN. This memory-enhanced RNN decoder is called \textsc{Me…

DecoderMachine TranslationNMTSentence+1

MeMDLM: De Novo Membrane Protein Design with Masked Discrete Diffusion Protein Language Models

2024-10-22 · Shrey Goel, Vishrut Thoutam, Edgar Mariano Marroquin, Aaron Gokaslan 외

Masked Diffusion Language Models (MDLMs) have recently emerged as a strong class of generative models, paralleling state-of-the-art (SOTA) autoregressive (AR) performance across natural language modeling domains. While t…

Language ModelingLanguage ModellingProtein Design

MemDLM: Memory-Enhanced DLM Training

2026-03-23 · Zehua Pei, Hui-Ling Zhen, Weizhe Lin, Sinno Jialin Pan 외 arxiv

Diffusion Language Models (DLMs) offer attractive advantages over Auto-Regressive (AR) models, such as full-attention parallel decoding and flexible generation. However, standard DLM training uses a static, single-step m…

MemDreamer: Decoupling Perception and Reasoning for Long Video Understanding via Hierarchical Graph Memory and Agentic Retrieval Mechanism

2026-06-05 · Cong Chen, Guo Gan, Kaixiang Ji, ZhaoYang Zhang 외 arxiv

Current Vision-Language Models struggle with hours-long videos because processing full-length visual sequences induces prohibitive token explosion and attention dilution. To overcome this, we introduce MemDreamer to deco…

MemDefrag: Latent Memory Defragmentation for Large Language Models

2026-07-07 · Ruiyi Yan, Zhuoyuan Mao, Yiwen Guo arxiv

Latent memory, which stores past knowledge fragments as per-layer hidden states, has emerged as a promising paradigm (e.g., MemoryLLM and M+) for long-term memory in large language models (LLMs). However, the paradigm su…