Papers › VideoEval-Pro: Robust and Realistic Long Video Understanding Evaluation

VideoEval-Pro: Robust and Realistic Long Video Understanding Evaluation

20 May 2025arXiv:2505.14640archive 2025-07-28

Wentao Ma, Weiming Ren, Yiming Jia, Zhuofeng Li, Ping Nie, Ge Zhang, Wenhu Chen

Large multimodal models (LMMs) have recently emerged as a powerful tool for long video understanding (LVU), prompting the development of standardized LVU benchmarks to evaluate their performance. However, our investigation reveals a rather sober lesson for existing LVU benchmarks. First, most existing benchmarks rely heavily on multiple-choice questions (MCQs), whose evaluation results are inflated due to the possibility of guessing the correct answer; Second, a significant portion of questions in these benchmarks have strong priors to allow models to answer directly without even reading the input video. For example, Gemini-1.5-Pro can achieve over 50% accuracy given a random frame from a long video on Video-MME. We also observe that increasing the number of frames does not necessarily lead to improvement on existing benchmarks, which is counterintuitive. As a result, the validity and robustness of current LVU benchmarks are undermined, impeding a faithful assessment of LMMs' long-video understanding capability. To tackle this problem, we propose VideoEval-Pro, a realistic LVU benchmark containing questions with open-ended short-answer, which truly require understanding the entire video. VideoEval-Pro assesses both segment-level and full-video understanding through perception and reasoning tasks. By evaluating 21 proprietary and open-source video LMMs, we conclude the following findings: (1) video LMMs show drastic performance (>25%) drops on open-ended questions compared with MCQs; (2) surprisingly, higher MCQ scores do not lead to higher open-ended scores on VideoEval-Pro; (3) compared to other MCQ benchmarks, VideoEval-Pro benefits more from increasing the number of input frames. Our results show that VideoEval-Pro offers a more realistic and reliable measure of long video understanding, providing a clearer view of progress in this domain.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

Syntology Ran 7 of 14 code samples harvested from 2 repositories linked to this paper; 7 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 3 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: community (archive-listed): 14 samples from 2 repositories, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

opengvlab/internvideo2 mentioned on GitHubpytorchMIT report
opengvlab/videochat-flash mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

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

2ran · our draft was wrong
3ran · fixture could not drive it
2ran
7unverified

Licence: 0 of the 14 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 2 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.

repeat_kv opengvlab/videochat-flash/llava-train_videochat/llava/model/language_model/modeling_qwen2_flash.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 30d7eec482ebf6b1 · report
apply_rotary_pos_emb opengvlab/videochat-flash/llava-train_videochat/llava/model/language_model/modeling_qwen2_flash.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · d61c483a3c2b3156 · report
extract_patches opengvlab/videochat-flash/llava-train_videochat/llava/mm_utils.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · b0a851cae92754ff · report
find_all_linear_names opengvlab/internvideo2/xtuner-train_internvideo2_5/xtuner/model/utils.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 53281c424cf5891f · report
packing_collate opengvlab/internvideo2/xtuner-train_internvideo2_5/unify_internvl2_train_r16.py community (archive-listed) ran MIT (permissive) · e6bb171e5f95a784 · report
rotate_half opengvlab/videochat-flash/llava-train_videochat/llava/model/language_model/modeling_qwen2_flash.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · b99eea6376d1e212 · report
unpad_image opengvlab/videochat-flash/llava-train_videochat/llava/model/llava_arch.py community (archive-listed) ran MIT (permissive) · 2c7b71210b8a363f · report
auto_pad_images opengvlab/videochat-flash/llava-train_videochat/llava/mm_utils.py community (archive-listed) unverified MIT (permissive) · 3c8823948724e269 · report
build_model opengvlab/internvideo2/xtuner-train_internvideo2_5/xtuner/apis/model.py community (archive-listed) unverified MIT (permissive) · dcdc7ef233f3e1e8 · report
convert_state_dict_to_hf opengvlab/internvideo2/xtuner-train_internvideo2_5/xtuner/model/llava.py community (archive-listed) unverified MIT (permissive) · f8035a195671164a · report
create_reference_model opengvlab/internvideo2/xtuner-train_internvideo2_5/xtuner/model/dpo.py community (archive-listed) unverified MIT (permissive) · 269c10dd16c744e8 · report
get_peft_model_state_dict opengvlab/internvideo2/xtuner-train_internvideo2_5/xtuner/model/utils.py community (archive-listed) unverified MIT (permissive) · 9356d2ed9b73134b · report
reduce_mean opengvlab/internvideo2/xtuner-train_internvideo2_5/xtuner/model/reward.py community (archive-listed) unverified MIT (permissive) · a0a407c2a1c1f7d3 · report
resize_and_center_crop opengvlab/videochat-flash/llava-train_videochat/llava/mm_utils.py community (archive-listed) unverified MIT (permissive) · c80358dff96c25ce · report

Tasks

MMEMultiple-choiceVideo Understanding

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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