{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2606-07402","title":"M$^3$Exam: Benchmarking Multimodal Memory for Realistic User-Agent Interactions","arxiv_id":"2606.07402","date":"2026-06-05","proceeding":null,"authors":["Zhengjun Huang","Wenxuan Liu","Zhoujin Tian","Wei Chen","Junle Chen","Yuqian Wu","Fangyuan Zhang","Qintian Guo","Xiaofang Zhou"],"abstract":"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$^3$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$^3$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%.","url_abs":"https://arxiv.org/abs/2606.07402","url_pdf":"https://arxiv.org/pdf/2606.07402","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2606.07402","atlas_url":"https://app.syntology.ai/?focus=2606.07402","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2606.07402"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/mem0ai/mem0","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/wgcyeo/UniversalRAG","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/BAI-LAB/MemoryOS","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/WujiangXu/A-mem","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Mirix-AI/MIRIX","reach":null}],"summary":{"ran":13,"unverified":6},"by_repo_kind":{"found_in_text":{"samples":19,"ran":13,"repositories":4}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"d00332f18998e00c","entry":"async_cache_response","repo":"wgcyeo/UniversalRAG","repo_kind":"found_in_text","path":"src/universalrag/llm/openai_gpt.py","file_url":"https://github.com/wgcyeo/UniversalRAG/blob/HEAD/src/universalrag/llm/openai_gpt.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d00332f18998e00c"}},{"code_sha256_prefix":"7b1455027088aa7b","entry":"cache_response","repo":"wgcyeo/UniversalRAG","repo_kind":"found_in_text","path":"src/universalrag/llm/openai_gpt.py","file_url":"https://github.com/wgcyeo/UniversalRAG/blob/HEAD/src/universalrag/llm/openai_gpt.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"7b1455027088aa7b"}},{"code_sha256_prefix":"85d83304b08afc08","entry":"class_str","repo":"wgcyeo/UniversalRAG","repo_kind":"found_in_text","path":"src/universalrag/llm/openai_gpt.py","file_url":"https://github.com/wgcyeo/UniversalRAG/blob/HEAD/src/universalrag/llm/openai_gpt.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"85d83304b08afc08"}},{"code_sha256_prefix":"b9d23ef56c0eb877","entry":"get_field","repo":"Mirix-AI/MIRIX","repo_kind":"found_in_text","path":"mirix/config.py","file_url":"https://github.com/Mirix-AI/MIRIX/blob/HEAD/mirix/config.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b9d23ef56c0eb877"}},{"code_sha256_prefix":"54b0fc52f020998a","entry":"load_config","repo":"Mirix-AI/MIRIX","repo_kind":"found_in_text","path":"mirix/sdk.py","file_url":"https://github.com/Mirix-AI/MIRIX/blob/HEAD/mirix/sdk.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"54b0fc52f020998a"}},{"code_sha256_prefix":"5c12c257ad6b32ca","entry":"load_locomo_dataset","repo":"WujiangXu/A-mem","repo_kind":"found_in_text","path":"load_dataset.py","file_url":"https://github.com/WujiangXu/A-mem/blob/HEAD/load_dataset.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5c12c257ad6b32ca"}},{"code_sha256_prefix":"4a1510da2b417c43","entry":"parse_conversation","repo":"WujiangXu/A-mem","repo_kind":"found_in_text","path":"load_dataset.py","file_url":"https://github.com/WujiangXu/A-mem/blob/HEAD/load_dataset.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4a1510da2b417c43"}},{"code_sha256_prefix":"3701fefb10719e87","entry":"parse_session","repo":"WujiangXu/A-mem","repo_kind":"found_in_text","path":"load_dataset.py","file_url":"https://github.com/WujiangXu/A-mem/blob/HEAD/load_dataset.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3701fefb10719e87"}},{"code_sha256_prefix":"24e35e9dadb2fe27","entry":"parse_with_json_fallback","repo":"WujiangXu/A-mem","repo_kind":"found_in_text","path":"llm_text_parsers.py","file_url":"https://github.com/WujiangXu/A-mem/blob/HEAD/llm_text_parsers.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"24e35e9dadb2fe27"}},{"code_sha256_prefix":"ddc19d511f03d63d","entry":"retry_llm_call","repo":"WujiangXu/A-mem","repo_kind":"found_in_text","path":"memory_layer_robust.py","file_url":"https://github.com/WujiangXu/A-mem/blob/HEAD/memory_layer_robust.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ddc19d511f03d63d"}},{"code_sha256_prefix":"48cea41b09d89a75","entry":"simple_tokenize","repo":"WujiangXu/A-mem","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/WujiangXu/A-mem/blob/HEAD/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"48cea41b09d89a75"}},{"code_sha256_prefix":"21854723dac05890","entry":"strip_markdown_fences","repo":"WujiangXu/A-mem","repo_kind":"found_in_text","path":"llm_text_parsers.py","file_url":"https://github.com/WujiangXu/A-mem/blob/HEAD/llm_text_parsers.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"21854723dac05890"}},{"code_sha256_prefix":"39746e0471f64865","entry":"validate_log_file_path","repo":"Mirix-AI/MIRIX","repo_kind":"found_in_text","path":"mirix/log.py","file_url":"https://github.com/Mirix-AI/MIRIX/blob/HEAD/mirix/log.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"39746e0471f64865"}},{"code_sha256_prefix":"1be0d2dcd46418e9","entry":"Memoryos","repo":"BAI-LAB/MemoryOS","repo_kind":"found_in_text","path":"memoryos-mcp/memoryos/memoryos.py","file_url":"https://github.com/BAI-LAB/MemoryOS/blob/HEAD/memoryos-mcp/memoryos/memoryos.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1be0d2dcd46418e9"}},{"code_sha256_prefix":"67ac46c06642465e","entry":"get_contine_chaining","repo":"Mirix-AI/MIRIX","repo_kind":"found_in_text","path":"mirix/system.py","file_url":"https://github.com/Mirix-AI/MIRIX/blob/HEAD/mirix/system.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"67ac46c06642465e"}},{"code_sha256_prefix":"778ddf10eda08321","entry":"get_initial_boot_messages","repo":"Mirix-AI/MIRIX","repo_kind":"found_in_text","path":"mirix/system.py","file_url":"https://github.com/Mirix-AI/MIRIX/blob/HEAD/mirix/system.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"778ddf10eda08321"}},{"code_sha256_prefix":"dec2ac6f8448f277","entry":"get_login_event","repo":"Mirix-AI/MIRIX","repo_kind":"found_in_text","path":"mirix/system.py","file_url":"https://github.com/Mirix-AI/MIRIX/blob/HEAD/mirix/system.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"dec2ac6f8448f277"}},{"code_sha256_prefix":"901a2bbc34750c4e","entry":"parse_analyze_content","repo":"WujiangXu/A-mem","repo_kind":"found_in_text","path":"llm_text_parsers.py","file_url":"https://github.com/WujiangXu/A-mem/blob/HEAD/llm_text_parsers.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"901a2bbc34750c4e"}},{"code_sha256_prefix":"42c780d962df1807","entry":"parse_and_chunk_text","repo":"Mirix-AI/MIRIX","repo_kind":"found_in_text","path":"mirix/embeddings.py","file_url":"https://github.com/Mirix-AI/MIRIX/blob/HEAD/mirix/embeddings.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"42c780d962df1807"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CL","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,885 of the 9,623 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9623,"papers_checked":6885},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}