paper-with-me

Papers

LongMemEval: Benchmarking Chat Assistants on Long-Term Interactive Memory

2024-10-14 · Di wu, Hongwei Wang, Wenhao Yu, Yuwei Zhang, Kai-Wei Chang, Dong Yu

Recent large language model (LLM)-driven chat assistant systems have integrated memory components to track user-assistant chat histories, enabling more accurate and personalized responses. However, their long-term memory capabilities in sustained interactions remain underexplored. This paper introduces LongMemEval, a comprehensive benchmark designed to evaluate five core long-term memory abilities of chat assistants: information extraction, multi-session reasoning, temporal reasoning, knowledge updates, and abstention. With 500 meticulously curated questions embedded within freely scalable user-assistant chat histories, LongMemEval presents a significant challenge to existing long-term memory systems, with commercial chat assistants and long-context LLMs showing 30% accuracy drop on memorizing information across sustained interactions. We then present a unified framework that breaks down the long-term memory design into four design choices across the indexing, retrieval, and reading stages. Built upon key experimental insights, we propose several memory designs including session decomposition for optimizing value granularity, fact-augmented key expansion for enhancing the index structure, and time-aware query expansion for refining the search scope. Experiment results show that these optimizations greatly improve both memory recall and downstream question answering on LongMemEval. Overall, our study provides valuable resources and guidance for advancing the long-term memory capabilities of LLM-based chat assistants, paving the way toward more personalized and reliable conversational AI.

📄 PDF Abstract BibTeX arXiv:2410.10813

Code (1)

xiaowu0162/longmemeval 공식 구현 pytorch

Tasks

BenchmarkingLarge Language ModelQuestion Answering

Similar Papers 제목 키워드 기반

LatentPress: Context Compression Beyond Text and Vision

2026-09-01 · Zhengze Zhou, Hejian Sang hf

Compressed context is usually carried as human-readable text or as rendered images that must be decoded, even when its consumer is a language model. We introduce LatentPress, which writes conversational histories and lon…

Text Summarization

MemX: A Local-First Long-Term Memory System for AI Assistants

2026-03-17 · Lizheng Sun arxiv

We present MemX, a local-first long-term memory system for AI assistants with stability-oriented retrieval design. MemX is implemented in Rust on top of libSQL and an OpenAI-compatible embedding API, providing persistent…

Evaluating Chatbots to Promote Users' Trust -- Practices and Open Problems

2023-09-09 · Biplav Srivastava, Kausik Lakkaraju, Tarmo Koppel, Vignesh Narayanan 외

Chatbots, the common moniker for collaborative assistants, are Artificial Intelligence (AI) software that enables people to naturally interact with them to get tasks done. Although chatbots have been studied since the da…

ChatbotLanguage ModelingLanguage ModellingLarge Language Model

Deceptive Patterns of Intelligent and Interactive Writing Assistants

2024-04-14 · Karim Benharrak, Tim Zindulka, Daniel Buschek

Large Language Models have become an integral part of new intelligent and interactive writing assistants. Many are offered commercially with a chatbot-like UI, such as ChatGPT, and provide little information about their …

Chatbot

LLM Spirals of Delusion: A Benchmarking Audit Study of AI Chatbot Interfaces

2026-02-20 · Peter Kirgis, Ben Hawriluk, Sherrie Feng, Aslan Bilimer 외 arxiv

People increasingly hold sustained, open-ended conversations with large language models (LLMs). Public reports and early studies suggest that, in such settings, models can reinforce delusional or conspiratorial ideation …