paper-with-me

Papers

Stateful Memory-Augmented Transformers for Efficient Dialogue Modeling

2022-09-15 · Qingyang Wu, Zhou Yu

Transformer encoder-decoder models have achieved great performance in dialogue generation tasks, however, their inability to process long dialogue history often leads to truncation of the context To address this problem, we propose a novel memory-augmented transformer that is compatible with existing pre-trained encoder-decoder models and enables efficient preservation of the dialogue history information. By incorporating a separate memory module alongside the pre-trained transformer, the model can effectively interchange information between the memory states and the current input context. We evaluate our model on three dialogue datasets and two language modeling datasets. Experimental results show that our method has achieved superior efficiency and performance compared to other pre-trained Transformer baselines.

📄 PDF Abstract BibTeX arXiv:2209.07634

Code (1)

qywu/memformers 공식 구현 pytorch

Tasks

DecoderDialogue GenerationLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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 제목 키워드 기반

Memory-augmented Dialogue Management for Task-oriented Dialogue Systems

2018-05-01 · Zheng Zhang, Minlie Huang, Zhongzhou Zhao, Feng Ji 외

Dialogue management (DM) decides the next action of a dialogue system according to the current dialogue state, and thus plays a central role in task-oriented dialogue systems. Since dialogue management requires to have a…

Dialogue ManagementManagementTask-Oriented Dialogue Systems

Recurrent Memory-Augmented Transformers with Chunked Attention for Long-Context Language Modeling

2025-07-01 · Ankit Kashyap arxiv

We present a Transformer architecture for long-context language modeling that combines global attention with two biologically inspired components: chunked local attention and a gated FIFO memory mechanism. This unified a…

Code Completion

Memory-Augmented Generative Adversarial Transformers

2024-02-29 · Stephan Raaijmakers, Roos Bakker, Anita Cremers, Roy de Kleijn 외

Conversational AI systems that rely on Large Language Models, like Transformers, have difficulty interweaving external data (like facts) with the language they generate. Vanilla Transformer architectures are not designed…

Generative Adversarial Network

WorldLines: Benchmarking and Modeling Long-Horizon Stateful Embodied Agents

2026-06-17 · Yehang Zhang, Jianchong Su, Haojian Huang, Yifan Chang 외 arxiv

To assist humans over extended periods in real homes, embodied agents must remember user routines, world states, and past interactions. Existing long-term memory benchmarks mainly evaluate language-centric retrieval and …

Question Answering

Emotion-Attended Stateful Memory (EASM):The Architecture for Hyper-Personalization at Scale

2026-05-14 · Vineet Kotecha, Vansh Gupta arxiv

Current language model systems remain fundamentally stateless across sessions, limiting their ability to personalize interactions over time. While retrieval-augmented generation and fine-tuning improve knowledge access a…