paper-with-me

Papers

MMAG: Mixed Memory-Augmented Generation for Large Language Models Applications

2025-12-01 · Stefano Zeppieri arxiv

Large Language Models (LLMs) excel at generating coherent text within a single prompt but fall short in sustaining relevance, personalization, and continuity across extended interactions. Human communication, however, relies on multiple forms of memory, from recalling past conversations to adapting to personal traits and situational context. This paper introduces the Mixed Memory-Augmented Generation (MMAG) pattern, a framework that organizes memory for LLM-based agents into five interacting layers: conversational, long-term user, episodic and event-linked, sensory and context-aware, and short-term working memory. Drawing inspiration from cognitive psychology, we map these layers to technical components and outline strategies for coordination, prioritization, and conflict resolution. We demonstrate the approach through its implementation in the Heero conversational agent, where encrypted long-term bios and conversational history already improve engagement and retention. We further discuss implementation concerns around storage, retrieval, privacy, and latency, and highlight open challenges. MMAG provides a foundation for building memory-rich language agents that are more coherent, proactive, and aligned with human needs.

📄 PDF Abstract BibTeX arXiv:2512.01710

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GeoMMBench and GeoMMAgent: Toward Expert-Level Multimodal Intelligence in Geoscience and Remote Sensing

2026-04-10 · Aoran Xiao, Shihao Cheng, Yonghao Xu, Yexian Ren 외 arxiv

Recent advances in multimodal large language models (MLLMs) have accelerated progress in domain-oriented AI, yet their development in geoscience and remote sensing (RS) remains constrained by distinctive challenges: wide…

GRAPHGPT-O: Synergistic Multimodal Comprehension and Generation on Graphs

2025-02-17 · CVPR 2025 1 · Yi Fang, Bowen Jin, Jiacheng Shen, Sirui Ding 외

The rapid development of Multimodal Large Language Models (MLLMs) has enabled the integration of multiple modalities, including texts and images, within the large language model (LLM) framework. However, texts and images…

Image GenerationLanguage ModelingLanguage ModellingLarge Language Model

MMAgent-R$^2$: Learning to Rerank and Reject for Agentic mRAG

2026-07-08 · Tao Zhang, Ziqi Zhang, Zongyang Ma, Yuxin Yang 외 arxiv

Knowledge-based Visual Question Answering (KB-VQA) requires models to retrieve visual entities matching the query image from large-scale encyclopedic knowledge bases and answer related questions. Existing multimodal Retr…

Visual Question AnsweringAnswer Generation

RUMI: Rummaging Using Mutual Information

2024-08-19 · Sheng Zhong, Nima Fazeli, Dmitry Berenson

This paper presents Rummaging Using Mutual Information (RUMI), a method for online generation of robot action sequences to gather information about the pose of a known movable object in visually-occluded environments. Fo…

Model Predictive ControlObjectPose Estimation

Towards Mixed-Modal Retrieval for Universal Retrieval-Augmented Generation

2025-10-20 · Chenghao Zhang, Guanting Dong, Xinyu Yang, Zhicheng Dou arxiv

Retrieval-Augmented Generation (RAG) has emerged as a powerful paradigm for enhancing large language models (LLMs) by retrieving relevant documents from an external corpus. However, existing RAG systems primarily focus o…