VehicleMemBench: An Executable Benchmark for Multi-User Long-Term Memory in In-Vehicle Agents

AuthorsYuhao Chen, Yi Xu, Xinyun Ding et al.

2026

TL;DR

VehicleMemBench couples an executable in-vehicle simulation with event-driven multi-user preference histories to reveal up to 25.8 ESM loss from autonomous memory vs gold memory.

SharePost on XLinkedIn

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

THE PROBLEM

In-vehicle agents collapse when preferences evolve over 80 plus events

VehicleMemBench shows that Gemini-3-Pro-Preview drops from 90.60 to 64.80 Exact State Match when moving from Gold Memory to Recursive Summarization, a 25.8-point loss.

In realistic multi-user driving scenarios with over 80 historical memory events and 23 tool modules, in-vehicle agents mis-handle evolving preferences, leading to incorrect vehicle states and unsafe decisions.

HOW IT WORKS

VehicleMemBench — executable multi-user long-term memory benchmark

VehicleMemBench centers on Persona Group Generation, Event Chain Construction, Temporal Interleaving, Conversation Generation, and Question and Answer Generation to synthesize rich multi-user histories.

You can think of VehicleMemBench like a driving simulator wired to a long-term diary: personas define habits, event chains write the diary, and the simulation executes every remembered preference.

This design lets VehicleMemBench test whether agents can transform long, interleaved histories into precise tool calls and final states, something a plain context window with static QA cannot approximate.

DIAGRAM

Interactive execution flow in VehicleMemBench

This diagram shows how VehicleMemBench runs an agent online: from dialogue history ingestion into memory through tool calls to final state comparison.

DIAGRAM

VehicleMemBench data construction and evaluation pipeline

This diagram shows the full VehicleMemBench pipeline from persona initialization through event chains to executable evaluation.

PROCESS

How VehicleMemBench Handles an Evaluation Session

  1. 01

    Persona Group Generation

    VehicleMemBench samples from Persona-Hub and refines user profiles, creating structured personas that drive Event Chain Construction and realistic multi-user behavior.

  2. 02

    Event Chain Construction

    VehicleMemBench builds multiple event chains per group, encoding preference conflict, coreference resolution, conditional constraint, state shift, and error correction dynamics.

  3. 03

    Temporal Interleaving

    VehicleMemBench assigns timestamps and interleaves all event chains into a single timeline, ensuring concurrent preference threads and realistic long-context histories.

  4. 04

    Conversation Generation

    VehicleMemBench converts interleaved events into dialogues and then runs Question and Answer Generation plus in-vehicle execution to evaluate state-based task completion.

KEY CONTRIBUTIONS

Key Contributions

  • 01

    Executable benchmark for multi-user long-term memory in-vehicles

    VehicleMemBench integrates Event Chain Construction and an In-Vehicle Simulation Environment with 23 tool modules and 111 APIs, enabling objective state-based evaluation of memory and tool use.

  • 02

    Event-driven data construction with structured preference evolution

    VehicleMemBench uses Persona Group Generation, Event Chain Construction, and Temporal Interleaving to create over 80 historical memory events per instance across 50 multi-user scenarios.

  • 03

    Large-scale systematic evaluation

    VehicleMemBench evaluates seven model families and five memory systems, revealing up to 25.8 Exact State Match loss when moving from Gold Memory to autonomous memory.

RESULTS

By the Numbers

Exact State Match

90.60

+35.20 over GLM-4.7-Flash under Gold Memory

F-F1

96.13

field-level F1 for Gemini-3-Pro-Preview with Gold Memory

V-F1

94.81

value-level F1 for Gemini-3-Pro-Preview with Gold Memory

Calls

2.74

average tool calls per task for Gemini-3-Pro-Preview with Gold Memory

VehicleMemBench evaluates multi-user long-term memory and tool use in an executable in-vehicle environment. The 90.60 Exact State Match for Gemini-3-Pro-Preview with Gold Memory, versus 64.80 with Recursive Summarization, proves that memory construction and retrieval dominate failure modes over tool execution.

BENCHMARK

By the Numbers

VehicleMemBench evaluates multi-user long-term memory and tool use in an executable in-vehicle environment. The 90.60 Exact State Match for Gemini-3-Pro-Preview with Gold Memory, versus 64.80 with Recursive Summarization, proves that memory construction and retrieval dominate failure modes over tool execution.

BENCHMARK

Overall task performance on VehicleMemBench under Gold Memory

Exact State Match on VehicleMemBench with Gold Memory, comparing Gemini-3-Pro-Preview to several backbone models.

BENCHMARK

Memory system ESM vs retrieval cost on VehicleMemBench

Exact State Match and Mem Token for Gemini-3-Pro-Preview across memory systems on VehicleMemBench.

KEY INSIGHT

The Counterintuitive Finding

VehicleMemBench shows that Recursive Summarization can match or beat sophisticated systems, with Gemini-3-Pro-Preview scoring 64.80 ESM versus 59.73 for MemOs.

This is surprising because many expect complex general-purpose memory systems to dominate simple summarization, yet VehicleMemBench reveals domain-specific, state-coupled memory is more critical.

WHY IT MATTERS

What this unlocks for the field

VehicleMemBench gives researchers an executable, state-based way to stress-test multi-user long-term memory and tool use in realistic in-vehicle scenarios.

Builders can now design and debug memory systems that survive 80 plus interleaved events, dynamic preference shifts, and 23 tool modules, instead of optimizing only static QA benchmarks.

~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: VehicleMemBench: An Executable Benchmark for Multi-User Long-Term Memory in In-Vehicle Agents

Answers use this explainer on Memory Papers.

Checking…