paper-with-me

홈 › Papers

Inside Out: Evolving User-Centric Core Memory Trees for Long-Term Personalized Dialogue Systems

2026-01-08 · Jihao Zhao, Ding Chen, Zhaoxin Fan, Kerun Xu, Mengting Hu, Bo Tang, Feiyu Xiong, Zhiyu Li arxiv

Existing long-term personalized dialogue systems struggle to reconcile unbounded interaction streams with finite context constraints, often succumbing to memory noise accumulation, reasoning degradation, and persona inconsistency. To address these challenges, this paper proposes Inside Out, a framework that utilizes a globally maintained PersonaTree as the carrier of long-term user profiling. By constraining the trunk with an initial schema and updating the branches and leaves, PersonaTree enables controllable growth, achieving memory compression while preserving consistency. Moreover, we train a lightweight MemListener via reinforcement learning with process-based rewards to produce structured, executable, and interpretable {ADD, UPDATE, DELETE, NO_OP} operations, thereby supporting the dynamic evolution of the personalized tree. During response generation, PersonaTree is directly leveraged to enhance outputs in latency-sensitive scenarios; when users require more details, the agentic mode is triggered to introduce details on-demand under the constraints of the PersonaTree. Experiments show that PersonaTree outperforms full-text concatenation and various personalized memory systems in suppressing contextual noise and maintaining persona consistency. Notably, the small MemListener model achieves memory-operation decision performance comparable to, or even surpassing, powerful reasoning models such as DeepSeek-R1-0528 and Gemini-3-Pro.

📄 PDF Abstract BibTeX arXiv:2601.05171

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningResponse Generation

Similar Papers 제목 키워드 기반

ReflectWorld-MM: An Entity-Oriented Multimodal Memory System for Open-Ended Video Streams

2026-07-06 · Xiaokang Ma, Yifan Sun, Zhihong Jin, Jie Gu 외 arxiv

Building assistants that can continually watch the world, remember what they see, and reason over their accumulated experience is a long-standing goal, and recently multimodal agents equipped with long-term memory over v…

U-Fold: Dynamic Intent-Aware Context Folding for User-Centric Agents

2026-01-26 · Jin Su, Runnan Fang, Yeqiu Li, Xiaobin Wang 외 arxiv

Large language model (LLM)-based agents have been successfully deployed in many tool-augmented settings, but their scalability is fundamentally constrained by context length. Existing context-folding methods mitigate thi…

TensorDIMM: A Practical Near-Memory Processing Architecture for Embeddings and Tensor Operations in Deep Learning

2019-08-08 · Youngeun Kwon, Yunjae Lee, Minsoo Rhu

Recent studies from several hyperscalars pinpoint to embedding layers as the most memory-intensive deep learning (DL) algorithm being deployed in today's datacenters. This paper addresses the memory capacity and bandwidt…

GPURecommendation Systems

PyGim: An Efficient Graph Neural Network Library for Real Processing-In-Memory Architectures

2024-02-26 · Christina Giannoula, Peiming Yang, Ivan Fernandez, Jiacheng Yang 외

Graph Neural Networks (GNNs) are emerging ML models to analyze graph-structure data. Graph Neural Network (GNN) execution involves both compute-intensive and memory-intensive kernels, the latter dominates the total time,…

CPUGPUGraph Neural Network

Beyond the Memory Wall: A Case for Memory-centric HPC System for Deep Learning

2019-02-18 · Youngeun Kwon, Minsoo Rhu

As the models and the datasets to train deep learning (DL) models scale, system architects are faced with new challenges, one of which is the memory capacity bottleneck, where the limited physical memory inside the accel…

Deep Learning