{"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-2608-05817","title":"M$^3$R-Bench: A Unified Benchmark for Evidence-Grounded Multimodal Metaphor Understanding","arxiv_id":"2608.05817","date":"2026-08-06","proceeding":null,"authors":["Hong Jiang","Junnan Zhu","Jingwang Huang","Xiao Sun","Yuming Yang","Jiang Zhong","Ruirui Chen","Jingman Shi","Hao Wu","Nayu Liu","Xinyi Jiang","Kaiwen Wei"],"abstract":"Metaphor enables the understanding of abstract concepts through cross-domain mappings while conveying affective attitudes. In multimodal scenarios, visual and textual information jointly construct Target--Source mappings, requiring both conceptual understanding and cross-modal reasoning. However, existing benchmarks mainly evaluate metaphor understanding through isolated subtasks and lack evidence-grounded explanations, making it difficult to assess whether models establish mappings grounded in visual and textual cues.To address these limitations, we introduce M$^3$R-Bench, a unified and evidence-grounded benchmark containing 1,000 image--text instances with human-verified annotations. Guided by Conceptual Metaphor Theory and theories of nonliteral language understanding, M$^3$R-Bench provides joint annotations for metaphor occurrence, Target--Source mapping, sentiment, and stage-wise explanations following ``evidence identification--mapping establishment--sentiment inference.''Evaluations on M$^3$R-Bench reveal that existing models often overlook visual evidence, rely on superficial textual cues, and produce inaccurate Target--Source mappings, exposing a cross-modal evidence--mapping mismatch. To address this mismatch, we propose M$^3$R-Reasoner, which combines curriculum-based reasoning supervision with task-aware reinforcement learning to align model reasoning with metaphor interpretation. Experiments show that, with only an 8B-parameter backbone, M$^3$R-Reasoner outperforms larger proprietary MLLMs across four unified-task metrics and improves Visual Evidence and Sentiment Justification scores over GPT-5.5 by 28.45 and 30.11 points, respectively, while surpassing Claude-Sonnet-4.6 by 8.00 points in mean rubric score. The dataset and code are available at https://github.com/hongshi4/M3R-Bench.","url_abs":"https://arxiv.org/abs/2608.05817","url_pdf":"https://arxiv.org/pdf/2608.05817","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/2608.05817","atlas_url":null,"mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2608.05817"}},"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/hongshi4/M3R-Bench","reach":null}],"summary":{"ran_honours":4,"ran_draft_wrong":7,"unverified":8},"by_repo_kind":{"found_in_text":{"samples":19,"ran":11,"repositories":1}},"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":19,"samples":[{"code_sha256_prefix":"4ad6893bf243ea62","entry":"accuracy","repo":"hongshi4/M3R-Bench","repo_kind":"found_in_text","path":"train/evaluate_sft_outputs.py","file_url":"https://github.com/hongshi4/M3R-Bench/blob/HEAD/train/evaluate_sft_outputs.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4ad6893bf243ea62"}},{"code_sha256_prefix":"587120ada5472479","entry":"evaluate_task1","repo":"hongshi4/M3R-Bench","repo_kind":"found_in_text","path":"train/evaluate_sft_outputs.py","file_url":"https://github.com/hongshi4/M3R-Bench/blob/HEAD/train/evaluate_sft_outputs.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"587120ada5472479"}},{"code_sha256_prefix":"bc11bcbfa86ea6fa","entry":"macro_f1","repo":"hongshi4/M3R-Bench","repo_kind":"found_in_text","path":"train/evaluate_sft_outputs.py","file_url":"https://github.com/hongshi4/M3R-Bench/blob/HEAD/train/evaluate_sft_outputs.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"bc11bcbfa86ea6fa"}},{"code_sha256_prefix":"7a14bf9ad1641a70","entry":"mean_score","repo":"hongshi4/M3R-Bench","repo_kind":"found_in_text","path":"train/evaluate_sft_outputs.py","file_url":"https://github.com/hongshi4/M3R-Bench/blob/HEAD/train/evaluate_sft_outputs.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7a14bf9ad1641a70"}},{"code_sha256_prefix":"360c0e103fec2df2","entry":"normalize_entity","repo":"hongshi4/M3R-Bench","repo_kind":"found_in_text","path":"train/evaluate_sft_outputs.py","file_url":"https://github.com/hongshi4/M3R-Bench/blob/HEAD/train/evaluate_sft_outputs.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"360c0e103fec2df2"}},{"code_sha256_prefix":"91d41bf0e964ab37","entry":"normalize_none_value","repo":"hongshi4/M3R-Bench","repo_kind":"found_in_text","path":"train/evaluate_sft_outputs.py","file_url":"https://github.com/hongshi4/M3R-Bench/blob/HEAD/train/evaluate_sft_outputs.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"91d41bf0e964ab37"}},{"code_sha256_prefix":"2b9ad881f4f0c4ac","entry":"normalize_text","repo":"hongshi4/M3R-Bench","repo_kind":"found_in_text","path":"train/evaluate_sft_outputs.py","file_url":"https://github.com/hongshi4/M3R-Bench/blob/HEAD/train/evaluate_sft_outputs.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2b9ad881f4f0c4ac"}},{"code_sha256_prefix":"d86a6278a5fa4719","entry":"precision_recall_f1_for_label","repo":"hongshi4/M3R-Bench","repo_kind":"found_in_text","path":"train/evaluate_sft_outputs.py","file_url":"https://github.com/hongshi4/M3R-Bench/blob/HEAD/train/evaluate_sft_outputs.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d86a6278a5fa4719"}},{"code_sha256_prefix":"e0424dca2327d2d1","entry":"select_gold_metaphor_yes_records","repo":"hongshi4/M3R-Bench","repo_kind":"found_in_text","path":"train/evaluate_sft_outputs.py","file_url":"https://github.com/hongshi4/M3R-Bench/blob/HEAD/train/evaluate_sft_outputs.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e0424dca2327d2d1"}},{"code_sha256_prefix":"75c7f5eb54d1bf26","entry":"strip_outer_quotes","repo":"hongshi4/M3R-Bench","repo_kind":"found_in_text","path":"train/evaluate_sft_outputs.py","file_url":"https://github.com/hongshi4/M3R-Bench/blob/HEAD/train/evaluate_sft_outputs.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"75c7f5eb54d1bf26"}},{"code_sha256_prefix":"dfe8c3274ebf6845","entry":"to_float_list","repo":"hongshi4/M3R-Bench","repo_kind":"found_in_text","path":"train/evaluate_sft_outputs.py","file_url":"https://github.com/hongshi4/M3R-Bench/blob/HEAD/train/evaluate_sft_outputs.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"dfe8c3274ebf6845"}},{"code_sha256_prefix":"d8290d55cb94e8ac","entry":"BERTScoreConfig","repo":"hongshi4/M3R-Bench","repo_kind":"found_in_text","path":"train/evaluate_sft_outputs.py","file_url":"https://github.com/hongshi4/M3R-Bench/blob/HEAD/train/evaluate_sft_outputs.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d8290d55cb94e8ac"}},{"code_sha256_prefix":"6dca219cd255758b","entry":"clean_text_fragment","repo":"hongshi4/M3R-Bench","repo_kind":"found_in_text","path":"train/evaluate_sft_outputs.py","file_url":"https://github.com/hongshi4/M3R-Bench/blob/HEAD/train/evaluate_sft_outputs.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6dca219cd255758b"}},{"code_sha256_prefix":"0721c5ed2c65e6f9","entry":"compute_target_source_bertscore","repo":"hongshi4/M3R-Bench","repo_kind":"found_in_text","path":"train/evaluate_sft_outputs.py","file_url":"https://github.com/hongshi4/M3R-Bench/blob/HEAD/train/evaluate_sft_outputs.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0721c5ed2c65e6f9"}},{"code_sha256_prefix":"9f2642d0e6d43328","entry":"evaluate_records","repo":"hongshi4/M3R-Bench","repo_kind":"found_in_text","path":"train/evaluate_sft_outputs.py","file_url":"https://github.com/hongshi4/M3R-Bench/blob/HEAD/train/evaluate_sft_outputs.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9f2642d0e6d43328"}},{"code_sha256_prefix":"3997ce670bde6bd0","entry":"evaluate_task2","repo":"hongshi4/M3R-Bench","repo_kind":"found_in_text","path":"train/evaluate_sft_outputs.py","file_url":"https://github.com/hongshi4/M3R-Bench/blob/HEAD/train/evaluate_sft_outputs.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3997ce670bde6bd0"}},{"code_sha256_prefix":"339b07d077ab5b4b","entry":"evaluate_task3","repo":"hongshi4/M3R-Bench","repo_kind":"found_in_text","path":"train/evaluate_sft_outputs.py","file_url":"https://github.com/hongshi4/M3R-Bench/blob/HEAD/train/evaluate_sft_outputs.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"339b07d077ab5b4b"}},{"code_sha256_prefix":"43f8cd294065c034","entry":"is_entity_match","repo":"hongshi4/M3R-Bench","repo_kind":"found_in_text","path":"train/evaluate_sft_outputs.py","file_url":"https://github.com/hongshi4/M3R-Bench/blob/HEAD/train/evaluate_sft_outputs.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"43f8cd294065c034"}},{"code_sha256_prefix":"29d61385ce4338cf","entry":"load_bertscore_scorer","repo":"hongshi4/M3R-Bench","repo_kind":"found_in_text","path":"train/evaluate_sft_outputs.py","file_url":"https://github.com/hongshi4/M3R-Bench/blob/HEAD/train/evaluate_sft_outputs.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"29d61385ce4338cf"}}]},"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}}}