paper-with-me

홈 › Papers

WhenLoss: Diagnosing Write and Retrieval Bottlenecks in Long-Context Memory Systems

2026-05-23 · Jiangnan Yu, Kisson Songqi Lin, Jilong Wu arxiv

Long-context memory systems often fail under fixed budgets, but end-to-end evaluation does not reveal whether evidence was discarded during compression or preserved but never retrieved. We introduce a four-condition diagnostic protocol that evaluates a fixed reader under truncated full context (TFC), oracle evidence (OE), complete stored memory (CSM), and retrieved memory (RM). Under this fixed-budget LongMemEval setup, write-side gaps exceed retrieval-side gaps for most tested baselines, with four of six baselines robustly write-dominant under our default diagnosis margin. Motivated by this diagnosis, we propose Expected Predictive Compression (EPC), which moves the key decision--what information to retain--to write time by using an LLM to anticipate likely future questions and preserve the minimal supporting evidence under the token budget, while leaving retrieval unchanged at question time. Across all 500 LongMemEval questions with three readers (GPT-5.2, Claude Sonnet 4, Gemini 2.5 Pro), EPC achieves the highest CSM scores among all systems (0.49 vs. 0.44 for Summary (LLM), the strongest baseline), reducing Delta_write to 0.04 while leaving Delta_retr comparable to other LLM-based systems. These results suggest that, on this benchmark and evaluation setup, improving what the write stage preserves is a key avenue for performance gains in the tested systems.

📄 PDF Abstract BibTeX arXiv:2605.24579

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Diagnosing Retrieval vs. Utilization Bottlenecks in LLM Agent Memory

2026-03-02 · Boqin Yuan, Yue Su, Kun Yao arxiv

Memory-augmented LLM agents store and retrieve information from prior interactions, yet the relative importance of how memories are written versus how they are retrieved remains unclear. We introduce a diagnostic framewo…

BullingerDB: A Dataset for Handwritten Text Recognition and Writer Retrieval

2026-05-28 · Marco Peer, Anna-Scius Bertrand, Patricia Scheurer, Andreas Fischer arxiv

We present BullingerDB, a large-scale benchmark dataset for historical document analysis based on the correspondence of Heinrich Bullinger (1504-1575). The corpus comprises 20,898 pages and 499,222 text lines written by …

Handwritten Text Recognition

Diagnosing the Fact-Grounding Gap in Multi-Hop Question Answering

2026-09-15 · Kevin Mo, Nathan Mo, Richard Zhu arxiv

Multi-hop question answering requires combining information from multiple documents to answer complex questions. These systems have grown increasingly capable, yet when they fail, the error is typically attributed to not…

Multi-hop Question Answering

CardRewriter: Leveraging Knowledge Cards for Long-Tail Query Rewriting on Short-Video Platforms

2025-10-11 · Peiyuan Gong, Feiran Zhu, Yaqi Yin, Chenglei Dai 외 arxiv

Short-video platforms have rapidly become a new generation of information retrieval systems, where users formulate queries to access desired videos. However, user queries, especially long-tail ones, often suffer from spe…

Information Retrieval

DeepWriter: A Fact-Grounded Multimodal Writing Assistant Based On Offline Knowledge Base

2025-07-14 · Song Mao, Lejun Cheng, Pinlong Cai, Guohang Yan 외 arxiv

Large Language Models (LLMs) have demonstrated remarkable capabilities in various applications. However, their use as writing assistants in specialized domains like finance, medicine, and law is often hampered by a lack …