Keep It InMind: Benchmarking the Implicit-Association Blind Spot in Agent Memory

AuthorsRuizhe Li, Mingxuan Du, Benfeng Xu, Zhendong Mao

arXiv 20262026

TL;DR

Keep It InMind shows that query-conditioned retrieval creates an implicit-association blind spot, with 84.0% in-context indirect accuracy vs at most 16.0% under retrieval.

SharePost on XLinkedIn

Read our summary here, or open the publisher PDF on the next tab.

THE PROBLEM

Implicit-association blind spot: 84.0% vs 16.0% on indirect queries

Keep It InMind shows that agents answer 84.0% of indirect queries when the decisive memory is in context, but only up to 16.0% when it must be retrieved.

This implicit-association blind spot means systems like HippoRAG 2, A-Mem, xMemory, and A-RAG recall facts on demand yet fail to apply them, recommending unsafe answers such as macarons to users with tree nut allergy.

HOW IT WORKS

InMind benchmark and paired controls

Keep It InMind builds the InMind benchmark with 125 tasks and paired controls: Naive query, Indirect query, and Target recall to separate storage, knowledge, and retrieval failures.

Think of InMind as a stress test where a long-term memory store is disk, the always-visible profile is RAM, and the indirect query is a safety-critical interrupt that must see the right facts.

This design lets Keep It InMind pinpoint that the query-conditioned retrieval interface, not storage or backbone knowledge, causes the 84.0% to 16.0% collapse on implicit associations.

DIAGRAM

Indirect query vs naive recall interaction

This diagram shows how Keep It InMind tests systems with a naive direct query and then an indirect query to separate storage from application.

DIAGRAM

InMind evaluation pipeline across systems

This diagram shows how Keep It InMind injects memories into LME-s, then evaluates six memory systems plus controls on naive, recall, and application metrics.

PROCESS

How Keep It InMind Handles an InMind Task

  1. 01

    Task Extraction

    Keep It InMind uses task extraction to build a user fact, naive query, indirect query, and source-grounded bridge from public chunks, enforced by strict prompts.

  2. 02

    Similarity Filtering

    Keep It InMind applies BM25 and MiniLM similarity filtering so the decisive memory has no lexical or dense cue to the indirect query, ensuring true implicit associations.

  3. 03

    Conflict and Expert Verification

    Keep It InMind runs conflict checks against the LME-s persona and expert verification to confirm each bridge is factual, answer-changing, and free of overt retrieval cues.

  4. 04

    Evaluation Protocol

    Keep It InMind injects the memory into LME-s, lets 38 sessions pass, then issues naive and indirect queries to systems, scoring Naive recall, Target recall, and Application.

KEY CONTRIBUTIONS

Key Contributions

  • 01

    Defining the implicit-association blind spot

    Keep It InMind formalizes the retrieval hypothesis and shows it fails on implicit associations where relevance is created by a knowledge bridge absent from both memory and query.

  • 02

    InMind benchmark with paired controls

    Keep It InMind introduces InMind, a 125-task benchmark with 113 source-grounded tasks and paired Naive, In-context backbone, and Target recall controls to separate storage, knowledge, and retrieval failures.

  • 03

    Locating failure in query-conditioned interfaces

    Keep It InMind shows six memory systems recall facts on demand at up to 100.0% yet reach at most 14.4% indirect application, while a minimal always-in-state probe recovers 68.8%.

RESULTS

By the Numbers

Naive recall

100.0%

+16.0 over MemoryOS emb3-large

Target Recall

12.0%

A-Mem with text-embedding-3-large

Application

14.4%

MemoryOS with text-embedding-3-large on InMind

Backbone indirect

84.0%

vs best retrieval configuration at 16.0% on InMind

Keep It InMind evaluates six memory systems plus Naive RAG and a backbone control on the InMind benchmark. The 84.0% backbone indirect accuracy vs at most 16.0% retrieval application proves that query-conditioned interfaces, not storage or backbone knowledge, cause most failures on implicit associations.

BENCHMARK

By the Numbers

Keep It InMind evaluates six memory systems plus Naive RAG and a backbone control on the InMind benchmark. The 84.0% backbone indirect accuracy vs at most 16.0% retrieval application proves that query-conditioned interfaces, not storage or backbone knowledge, cause most failures on implicit associations.

BENCHMARK

Indirect Application Accuracy on InMind

Indirect application (%) for backbone vs representative retrieval systems on the 125-task InMind benchmark.

KEY INSIGHT

The Counterintuitive Finding

Keep It InMind finds that six memory systems recall injected facts on demand at up to 100.0% naive accuracy yet apply them under indirect queries at no more than 14.4%.

This is counterintuitive because users and builders assume that correct direct recall implies correct application, but Keep It InMind shows a 68.0 percentage-point gap between the 84.0% backbone and the 16.0% best retrieval configuration.

WHY IT MATTERS

What this unlocks for the field

Keep It InMind gives the field a precise diagnostic for when long-term memory fails silently, separating storage, backbone knowledge, and retrieval interface errors on implicit associations.

With InMind and the always-in-state probe, builders can now measure and target routing decisions—what must stay visible in state versus live only in retrieval—rather than just improving similarity search or storage capacity.

~12 min read← Back to papers

Related papers

BenchmarkAgent Memory

Active Context Compression: Autonomous Memory Management in LLM Agents

Nikhil Verma

· 2026

Focus Agent adds start_focus, complete_focus, a persistent Knowledge block, and an optimized Persistent Bash plus String-Replace Editor scaffold to actively compress context during long software-engineering tasks. On five hard SWE-bench Lite instances against a Baseline ReAct agent, Focus Agent achieves 22.7% token reduction (14.9M → 11.5M) while matching 3/5 = 60% task success.

Agent Memory

ActMem: Bridging the Gap Between Memory Retrieval and Reasoning in LLM Agents

Xiaohui Zhang, Zequn Sun et al.

· 2026

ActMem transforms dialogue history into atomic facts via Memory Fact Extraction, groups them with Fact Clustering, links them through a Memory KG Construction module, and uses Counterfactual-based Retrieval and Reasoning for action-aware answers. On ActMemEval, ActMem reaches 76.52% QA accuracy with DeepSeek-V3, beating LightMem’s 63.97% by 12.55 points and NaiveRAG’s 61.54%.

Questions about this paper?

Paper: Keep It InMind: Benchmarking the Implicit-Association Blind Spot in Agent Memory

Answers use this explainer on Memory Papers.

Checking…