paper-with-me

홈 › Papers

Memoria: A Scalable Agentic Memory Framework for Personalized Conversational AI

2025-12-14 · Samarth Sarin, Lovepreet Singh, Bhaskarjit Sarmah, Dhagash Mehta arxiv

Agentic memory is emerging as a key enabler for large language models (LLM) to maintain continuity, personalization, and long-term context in extended user interactions, critical capabilities for deploying LLMs as truly interactive and adaptive agents. Agentic memory refers to the memory that provides an LLM with agent-like persistence: the ability to retain and act upon information across conversations, similar to how a human would. We present Memoria, a modular memory framework that augments LLM-based conversational systems with persistent, interpretable, and context-rich memory. Memoria integrates two complementary components: dynamic session-level summarization and a weighted knowledge graph (KG)-based user modelling engine that incrementally captures user traits, preferences, and behavioral patterns as structured entities and relationships. This hybrid architecture enables both short-term dialogue coherence and long-term personalization while operating within the token constraints of modern LLMs. We demonstrate how Memoria enables scalable, personalized conversational artificial intelligence (AI) by bridging the gap between stateless LLM interfaces and agentic memory systems, offering a practical solution for industry applications requiring adaptive and evolving user experiences.

📄 PDF Abstract BibTeX arXiv:2512.12686

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PersonaMem-v2: Towards Personalized Intelligence via Learning Implicit User Personas and Agentic Memory

2025-12-07 · Bowen Jiang, Yuan Yuan, Maohao Shen, Zhuoqun Hao 외 arxiv

Personalization is one of the next milestones in advancing AI capability and alignment. We introduce PersonaMem-v2, the state-of-the-art dataset for LLM personalization that simulates 1,000 realistic user-chatbot interac…

Memoria: Resolving Fateful Forgetting Problem through Human-Inspired Memory Architecture

2023-10-04 · Sangjun Park, JinYeong Bak

Making neural networks remember over the long term has been a longstanding issue. Although several external memory techniques have been introduced, most focus on retaining recent information in the short term. Regardless…

Language ModelingLanguage Modellingtext-classificationText Classification

From Correctness to Preference: A Framework for Personalized Agentic Reinforcement Learning

2026-05-22 · Ranxu zhang, zeyang li, Jiacheng Huang, Rui Zhang 외 arxiv

Agentic reinforcement learning (Agentic RL) has achieved strong progress in tasks with clear success signals. However, many real-world agent applications require user-conditioned behavior: the same query may call for dif…

Reinforcement Learning

The AI Hippocampus: How Far are We From Human Memory?

2026-01-14 · Zixia Jia, Jiaqi Li, Yipeng Kang, Yuxuan Wang 외 arxiv

Memory plays a foundational role in augmenting the reasoning, adaptability, and contextual fidelity of modern Large Language Models and Multi-Modal LLMs. As these models transition from static predictors to interactive s…

Continual Learning

DeepTutor: Towards Agentic Personalized Tutoring

2026-04-10 · Bingxi Zhao, Jiahao Zhang, Xubin Ren, Zirui Guo 외 arxiv

Education is one of the most promising real-world applications for Large Language Models (LLMs). However, current LLMs rely on static pre-training knowledge and lack adaptation to individual learners, while existing RAG …

Question Generation