paper-with-me

홈 › Papers

Cognis: Context-Aware Memory for Conversational AI Agents

2026-03-27 · Parshva Daftari, Khush Patel, Shreyas Kapale, Jithin George, Siva Surendira arxiv

LLM agents lack persistent memory, causing conversations to reset each session and preventing personalization over time. We present Lyzr Cognis, a unified memory architecture for conversational AI agents that addresses this limitation through a multi-stage retrieval pipeline. Cognis combines a dual-store backend pairing OpenSearch BM25 keyword matching with Matryoshka vector similarity search, fused via Reciprocal Rank Fusion. Its context-aware ingestion pipeline retrieves existing memories before extraction, enabling intelligent version tracking that preserves full memory history while keeping the store consistent. Temporal boosting enhances time-sensitive queries, and a BGE-2 cross-encoder reranker refines final result quality. We evaluate Cognis on two independent benchmarks -- LoCoMo and LongMemEval -- across eight answer generation models, demonstrating state-of-the-art performance on both. The system is open-source and deployed in production serving conversational AI applications.

📄 PDF Abstract BibTeX arXiv:2604.19771

Code (0)

등록된 구현이 없습니다.

Tasks

Answer Generation

Similar Papers 제목 키워드 기반

From LLM to Conversational Agent: A Memory Enhanced Architecture with Fine-Tuning of Large Language Models

2024-01-05 · Na Liu, Liangyu Chen, Xiaoyu Tian, Wei Zou 외

This paper introduces RAISE (Reasoning and Acting through Scratchpad and Examples), an advanced architecture enhancing the integration of Large Language Models (LLMs) like GPT-4 into conversational agents. RAISE, an enha…

Memory Makes the Difference: Evaluating How Different Memory Roles Shape Conversational Agents

2026-06-24 · Yuxin Wang, Paul Thomas, Zhiwei Yu, Yuan Gao 외 arxiv

Prior research on memory mechanism in RAG-based conversational system has emphasized how memory is stored and retrieved. However, far less is known about how memories with different functional roles influence response qu…

Evaluating Long-Term Memory for Long-Context Question Answering

2025-10-27 · Alessandra Terranova, Björn Ross, Alexandra Birch arxiv

In order for large language models to achieve true conversational continuity and benefit from experiential learning, they need memory. While research has focused on the development of complex memory systems, it remains u…

Question Answering

ThinkFlow: Self-Evolving Probabilistic Latent Memory for Lifelong Conversational Agents

2026-09-15 · Cai Ke, Xin Liu, Han Zhang, Jiangyue Yan 외 arxiv

Lifelong conversational agents rely on memory systems to maintain deep, context-aware interactions with users. However, existing explicit textual memory pipelines suffer from a severe information bottleneck, often losing…

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, re…