Papers › MM-OPERA: Benchmarking Open-ended Association Reasoning for Large Vision-Language Models

MM-OPERA: Benchmarking Open-ended Association Reasoning for Large Vision-Language Models

30 Oct 2025NeurIPSarXiv:2510.26937added by Syntology

Zimeng Huang, Jinxin Ke, Xiaoxuan Fan, Yufeng Yang, Yang Liu, Liu Zhonghan, Zedi Wang, Junteng Dai, Haoyi Jiang, Yuyu Zhou, Keze Wang, Ziliang Chen

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

Large Vision-Language Models (LVLMs) have exhibited remarkable progress. However, deficiencies remain compared to human intelligence, such as hallucination and shallow pattern matching. In this work, we aim to evaluate a fundamental yet underexplored intelligence: association, a cornerstone of human cognition for creative thinking and knowledge integration. Current benchmarks, often limited to closed-ended tasks, fail to capture the complexity of open-ended association reasoning vital for real-world applications. To address this, we present MM-OPERA, a systematic benchmark with 11,497 instances across two open-ended tasks: Remote-Item Association (RIA) and In-Context Association (ICA), aligning association intelligence evaluation with human psychometric principles. It challenges LVLMs to resemble the spirit of divergent thinking and convergent associative reasoning through free-form responses and explicit reasoning paths. We deploy tailored LLM-as-a-Judge strategies to evaluate open-ended outputs, applying process-reward-informed judgment to dissect reasoning with precision. Extensive empirical studies on state-of-the-art LVLMs, including sensitivity analysis of task instances, validity analysis of LLM-as-a-Judge strategies, and diversity analysis across abilities, domains, languages, cultures, etc., provide a comprehensive and nuanced understanding of the limitations of current LVLMs in associative reasoning, paving the way for more human-like and general-purpose AI. The dataset and code are available at https://github.com/MM-OPERA-Bench/MM-OPERA.

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="2510.26937")

Code

Syntology Ran 0 of 20 code samples harvested from 1 repository linked to this paper; 20 have no recorded run.

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

MM-OPERA-Bench/MM-OPERA found in paper text by SyntologyMIT 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

20 samples harvested; 0 ran; 0 honoured the contract we drafted; 20 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.

20unverified

Licence: 0 of the 20 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 MM-OPERA-Bench/MM-OPERA. “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.

analyze_image_relationships_hf MM-OPERA-Bench/MM-OPERA/evaluation/ICA/ICA_run.py found in paper text by Syntology unverified MIT (permissive) · c2d3d17c1213ac98 · report
analyze_image_relationships_hf MM-OPERA-Bench/MM-OPERA/evaluation/RIA/RIA_run.py found in paper text by Syntology unverified MIT (permissive) · cf0bd8a4c30f02dc · report
encode_pil_image_to_base64 MM-OPERA-Bench/MM-OPERA/evaluation/utils.py found in paper text by Syntology unverified MIT (permissive) · 60a85299f2b2fe66 · report
format_judge_prompt_item MM-OPERA-Bench/MM-OPERA/evaluation/ICA/ICA_reasoning_judge.py found in paper text by Syntology unverified MIT (permissive) · 8d7a651396ec1447 · report
format_judge_prompt_item MM-OPERA-Bench/MM-OPERA/evaluation/RIA/RIA_reasoning_judge.py found in paper text by Syntology unverified MIT (permissive) · e0f4aeab27c324ec · report
generate_individual_prompts MM-OPERA-Bench/MM-OPERA/evaluation/ICA/ICA_regular_judge.py found in paper text by Syntology unverified MIT (permissive) · ec8fcb7847980055 · report
generate_individual_prompts MM-OPERA-Bench/MM-OPERA/evaluation/RIA/RIA_regular_judge.py found in paper text by Syntology unverified MIT (permissive) · bf6cbc468edd0a4f · report
generate_payload_batch MM-OPERA-Bench/MM-OPERA/evaluation/ICA/ICA_regular_judge.py found in paper text by Syntology unverified MIT (permissive) · 66ad2d6c21c2bdd5 · report
generate_prompt_batch MM-OPERA-Bench/MM-OPERA/evaluation/ICA/ICA_regular_judge.py found in paper text by Syntology unverified MIT (permissive) · 02b4e5765d226064 · report
generate_prompt_batch MM-OPERA-Bench/MM-OPERA/evaluation/RIA/RIA_regular_judge.py found in paper text by Syntology unverified MIT (permissive) · 654f19ef3dc4f02a · report
get_api_key MM-OPERA-Bench/MM-OPERA/evaluation/config_loader.py found in paper text by Syntology unverified MIT (permissive) · e9d7ce78723ebd69 · report
get_config MM-OPERA-Bench/MM-OPERA/evaluation/config_loader.py found in paper text by Syntology unverified MIT (permissive) · 57f42762526990c0 · report
get_image_descriptions_for_permutation MM-OPERA-Bench/MM-OPERA/evaluation/ICA/ICA_reasoning_judge.py found in paper text by Syntology unverified MIT (permissive) · 5963d054e863cdea · report
load_config MM-OPERA-Bench/MM-OPERA/evaluation/config_loader.py found in paper text by Syntology unverified MIT (permissive) · ddfa2c838739de1c · report
load_dataset_info MM-OPERA-Bench/MM-OPERA/evaluation/ICA/ICA_stat.py found in paper text by Syntology unverified MIT (permissive) · 6ede6ef6baf96973 · report
load_json MM-OPERA-Bench/MM-OPERA/evaluation/utils.py found in paper text by Syntology unverified MIT (permissive) · 2b770451741c0c2c · report
parse_perception_conception MM-OPERA-Bench/MM-OPERA/evaluation/ICA/ICA_stat.py found in paper text by Syntology unverified MIT (permissive) · a4329ee790f57082 · report
setup_logger MM-OPERA-Bench/MM-OPERA/evaluation/utils.py found in paper text by Syntology unverified MIT (permissive) · dc27d99324c96b72 · report
validate_ica_judgement MM-OPERA-Bench/MM-OPERA/evaluation/ICA/ICA_reasoning_judge.py found in paper text by Syntology unverified MIT (permissive) · a67bb0ecef74c0ae · report
validate_judgement MM-OPERA-Bench/MM-OPERA/evaluation/RIA/RIA_reasoning_judge.py found in paper text by Syntology unverified MIT (permissive) · 06d9c04d20b81795 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2510.26937, was issued in October 2025, 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