Skip to main content

ImplicitMemBench: Measuring Unconscious Behavioral Adaptation in Large Language Models

AuthorsChonghan Qin et al.
Year2026
HF Upvotes5
arXiv2604.08064
PDFDownload
HF PageView on Hugging Face

Abstract

Existing memory benchmarks for LLM agents evaluate explicit recall of facts, yet overlook implicit memory where experience becomes automated behavior without conscious retrieval. This gap is critical: effective assistants must automatically apply learned procedures or avoid failed actions without explicit reminders. We introduce ImplicitMemBench, the first systematic benchmark evaluating implicit memory through three cognitively grounded constructs drawn from standard cognitive-science accounts of non-declarative memory: Procedural Memory (one-shot skill acquisition after interference), Priming (theme-driven bias via paired experimental/control instances), and Classical Conditioning (Conditioned Stimulus--Unconditioned Stimulus (CS--US) associations shaping first decisions). Our 300-item suite employs a unified Learning/Priming-Interfere-Test protocol with first-attempt scoring. Evaluation of 17 models reveals severe limitations: no model exceeds 66% overall, with top performers DeepSeek-R1 (65.3%), Qwen3-32B (64.1%), and GPT-5 (63.0%) far below human baselines. Analysis uncovers dramatic asymmetries (inhibition 17.6% vs. preference 75.0%) and universal bottlenecks requiring architectural innovations beyond parameter scaling. ImplicitMemBench reframes evaluation from "what agents recall" to "what they automatically enact".


Engineering Breakdown

Plain English

This paper introduces ImplicitMemBench, the first benchmark designed to measure how well large language model agents learn and retain implicit memories—behaviors and procedures that become automatic without requiring conscious recall. Unlike existing LLM memory benchmarks that focus on explicit fact retrieval, ImplicitMemBench evaluates three cognitively grounded types of implicit memory: procedural memory (learning a skill in one shot despite interference), priming (theme-driven biases shaped by paired examples), and classical conditioning (learning associations between stimuli that influence first decisions). The benchmark contains 300 items drawn from cognitive science literature on non-declarative memory. This addresses a critical gap in agent evaluation: production assistants must automatically apply learned procedures and avoid failed actions without explicit reminders, yet current benchmarks don't measure this capability.

Core Technical Contribution

The core contribution is the systematic operationalization of implicit memory—a well-studied concept in cognitive psychology—into a quantifiable benchmark for evaluating LLM agent behavior. Rather than inventing a new algorithm, the authors translate three specific, cognitively-grounded constructs (procedural memory, priming, and classical conditioning) into measurable test scenarios that LLM agents face. This bridges a fundamental gap: existing memory benchmarks measure declarative (explicit) memory through fact recall, but ImplicitMemBench measures non-declarative (implicit) memory through behavioral adaptation. The novelty lies in recognizing that LLM agents need evaluation on implicit learning—the kind of memory that manifests as changed behavior without explicit retrieval—and building a systematic benchmark with cognitive science grounding rather than ad-hoc test cases.

How It Works

ImplicitMemBench evaluates implicit memory through three parallel evaluation tracks, each with a distinct cognitive mechanism. For procedural memory, the benchmark presents agents with a one-shot skill acquisition task where the agent must learn a new procedure (e.g., a specific formatting rule or workflow) and then apply it correctly even after exposure to interfering information—testing whether the learned procedure becomes automatic. For priming, the benchmark uses paired experimental and control instances where the agent is exposed to themed examples that bias its behavior toward certain outputs, measuring whether this thematic exposure changes decision-making without explicit instruction. For classical conditioning, the benchmark constructs CS-US (conditioned stimulus-unconditioned stimulus) associations where an agent learns that certain contextual cues predict certain outcomes, then measures whether the agent's first decision in a new scenario reflects those learned associations. Across all three tracks, the 300-item benchmark measures whether agents demonstrate behavioral change and automation without requiring explicit reminders or prompt engineering.

Production Impact

For production LLM agent systems, ImplicitMemBench directly addresses a critical failure mode: agents that can retrieve facts but fail to apply learned procedures or automatically avoid errors. A production assistant that forgets a user's formatting preference after one example, or that repeats mistakes despite pattern evidence, creates poor user experience and erodes trust. Using this benchmark in your evaluation pipeline would help identify agents that genuinely learn from experience versus those that superficially appear to remember. In deployment, this means you could measure whether fine-tuning, in-context learning, or architectural changes actually lead to implicit behavioral adaptation—the kind that matters in real conversations where users don't want to repeat instructions. The trade-off is that ImplicitMemBench requires careful scenario design and cognitive-science-informed metrics rather than simple token-matching evaluation, adding complexity to your eval pipeline, but the payoff is measuring the types of learning that users actually care about.

Limitations and When Not to Use This

The paper is incomplete in the abstract provided, so full limitations are unclear, but several obvious constraints exist: ImplicitMemBench measures implicit learning through controlled experimental scenarios, which may not reflect the messy, multi-step learning that happens in production agent interactions with real users over long timespans. The benchmark assumes that the three constructs from cognitive science (procedural memory, priming, classical conditioning) adequately capture implicit memory in language models—but LLM implicit learning mechanisms may differ substantially from human cognitive processes and may not map cleanly to these categories. The 300-item benchmark, while substantial, is limited in scope; it doesn't evaluate implicit memory in tasks involving physical interaction, multi-agent coordination, or learning from negative rewards at scale. Additionally, there's no guarantee that agents that perform well on ImplicitMemBench implicit-learning tasks will actually retain these behaviors across session boundaries or in zero-shot transfer to new domains—controlled benchmark performance doesn't always predict production persistence.

Research Context

This work builds on decades of cognitive psychology research on non-declarative memory and its distinction from explicit (declarative) memory—a framework that has been largely absent from LLM evaluation literature. Prior memory benchmarks for LLMs (like MemoryBank, Longvista, or fact-retrieval benchmarks) focus on explicit recall and have driven progress in context-window scaling and retrieval-augmented generation, but they miss the implicit learning that makes agents truly adaptive. ImplicitMemBench opens a new evaluation frontier: measuring whether LLMs can exhibit human-like implicit learning—learning through experience that changes behavior automatically. This work will likely catalyze follow-up research into why LLMs succeed or fail at implicit learning, whether certain architectures (e.g., explicit memory mechanisms, episodic retrieval) improve implicit memory retention, and whether implicit-learning capabilities scale with model size or emerge from specific training approaches like multi-turn interaction or curriculum-based fine-tuning.


:::tip Subscribe Get weekly breakdowns of papers like this in AI Letters - the newsletter for engineers building production AI systems. :::


Back to Research Lab → · Subscribe to AI Letters →

© 2026 EngineersOfAI. All rights reserved.