Papers › MechVQA: Benchmarking and Enhancing Multimodal LLMs on Comprehensive Mechanical...

MechVQA: Benchmarking and Enhancing Multimodal LLMs on Comprehensive Mechanical Drawing Understanding

29 May 2026ICMLarXiv:2605.30794added by Syntology

Qian Kou, Xiaofeng Shi, Yulin Li, Xiaosong Qiu, Xinyang Wang, Hua Zhou, Cao Dongxing

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

Multimodal Large Language Models (MLLMs) have demonstrated significant achievements in general visual question answering (VQA) tasks. However, they remain brittle on mechanical engineering drawings, where high annotation density and weak domain knowledge, compounded by unreliable spatial relation reasoning under strict projection rules and geometric constraints, make decisive cues easy to miss and frequently lead to wrong answers. To bridge this gap, we introduce the first comprehensive mechanical drawing understanding dataset, MechVQA, created through a semi-automated construction and quality-control pipeline. MechVQA contains 3.3k high-density pictures with 21K question-answer pairs, spanning 10 different fine-grained tasks across three capability levels: Recognition, Reasoning, and Judging, providing a testbed to evaluate and improve MLLM understanding on real-world mechanical drawings. On top of MechVQA, we then develop the MechVL model through a multi-stage training paradigm, building a strong domain-specialized baseline. Extensive experimental results demonstrate that MechVL outperforms the strongest closed-source baseline by 7.57 percentage points on the MechVQA total score, significantly enhancing mechanical drawing understanding ability and providing a reusable foundation for deploying MLLMs in mechanical design and inspection scenarios.

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

Code

Syntology Ran 24 of 27 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 24 ran with no contract checked.

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

xiaofengShi/MechVQA 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

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

24ran
3unverified

Licence: 0 of the 27 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 xiaofengShi/MechVQA. “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.

build_assistant_content xiaofengShi/MechVQA/data_generation/format_verified_data.py found in paper text by Syntology ran Apache-2.0 (permissive) · 8adc9cb24bd71f83 · report
build_breakdown xiaofengShi/MechVQA/evaluation/mechvqa_eval/summarize.py found in paper text by Syntology ran Apache-2.0 (permissive) · 8e6846d1d7a08896 · report
build_extract_prompt xiaofengShi/MechVQA/data_generation/extract_pipeline.py found in paper text by Syntology ran Apache-2.0 (permissive) · e22a4f517793a5eb · report
extract_question_from_prompt xiaofengShi/MechVQA/data_generation/format_verified_data.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · ebd88eeb2a611e47 · report
extract_question_from_prompt xiaofengShi/MechVQA/data_generation/generate_fixed_questions.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 0a7d2d792524cd74 · report
format_extract_metadata xiaofengShi/MechVQA/data_generation/generate_vqa_free_query.py found in paper text by Syntology ran Apache-2.0 (permissive) · a0a496efd5b6f7b6 · report
generate_answer_with_temperature xiaofengShi/MechVQA/data_generation/generate_answers_for_vqa.py found in paper text by Syntology ran Apache-2.0 (permissive) · 207bbe044e833c47 · report
get_correct_answer xiaofengShi/MechVQA/evaluation/mechvqa_eval/evaluate_vqa.py found in paper text by Syntology ran Apache-2.0 (permissive) · 24205d22b172393e · report
get_images xiaofengShi/MechVQA/evaluation/mechvqa_eval/evaluate_vqa.py found in paper text by Syntology ran Apache-2.0 (permissive) · f5bda340023ee7e1 · report
get_user_question xiaofengShi/MechVQA/evaluation/mechvqa_eval/evaluate_vqa.py found in paper text by Syntology ran Apache-2.0 (permissive) · 213d40abdad4993d · report
image_to_data_url xiaofengShi/MechVQA/evaluation/mechvqa_eval/providers.py found in paper text by Syntology ran Apache-2.0 (permissive) · ccaf235bfd4ec58f · report
json_language_label xiaofengShi/MechVQA/data_generation/language.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 9e0fc12c9bdf4f4e · report
load_jsonl xiaofengShi/MechVQA/evaluation/mechvqa_eval/io_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · 0596526ef5c6ca8e · report
load_jsonl_files xiaofengShi/MechVQA/data_generation/check_generated_questions.py found in paper text by Syntology ran Apache-2.0 (permissive) · 83657d080d13acad · report
load_jsonl_files xiaofengShi/MechVQA/data_generation/generate_answers_for_vqa.py found in paper text by Syntology ran Apache-2.0 (permissive) · fb0311f743cf0c68 · report
load_jsonl_files xiaofengShi/MechVQA/data_generation/generate_vqa_free_query.py found in paper text by Syntology ran Apache-2.0 (permissive) · 6cbbe1813b76ba59 · report
normalize_language xiaofengShi/MechVQA/data_generation/language.py found in paper text by Syntology ran Apache-2.0 (permissive) · 58924881c1ca6801 · report
question_language_instruction xiaofengShi/MechVQA/data_generation/language.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 959c5a8ceb4986d6 · report
read_json xiaofengShi/MechVQA/evaluation/mechvqa_eval/io_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · 3d41ae5289167635 · report
read_jsonl xiaofengShi/MechVQA/data_generation/generate_vqa_free_query.py found in paper text by Syntology ran Apache-2.0 (permissive) · f73db1bba0fc60bf · report
resolve_data_source xiaofengShi/MechVQA/data_generation/format_verified_data.py found in paper text by Syntology ran Apache-2.0 (permissive) · baebeda17a61fafc · report
safe_json_loads xiaofengShi/MechVQA/data_generation/check_generated_questions.py found in paper text by Syntology ran Apache-2.0 (permissive) · 42f7436bee9f4cf1 · report
safe_json_loads xiaofengShi/MechVQA/data_generation/extract_pipeline.py found in paper text by Syntology ran Apache-2.0 (permissive) · 620457f8545a4190 · report
safe_json_loads xiaofengShi/MechVQA/data_generation/generate_answers_for_vqa.py found in paper text by Syntology ran Apache-2.0 (permissive) · 7246eaaf705f35c2 · report
generate_new_prompt xiaofengShi/MechVQA/data_generation/generate_fixed_questions.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 4f90754f556f81dd · report
read_jsonl xiaofengShi/MechVQA/data_generation/check_generated_questions.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0d8d1a6b7845a85d · report
run_ocr xiaofengShi/MechVQA/data_generation/extract_pipeline.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 47642cc5a1f9107d · report

Results from the paper

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