Papers › M³Exam: Benchmarking Multimodal Memory for Realistic User-Agent Interactions

M³Exam: Benchmarking Multimodal Memory for Realistic User-Agent Interactions

5 Jun 2026arXiv:2606.07402added by Syntology

Zhengjun Huang, Wenxuan Liu, Zhoujin Tian, Wei Chen, Junle Chen, Yuqian Wu, Fangyuan Zhang, Qintian Guo, Xiaofang Zhou

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Language agents are increasingly deployed over accumulating multimodal information, yet existing benchmarks assume a human-human form with sparse visuals and straightforward content, evaluating neither reasoning over authentic multimodal file interaction nor the interpretation of concealed user information. We therefore introduce M³Exam, a query-centric multimodal conversational memory benchmark built on realistic user-agent interaction, with multi-dimensional evaluation spanning cross-modal grounding and implicit information inference. Benchmarking MLLMs and memory systems reveals persistent gaps in cross-modal grounding, cross session reasoning, and the efficiency cost of accumulating multimodal context. We further propose M³Proctor, a multimodal memory method that detects query modality bias and consumes raw visual sources only on demand, improving accuracy by 13% while cutting index-construction time and retrieved tokens by over 70%.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.07402")

Code

Syntology Ran 13 of 19 code samples harvested from 4 repositories linked to this paper; 6 have no recorded run. Of those that ran: 13 ran with no contract checked.

By repository: found in paper text by Syntology: 19 samples from 4 repositories, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mem0ai/mem0 found in paper text by Syntology report
wgcyeo/UniversalRAG found in paper text by Syntology report
BAI-LAB/MemoryOS found in paper text by Syntology report
WujiangXu/A-mem found in paper text by Syntology report
Mirix-AI/MIRIX found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 13 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

13ran
6unverified

Licence: 0 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 4 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

async_cache_response wgcyeo/UniversalRAG/src/universalrag/llm/openai_gpt.py found in paper text by Syntology ran Apache-2.0 (permissive) · d00332f18998e00c · report
cache_response wgcyeo/UniversalRAG/src/universalrag/llm/openai_gpt.py found in paper text by Syntology ran Apache-2.0 (permissive) · 7b1455027088aa7b · report
class_str wgcyeo/UniversalRAG/src/universalrag/llm/openai_gpt.py found in paper text by Syntology ran Apache-2.0 (permissive) · 85d83304b08afc08 · report
get_field Mirix-AI/MIRIX/mirix/config.py found in paper text by Syntology ran Apache-2.0 (permissive) · b9d23ef56c0eb877 · report
load_config Mirix-AI/MIRIX/mirix/sdk.py found in paper text by Syntology ran Apache-2.0 (permissive) · 54b0fc52f020998a · report
load_locomo_dataset WujiangXu/A-mem/load_dataset.py found in paper text by Syntology ran MIT (permissive) · 5c12c257ad6b32ca · report
parse_conversation WujiangXu/A-mem/load_dataset.py found in paper text by Syntology ran MIT (permissive) · 4a1510da2b417c43 · report
parse_session WujiangXu/A-mem/load_dataset.py found in paper text by Syntology ran MIT (permissive) · 3701fefb10719e87 · report
parse_with_json_fallback WujiangXu/A-mem/llm_text_parsers.py found in paper text by Syntology ran MIT (permissive) · 24e35e9dadb2fe27 · report
retry_llm_call WujiangXu/A-mem/memory_layer_robust.py found in paper text by Syntology ran MIT (permissive) · ddc19d511f03d63d · report
simple_tokenize WujiangXu/A-mem/utils.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 48cea41b09d89a75 · report
strip_markdown_fences WujiangXu/A-mem/llm_text_parsers.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 21854723dac05890 · report
validate_log_file_path Mirix-AI/MIRIX/mirix/log.py found in paper text by Syntology ran Apache-2.0 (permissive) · 39746e0471f64865 · report
Memoryos BAI-LAB/MemoryOS/memoryos-mcp/memoryos/memoryos.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1be0d2dcd46418e9 · report
get_contine_chaining Mirix-AI/MIRIX/mirix/system.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 67ac46c06642465e · report
get_initial_boot_messages Mirix-AI/MIRIX/mirix/system.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 778ddf10eda08321 · report
get_login_event Mirix-AI/MIRIX/mirix/system.py found in paper text by Syntology unverified Apache-2.0 (permissive) · dec2ac6f8448f277 · report
parse_analyze_content WujiangXu/A-mem/llm_text_parsers.py found in paper text by Syntology unverified MIT (permissive) · 901a2bbc34750c4e · report
parse_and_chunk_text Mirix-AI/MIRIX/mirix/embeddings.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 42c780d962df1807 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.07402, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections