A Systematic Evaluation of Positional Bias in Multi-Video Summarization with MLLMs

arXiv cs.CL Papers

Summary

Researchers from Jilin University systematically evaluate positional bias in multi-video summarization using MLLMs, constructing a benchmark from ActivityNet and News videos and assessing nine models with metrics including Coverage, Directional Positional Bias, and Middle-Edge Gap. Results show positional effects are domain- and model-dependent, and increasing visual or generation budget does not uniformly resolve the imbalance.

arXiv:2606.04596v1 Announce Type: new Abstract: Multimodal Large Language Models (MLLMs) are increasingly used for video understanding, yet their reliability under multi-video inputs remains poorly understood. We study positional bias in multi-video summarization, where the quality of a per-video summary can change with the video's input slot even when the underlying content is unchanged. We construct a benchmark from ActivityNet and News videos, covering Cooking, Domestic, Leisure, and News settings with two- and four-video inputs. We evaluate nine open-source and proprietary MLLMs and measure position effects with three complementary metrics: Coverage, Directional Positional Bias (DPB), and Middle-Edge Gap (MEG). Our results show that positional effects are domain- and model-dependent: signed directional bias can be small even when middle positions underperform, and increasing visual or generation budget does not uniformly remove the imbalance. We further analyze prompt-level mitigation methods. Together, the results show that multi-video summarization remains sensitive to input protocol and position, motivating more robust order-invariant multimodal systems.
Original Article
View Cached Full Text

Cached at: 06/05/26, 02:16 AM

# A Systematic Evaluation of Positional Bias in Multi-Video Summarization with MLLMs
Source: [https://arxiv.org/html/2606.04596](https://arxiv.org/html/2606.04596)
Huangchen Xu1,Yuan Wu1,\*,Yi Chang1,2,3,\* 1School of Artificial Intelligence, Jilin University 2Engineering Research Center of Knowledge\-Driven Human\-Machine Intelligence, Jilin University 3International Center of Future Science, Jilin University [xuhc9924@mails\.jlu\.edu\.cn](https://arxiv.org/html/2606.04596v1/mailto:[email protected]),[yuanwu@jlu\.edu\.cn](https://arxiv.org/html/2606.04596v1/mailto:[email protected]),[yichang@jlu\.edu\.cn](https://arxiv.org/html/2606.04596v1/mailto:[email protected])

###### Abstract

Multimodal Large Language Models \(MLLMs\) are increasingly used for video understanding, yet their reliability under multi\-video inputs remains poorly understood\. We study positional bias in multi\-video summarization, where the quality of a per\-video summary can change with the video’s input slot even when the underlying content is unchanged\. We construct a benchmark from ActivityNet and News videos, covering Cooking, Domestic, Leisure, and News settings with two\- and four\-video inputs\. We evaluate nine open\-source and proprietary MLLMs and measure position effects with three complementary metrics: Coverage, Directional Positional Bias \(DPB\), and Middle\-Edge Gap \(MEG\)\. Our results show that positional effects are domain\- and model\-dependent: signed directional bias can be small even when middle positions underperform, and increasing visual or generation budget does not uniformly remove the imbalance\. We further analyze prompt\-level mitigation methods\. Together, the results show that multi\-video summarization remains sensitive to input protocol and position, motivating more robust order\-invariant multimodal systems\.

A Systematic Evaluation of Positional Bias in Multi\-Video Summarization with MLLMs

Huangchen Xu1, Yuan Wu1,\*, Yi Chang1,2,3,\*1School of Artificial Intelligence, Jilin University2Engineering Research Center of Knowledge\-Driven Human\-Machine Intelligence, Jilin University3International Center of Future Science, Jilin University[xuhc9924@mails\.jlu\.edu\.cn](https://arxiv.org/html/2606.04596v1/mailto:[email protected]),[yuanwu@jlu\.edu\.cn](https://arxiv.org/html/2606.04596v1/mailto:[email protected]),[yichang@jlu\.edu\.cn](https://arxiv.org/html/2606.04596v1/mailto:[email protected])

## 1Introduction

Video summarization aims to condense video content into shorter yet informative representations while preserving essential information and temporal coherenceKansalet al\.\([2023](https://arxiv.org/html/2606.04596#bib.bib1)\)\. As Multimodal Large Language Models \(MLLMs\) become increasingly capable of processing video inputs, they have become a promising foundation for open\-ended video summarization\. Recent benchmarks have evaluated MLLMs on long\-video understandingZhouet al\.\([2025](https://arxiv.org/html/2606.04596#bib.bib4)\)and video summarizationJung and Kim \([2025](https://arxiv.org/html/2606.04596#bib.bib6)\)\. Meanwhile, emerging*multi\-video*benchmarks have shifted attention to inputs containing multiple videos, but they primarily target understanding, perception, or reasoning rather than summarizationPenget al\.\([2025](https://arxiv.org/html/2606.04596#bib.bib50)\); Baiet al\.\([2026](https://arxiv.org/html/2606.04596#bib.bib51)\)\. Less is known about*multi\-video summarization*, where the model must generate one aligned summary for each video in the same input\.

A key concern ispositional bias, where model performance changes with input order rather than the underlying content\. In NLP, large language models have been shown to favor early content in news summarizationGrenanderet al\.\([2019](https://arxiv.org/html/2606.04596#bib.bib7)\)and to exhibit “lost in the middle” behavior in long\-context settingsLiuet al\.\([2024](https://arxiv.org/html/2606.04596#bib.bib8)\)\. Recent multimodal work has also examined positional effects in multi\-image understandingTianet al\.\([2025](https://arxiv.org/html/2606.04596#bib.bib9)\)and video probing benchmarksXiaet al\.\([2025](https://arxiv.org/html/2606.04596#bib.bib10)\)\. Yet these protocols mainly test whether models can retrieve or use target evidence after its position changes\. Multi\-video summarization poses a different challenge: the model must bind each summary to the correct video while balancing limited summary detail across multiple input slots\.

In this work, we present a systematic study of positional bias in multi\-video summarization\. We construct a benchmark from ActivityNetHeilbronet al\.\([2015](https://arxiv.org/html/2606.04596#bib.bib11)\)and the News Video DatasetWhiteheadet al\.\([2018](https://arxiv.org/html/2606.04596#bib.bib12)\), covering four scenario categories:Cooking,Domestic,Leisure, andNews\. We evaluate both pairwise and four\-video inputs using cyclic orderings, so that each video appears at each position exactly once\. Because lexical\-overlap metrics are insufficient for this highly abstractive task, we use dataset\-adaptive and reference\-based Coverage: ActivityNet\-derived domains are scored with an LLM\-as\-a\-Judge protocol, while News uses extractive reference\-fragment coverage\. We then report Coverage, Directional Positional Bias \(DPB\), and Middle\-Edge Gap \(MEG\) to distinguish overall information preservation, earlier\-versus\-later preference, and middle\-position weakness\. Anonymous code and data are available at[https://anonymous\.4open\.science/r/annoym07](https://anonymous.4open.science/r/annoym07)\.

Our contributions are as follows:

1. 1\.Benchmark and evaluation protocol: We construct a benchmark overCooking,Domestic,Leisure, andNews\. We also introduce an evaluation protocol that measures Coverage, Directional Positional Bias \(DPB\), and Middle\-Edge Gap \(MEG\), separating earlier\-versus\-later preference from middle\-position weakness\.
2. 2\.Model\- and domain\-dependent positional effects: We evaluate nine open\-source and proprietary MLLMs and show that positional effects are model\- and domain\-dependent\. Several settings have near\-zero DPB but negative MEG, which would be missed by directional bias alone\.
3. 3\.Robustness checks and mitigation analysis: We examine visual budget, requested summary length, boundary format, prompt placement, and mitigation to analyze position effects\.

## 2Related Work

### 2\.1Positional Bias

Positional bias refers to models’ sensitivity to where information or candidates appear in the input, beyond their underlying content\. In text settings, prior work has studied lead or position bias in summarizationGrenanderet al\.\([2019](https://arxiv.org/html/2606.04596#bib.bib7)\); Schilcheret al\.\([2025](https://arxiv.org/html/2606.04596#bib.bib13)\), the “lost in the middle” effect in long\-context QA and retrievalLiuet al\.\([2024](https://arxiv.org/html/2606.04596#bib.bib8)\), and position\-dependent faithfulness in long\-form summarizationWanet al\.\([2025](https://arxiv.org/html/2606.04596#bib.bib27)\)\. Similar order effects also appear when LLMs are used as judges, rankers, or recommendersWanget al\.\([2024](https://arxiv.org/html/2606.04596#bib.bib18)\); Shiet al\.\([2025](https://arxiv.org/html/2606.04596#bib.bib23)\); Kooet al\.\([2024](https://arxiv.org/html/2606.04596#bib.bib29)\); Houet al\.\([2024](https://arxiv.org/html/2606.04596#bib.bib24)\)\. These studies motivate a range of mitigation strategies, from training or attention\-based methods to lightweight inference\-time controls such as order perturbation and attention\-guiding promptsWanget al\.\([2024](https://arxiv.org/html/2606.04596#bib.bib18)\); Zhanget al\.\([2024](https://arxiv.org/html/2606.04596#bib.bib25)\); Wanet al\.\([2025](https://arxiv.org/html/2606.04596#bib.bib27)\); Tianet al\.\([2025](https://arxiv.org/html/2606.04596#bib.bib9)\)\.

In multimodal settings, recent work has begun to identify analogous effects\.Tianet al\.\([2025](https://arxiv.org/html/2606.04596#bib.bib9)\)show that reordering images can substantially affect multi\-image reasoning, while Video\-LevelGaugeXiaet al\.\([2025](https://arxiv.org/html/2606.04596#bib.bib10)\)studies video LLMs through probing tasks that place relevant visual evidence at different positions\. Our work differs in both task structure and evaluation target\. Rather than testing whether a model retrieves localized evidence from a moved probe, we study whether it maintains balanced information coverage when generating aligned summaries for multiple videos under different input orders\.

### 2\.2Automatic Evaluation for Summarization

Automatic summarization evaluation has long relied on lexical\-overlap metrics such as BLEU, ROUGE, and METEORChanget al\.\([2024](https://arxiv.org/html/2606.04596#bib.bib61)\); Papineniet al\.\([2002](https://arxiv.org/html/2606.04596#bib.bib32)\); Lin \([2004](https://arxiv.org/html/2606.04596#bib.bib19)\); Banerjee and Lavie \([2005](https://arxiv.org/html/2606.04596#bib.bib20)\), and later embedding\-based metrics such as BERTScoreZhanget al\.\([2020](https://arxiv.org/html/2606.04596#bib.bib21)\)\. These metrics are inexpensive and scalable, but they mainly measure text similarity and do not directly assess whether the generated summary preserves or aligns with specific information in the reference\.

Recent work has explored more semantic evaluation protocols\. LLM\-based evaluators such as GPTScore and G\-Eval use large language models to judge generated text along flexible task\-specific criteriaFuet al\.\([2024](https://arxiv.org/html/2606.04596#bib.bib31)\); Liuet al\.\([2023](https://arxiv.org/html/2606.04596#bib.bib30)\)\. QA\-based metrics such as QuestEval evaluate summarization through question generation and question answeringRebuffelet al\.\([2021](https://arxiv.org/html/2606.04596#bib.bib52)\), and recent video\-summary evaluation further uses multimodal QA to assess coverage, factuality, and chronologyJung and Kim \([2025](https://arxiv.org/html/2606.04596#bib.bib6)\)\. These approaches provide richer diagnostics than surface overlap, but they can require multiple model calls per summary and are costly for large\-scale position\-wise evaluation over many videos, orders, and slots\.

For short news summaries, extractive\-fragment analysis provides another useful perspective by measuring partial phrase\-level overlapGruskyet al\.\([2018](https://arxiv.org/html/2606.04596#bib.bib46)\)\. This line of work is especially relevant when references are concise and contain fixed named entities or event phrases\.

## 3Evaluation

![Refer to caption](https://arxiv.org/html/2606.04596v1/x1.png)Figure 1:Overview of our evaluation pipeline\. We construct cyclic orderings for pairwise and listwise multi\-video inputs, generate aligned per\-video summaries, and evaluate positional effects with three complementary metrics\.Figure[1](https://arxiv.org/html/2606.04596#S3.F1)illustrates our evaluation pipeline\. We construct multi\-video inputs, prompt the model to generate aligned per\-video summaries, and evaluate positional effects with cyclic orderings across multiple settings, including model families, domains, video durations, and visual\-budget variants\. We then quantify positional effects using three metrics:Coverage,Directional Positional Bias\(DPB\), andMiddle\-Edge Gap\(MEG\)\.

### 3\.1Data Collection

We build our benchmark from two public datasets with human\-written reference summaries, covering four scenario categories:Cooking,Domestic,Leisure, andNews\. ForNews, we use the News Video DatasetWhiteheadet al\.\([2018](https://arxiv.org/html/2606.04596#bib.bib12)\)\. For the other three categories, we sample from ActivityNetHeilbronet al\.\([2015](https://arxiv.org/html/2606.04596#bib.bib11)\):Cookingcorresponds to eating and cooking activities,Domesticto household activities, andLeisureto social, relaxation, and recreational activities\.

These categories instantiate common online video\-use settings\. Prior work shows that users often encounter streams or sets of videos through recommendation\-driven multi\-video browsing, use online video platforms for how\-to learning, leisure viewing, and current events, and increasingly consume news through social platformsSmithet al\.\([2018](https://arxiv.org/html/2606.04596#bib.bib48)\); Covingtonet al\.\([2016](https://arxiv.org/html/2606.04596#bib.bib49)\)\.

To study the interaction between positional effects and video duration, we partition inputs into short videos \(0–1 minute\) and longer\-duration videos \(1–2 minutes\)\.CookingandNewscontain only short\-video settings, whileDomesticandLeisurecontain both short\- and longer\-duration settings\. For each domain–duration configuration, we randomly sample 27 video groups\. The four\-video groups are non\-overlapping within each topic–duration configuration, while the pairwise and four\-video settings may share videos within the same topic\. This yields 708 unique videos in total\. Although the number of unique videos is limited, cyclic\-based evaluation produces thousands of order\-controlled instances, enabling systematic analysis under a manageable inference budget\.

### 3\.2Summary Generation and Alignment

Models\.We evaluate both proprietary and open\-source MLLMs\. The main comparison includes InternVL3\.5\-8B, InternVL3\.5\-14BWanget al\.\([2025](https://arxiv.org/html/2606.04596#bib.bib53)\), Qwen3\-VL\-8B, Qwen3\-VL\-30B\-A3BBaiet al\.\([2025](https://arxiv.org/html/2606.04596#bib.bib39)\), MiniCPM\-o\-4\.5Cuiet al\.\([2026](https://arxiv.org/html/2606.04596#bib.bib54)\), GLM\-4\.1V\-9B\-ThinkingTeamet al\.\([2026](https://arxiv.org/html/2606.04596#bib.bib55)\), MiMo\-VL\-7B\-RLXiaomi \([2025](https://arxiv.org/html/2606.04596#bib.bib56)\), Gemini\-3\.1\-ProGoogle DeepMind \([2026](https://arxiv.org/html/2606.04596#bib.bib59)\), and GPT\-5\.4OpenAI \([2026](https://arxiv.org/html/2606.04596#bib.bib60)\)\.

Input scale\.We focus on two input scales: pairwise inputs with two videos \(P=2P\{=\}2\) and listwise inputs with four videos \(P=4P\{=\}4\)\. For each scale, we use a cyclic permutation design so that each video appears at every position exactly once\. This supports balanced within\-video positional analysis while keeping the number of permutations tractable\. We use domain\-scale notation \(e\.g\., Cooking\-2, News\-4\) to denote experiments on a specific domain with a given number of input videos\.

Input configuration\.All main runs use the same task protocol: the task instruction and output format are given first, followed by labeled video clips in cyclic order, with a blank boundary frame between consecutive clips\. We usetop\_p=1\.0and temperature0\.90\.9unless otherwise specified\.

We set the requested summary length according to reference granularity: ActivityNet\-derived references average about 3\.4 sentences per video, so we ask for four sentences per video; News references average about 1\.2 sentences, so we ask for two sentences per video\. For frame\-based inputs, we uniformly sample frames, using 16 frames per video for short\-video and 24 frames for longer ActivityNet settings when supported\. The default resolution is448×448448\{\\times\}448\.

Per\-video summary alignment\.We use a two\-stage alignment strategy\. First, we instruct the model to produce per\-video summaries with a fixed template such as\[video0\] \.\.\.,\[video1\] \.\.\., and extract the segments by pattern matching\. When the output deviates from the template, we apply a fallback semantic alignment: we split the reference summaries and model output into sentences, compute sentence\-level semantic similarity, and assign each generated sentence to the video with the highest similarity score\. Sentences assigned to the same video are then concatenated into the aligned per\-video summary\.

### 3\.3Evaluation Metrics

LetPPbe the number of input videos andp∈\{1,…,P\}p\\in\\\{1,\\dots,P\\\}the slot position\. We denote the coverage score of the video at positionppin instanceiibyCi,pC\_\{i,p\}\.

#### 3\.3\.1Coverage\.

Coverage measures whether the generated summary preserves the key information in the human\-written reference\. Because reference granularity differs across datasets, we use dataset\-adaptive estimators\.

For ActivityNet\-based domains, we use sentence\-level semantic coverage\. Given reference sentences and the generated summary for the same video, GPT\-5\.1OpenAI \([2025](https://arxiv.org/html/2606.04596#bib.bib47)\)judges whether each reference sentence is covered, allowing paraphrases and minor wording differences\. LetNcov\(i,p\)N\_\{\\mathrm\{cov\}\}^\{\(i,p\)\}be the number of covered reference sentences andNref\(i,p\)N\_\{\\mathrm\{ref\}\}^\{\(i,p\)\}the total number of reference sentences:

Ci,p=Ncov\(i,p\)Nref\(i,p\)\.C\_\{i,p\}=\\frac\{N\_\{\\mathrm\{cov\}\}^\{\(i,p\)\}\}\{N\_\{\\mathrm\{ref\}\}^\{\(i,p\)\}\}\.\(1\)
For News, references are much shorter, averaging about 1\.2 sentences per video, and their key information often lies in specific named entities, locations, organizations, and event phrases\. Binary sentence\-level scoring is therefore too coarse: it can miss partial preservation of these surface\-specific details\. We instead use reference\-fragment coverage inspired by NEWSROOMGruskyet al\.\([2018](https://arxiv.org/html/2606.04596#bib.bib46)\): we greedily match the longest contiguous reference spans appearing in the generated summary and compute the proportion of matched reference tokens:

Ci,pfrag=\|ℳi,p\|\|ri,p\|,C\_\{i,p\}^\{\\mathrm\{frag\}\}=\\frac\{\|\\mathcal\{M\}\_\{i,p\}\|\}\{\|r\_\{i,p\}\|\},\(2\)whereℳi,p\\mathcal\{M\}\_\{i,p\}is the set of matched reference\-token positions and\|ri,p\|\|r\_\{i,p\}\|is the number of reference tokens\.

#### 3\.3\.2Directional Positional Bias\.

Directional Positional Bias \(DPB\) measures earlier\-versus\-later preference\. We assign each position a linear weight

αp=2​p−P−1P−1,\\alpha\_\{p\}=\\frac\{2p\-P\-1\}\{P\-1\},\(3\)whereα1=−1\\alpha\_\{1\}=\-1andαP=1\\alpha\_\{P\}=1\. For instanceii:

DPBi=∑p=1Pαp​Ci,p∑p=1PCi,p\+ϵ,\\mathrm\{DPB\}\_\{i\}=\\frac\{\\sum\_\{p=1\}^\{P\}\\alpha\_\{p\}C\_\{i,p\}\}\{\\sum\_\{p=1\}^\{P\}C\_\{i,p\}\+\\epsilon\},\(4\)and aggregate over instances:

DPB=1N​∑i=1NDPBi\.\\mathrm\{DPB\}=\\frac\{1\}\{N\}\\sum\_\{i=1\}^\{N\}\\mathrm\{DPB\}\_\{i\}\.\(5\)Negative values indicate earlier\-position preference, and positive values indicate later\-position preference\. Near\-zero DPB does not imply position invariance, since non\-monotonic effects, such as middle\-position weakness, can cancel out in this signed measure\. We therefore also use Middle\-Edge Gap \(MEG\) to capture whether middle positions underperform edge positions in four\-video inputs\.

#### 3\.3\.3Middle\-Edge Gap\.

For four\-video inputs \(P=4P=4\), we define MEG as:

MEGi=Ci,2\+Ci,32−Ci,1\+Ci,42,\\mathrm\{MEG\}\_\{i\}=\\frac\{C\_\{i,2\}\+C\_\{i,3\}\}\{2\}\-\\frac\{C\_\{i,1\}\+C\_\{i,4\}\}\{2\},\(6\)with aggregate

MEG=1N​∑i=1NMEGi\.\\mathrm\{MEG\}=\\frac\{1\}\{N\}\\sum\_\{i=1\}^\{N\}\\mathrm\{MEG\}\_\{i\}\.\(7\)Negative MEG indicates middle\-position weakness, while positive MEG indicates a middle\-position advantage\.

## 4Experimental Results

Table 1:Coverage\-based Directional Positional Bias \(DPB\) and Middle\-Edge Gap \(MEG\) across domains and models\. Negative DPB values indicate primacy, i\.e\., higher coverage for earlier positions, while positive values indicate recency, i\.e\., higher coverage for later positions\. MEG is defined only for four\-video inputs; negative MEG values indicate middle\-position weakness\.### 4\.1Main Results

Table 1 shows that positional effects do not reduce to a single universal primacy or recency pattern\. Instead, the dominant pattern is heterogeneity across models and domains\.

##### Middle\-position weakness can be hidden by signed directional bias\.

DPB alone does not capture non\-monotonic position effects\. Several settings with near\-zero DPB still exhibit negative Middle\-Edge Gap \(MEG\)\. For instance, InternVL3\.5\-14B on Leisure\-4 \(Short\) has DPB0\.07%0\.07\\%but MEG−2\.65%\-2\.65\\%\. Similarly, GLM\-4\.1V\-9B\-Thinking has DPB−1\.10%\-1\.10\\%but MEG−2\.82%\-2\.82\\%\.

##### Pairwise and listwise settings reveal different behavior\.

Pairwise directional bias does not reliably predict four\-video behavior\. Several largeP=2P\{=\}2effects shrink or reverse underP=4P\{=\}4inputs\. For example, Qwen3\-VL\-8B changes from a strong recency pattern on Domestic\-2 \(Short,\+8\.13%\+8\.13\\%\) to nearly zero DPB on Domestic\-4 \(Short,−0\.37%\-0\.37\\%\)\. InternVL3\.5\-8B moves from strong recency on Leisure\-2 \(Long,\+13\.89%\+13\.89\\%\) to mild primacy on Leisure\-4 \(Long,−1\.28%\-1\.28\\%\)\. This suggests that listwise multi\-video summarization introduces position interactions that are not visible in pairwise evaluation\.

##### Video duration changes the shape of positional effects\.

This can occur because longer\-duration settings use a larger sampled\-frame budget, shifting the absolute input locations of later clips even when their relative slot indices are unchanged\. In Domestic\-4, several models show more negative MEG under longer inputs, such as Qwen3\-VL\-30B \(−2\.63%\-2\.63\\%to−3\.68%\-3\.68\\%\) and InternVL3\.5\-14B \(−2\.11%\-2\.11\\%to−3\.15%\-3\.15\\%\)\. In Leisure\-4, negative MEG is common in both short and long settings, but some models change substantially: GPT\-5\.4 moves from positive MEG in the short setting \(\+1\.20%\+1\.20\\%\) to negative MEG in the long setting \(−2\.01%\-2\.01\\%\)\. These patterns suggest that duration and visual context length can modulate positional effects, rather than simply amplifying a fixed primacy or recency bias\.

##### Case study\.

Among the proprietary models, we observe strong directional positional effects in both Gemini\-3\.1\-Pro and GPT\-5\.4 on Domestic\-2 \(Short\)\. GPT\-5\.4 has DPB−14\.97%\-14\.97\\%on Domestic\-2 \(Short\), indicating substantially lower coverage for the second\-position video\. Manual inspection shows that the lower\-scoring second\-position summaries are often more generic, omitting concrete actions or object details\. For example, summaries describing workers near a concrete or plaster machine were not judged as covering the reference phrase about men making plaster, and summaries mentioning a pit stop or loose tires were not judged as covering the specific action of changing tires\.

This case also shows that small DPB values should be interpreted carefully\. Near\-zero DPB may reflect balanced coverage, but it may also occur when a model is uniformly generic and fails to cover all videos well\. Stronger models may therefore exhibit larger measured positional bias because they preserve more details in favored positions, making uneven coverage easier to detect\.

We also find that coverage differences can be accompanied by uneven output allocation\. Table[2](https://arxiv.org/html/2606.04596#S4.T2)shows Qwen3\-VL\-8B on Domestic\-4 \(Short\)\. The middle slots have comparable word counts to the first slot but lower coverage, while the final slot is longer and more often exceeds the requested number of sentences\.

Table 2:Output allocation example for Qwen3\-VL\-8B on Domestic\-4 \(Short\)\.Over\-rate denotes the proportion of outputs exceeding the requested number of sentences\.

### 4\.2Visual\-budget robustness\.

We further examine whether the observed positional effect is an artifact of a particular visual input configuration\. This analysis uses Qwen3\-VL\-8B on theP=4P\{=\}4short\-video setting\. We vary the number of sampled frames while fixing the resolution at448×448448\{\\times\}448, and vary the resolution while fixing the frame count at 16\. We report MEG \(%\), where negative values indicate that middle positions underperform edge positions\.

![Refer to caption](https://arxiv.org/html/2606.04596v1/x2.png)Figure 2:Visual\-budget robustness check for Qwen3\-VL\-8B\.Figure[2](https://arxiv.org/html/2606.04596#S4.F2)shows that the negative MEG pattern is largely preserved under visual\-budget changes\. InDomestic, MEG remains negative under all tested settings\.

We also run the same visual\-budget ablation on MiMo\-VL\-7B\-RL, whose more stable effect appears in Coverage: using only 8 frames reduces average Coverage across domains, while 24 frames improves it\. We report the full MiMo ablation in Appendix[C\.3](https://arxiv.org/html/2606.04596#A3.SS3)\.

### 4\.3Requested Summary Budget and Middle\-Position Weakness

We next test whether middle\-position weakness is driven by the summary\-length constraint in the prompt\. A tight requested budget may force the model to omit details unevenly across positions\. We therefore vary the requested per\-video budget with three settings: short, base, and long, corresponding to 1/2, 2/4, and 3/6 requested sentences for News/ActivityNet\-based domains, respectively\. For each four\-video input, we compute MEG and also report an exact\-budget subset whose generated sentence counts match the requested numbers\.

Table 3:MEG for the Domestic\-long setting under different requested summary budgetsTable[3](https://arxiv.org/html/2606.04596#S4.T3)illustrates the pattern on Domestic\-long\. Under the short budget, the gap becomes much smaller in the exact\-budget subset, suggesting that a tight two\-sentence budget compresses all positions and can mask position\-specific differences\. With larger budgets, the gap remains negative even after sentence\-count matching, and is largest in the long setting\. Thus, giving the model more output space does not necessarily remove middle\-position weakness; it can instead make uneven detail allocation more visible\.

More broadly, increasing the requested budget does not benefit all positions equally\. From short to long, middle positions receive smaller coverage gains than edge positions in four of sixP=4P=4datasets\. This suggests that the issue is not only whether the model writes enough sentences, but how added generation space is allocated across input positions\.

### 4\.4Boundary\-format Robustness

Prior multi\-video benchmarks show that MLLMs can struggle to filter irrelevant information across videos in multi\-video inputsPenget al\.\([2025](https://arxiv.org/html/2606.04596#bib.bib50)\)\. This makes input boundary design a relevant protocol factor: visual separators may help models segment videos, while text\-only labels may change how strongly the model separates one video from another\. We therefore compare the default black\-frame separator with a text\-label\-only variant\.

Overall, changing the boundary format affects the position\-wise coverage curve, but does not provide a consistent improvement\. For InternVL3\.5\-8B, the text\-label\-only format changes the curve more visibly:CookingandDomesticshow less negative MEG, but this does not translate into uniformly better summary quality\. InDomestic, position 2 improves while position 4 drops substantially, suggesting that text\-only boundaries flatten the curve rather than consistently improving coverage\. For Qwen3\-VL\-8B, removing black frames does not remove the middle\-position weakness\.

![Refer to caption](https://arxiv.org/html/2606.04596v1/x3.png)Figure 3:Boundary\-format comparison for InternVL3\.5\-8B\.As a slot\-boundary sanity check, we also compare each generated slot summary with its own reference and with the other references in the same group using TF\-IDF content\-token similarity\. A slot is marked as potential contamination only when it is substantially more similar to another video’s reference than to its own\. This proxy is not a verified leakage label, but it can reveal large\-scale slot\-boundary failures\. We do not observe a systematic increase in potential contamination under text\-label\-only formatting\.

## 5Prompt\-Level Mitigation and Diagnostics

We explore lightweight prompt\-level interventions and diagnostics that do not require model retraining or architectural access\. We first test an explicit balanced\-attention instruction, then evaluate a single\-target generation protocol, and finally examine prompt placement as a target\-binding diagnostic\.

### 5\.1Balanced\-attention instruction\.

We first add a direct instruction asking the model to allocate equal attention to each video\. Figure[4](https://arxiv.org/html/2606.04596#S5.F4)shows that this intervention does not provide reliable mitigation\. For Qwen3\-VL\-8B, the equal\-attention prompt does not produce a stable coverage balancing effect across positions\. For InternVL3\.5\-8B, the Cooking curve becomes flatter, but this flattening partly comes from lowering edge\-position coverage rather than uniformly improving all positions\. Thus, the prompt can reshape the position\-wise coverage curve, but does not consistently improve summary quality or remove positional imbalance\.

![Refer to caption](https://arxiv.org/html/2606.04596v1/x4.png)Figure 4:Effect of equal\-attention prompting on position\-wise coverage for Qwen3\-VL\-8B and InternVL3\.5\-8B\.
### 5\.2Single\-target Prompting

We also test a single\-target generation protocol as an output\-side diagnostic\. The model receives the same multi\-video input, but each call requests only one specified target\-video summary instead of all summaries in one response\. This removes previously generated summaries from the autoregressive prefix and tests whether position\-dependent errors arise from joint generation effects, such as uneven detail allocation, or cross\-summary contamination\. If the bias persists, it is more likely due to the multi\-video input itself; if it weakens, joint multi\-summary generation may contribute to the effect\.

##### Target\-addressing concern\.

Single\-target prompting introduces an additional target\-addressing ambiguity that is less salient in joint per\-video generation\. Unlike joint generation, where the model outputs descriptions for all videos together, single\-target prompting requires the model to resolve one specified label\. We observe that models may confuse this label with ordinal position: even when the prompt explicitly states which frames correspond to each label,video\[1\]can still be treated as the first or currently queried video rather than the second zero\-indexed video\.

To quantify this label\-resolution issue, we compute TF\-IDF cosine similarity between each generated summary and the four references in the same group\. A target hit occurs when the true target reference has the highest similarity; a margin confusion occurs when another reference exceeds the true target by over 0\.05\. Table[4](https://arxiv.org/html/2606.04596#S5.T4)shows that one\-indexed labels mainly improve target addressing at position 2, where zero\-indexing is most ambiguous\. We therefore compare zero\-indexed and one\-indexed labels on InternVL3\.5\-14B to test whether this addressing convention contributes to the single\-target effect\.

Table 4:Effect of changing single\-target labels from zero\-indexed to one\-indexed form on InternVL3\.5\-14B\.Table 5:Effect of single\-target prompting relative to joint generation for InternVL3\.5\-14B\. Weak positions are identified from the joint\-generation setting\.Δ\\DeltaDensity is the change in coverage per 100 words\.
##### Effect analysis\.

Table[5](https://arxiv.org/html/2606.04596#S5.T5)shows a scale\-dependent effect\. ForP=4P\{=\}4, single\-target prompting improves the weak\-position coverage by 2\.87 percentage points and improves the weakest joint\-generation position in 4 of 6 datasets\. The gain is accompanied by a much larger sentence increase, especially for positions that were compressed in the joint output\.

In contrast, forP=2P\{=\}2, the weak\-position coverage decreases despite a small increase in generated sentences\. Overall, this protocol is not a general summarization improvement, but a possible inference\-time workaround when the number of input videos grows and joint generation begins to compress some summary slots\.

### 5\.3Prompt Placement and Leakage Audit

We next examine whether prompt placement affects target binding\. In the main setting, the task instruction appears before the videos, while a video\-first variant places the same instruction after the videos\. We first inspect the easierP=2P\{=\}2setting, where inputs are shorter and model performance is generally stronger\. For InternVL3\.5\-14B, video\-first produces slightly longer ActivityNet outputs on average \(3\.817 vs\. 3\.667 sentences\), but reducesP=2P\{=\}2coverage by 4\.29 points\. This suggests that prompt placement affects target binding, not merely instruction compliance\.

To further test this target\-binding concern, we conduct a targeted leakage audit\. A full target\-alignment audit would require comparing thousands of generated summaries with their corresponding videos\. Instead, we use a reference\-based candidate miner to reduce the review space\. The miner is designed around the observation that cross\-video leakage often appears as a concrete action or object detail from another video, even when clips have similar scenes\. For each generated sentence, it compares concrete action/object anchor words against the reference of the claimed target video and the references of the other videos in the same group\. A sentence is selected as a candidate when its concrete evidence is weakly supported by the claimed target but better supported by another video\. We then manually inspect these candidates against the videos and count a verified leak only when the sentence describes another input video\.

Table 6:Manual verification of candidate cross\-video leakage under prompt\-placement variants\. Cand\. sent\. denotes mined candidate sentences; Verified leak denotes manually confirmed leakage sentences; Cand\. prec\. is Verified leak / Cand\. sent\.Table[6](https://arxiv.org/html/2606.04596#S5.T6)shows that video\-first prompting produces more mined candidates and more manually verified leakage sentences than prompt\-first prompting\. At the position level, candidate precision is higher for positions 2 and 3 than for positions 1 and 4 under both prompt placements\. We observe two recurring failure modes: full target\-addressing failures, where the summary is assigned to the wrong video, and local detail intrusions, where the summary mostly describes the target video but borrows a concrete action or object from another video\. Since one target\-addressing error can affect multiple generated sentences, sentence\-level counts may overstate the number of independent leakage events\.

## 6Conclusion

We present a systematic study of positional bias in multi\-video summarization for MLLMs\. Our results show that current models are not reliably position\-invariant: summary quality varies with input order across domains, model families, and input settings\. We further show that signed directional bias alone is insufficient, since low DPB can still hide middle\-position weakness under MEG\. Robustness and protocol analyses suggest that these effects are not reducible to a single artifact, while lightweight prompt\-level interventions only partially reshape them\. Our benchmark, metrics, and diagnostics provide a foundation for studying and improving order robustness in multi\-video summarization\.

## 7Limitations

Input scale and domains\.Our main experiments focus on inputs of up to four videos and clips within the 0–2 minute range from selected scenario categories\. Positional effects under longer video lists, longer clips, or more open\-ended video mixtures remain open questions\.

Evaluation scope\.Our coverage scores depend on human\-written references\. ActivityNet\-derived domains and News also use different coverage estimators because their reference granularities differ, so absolute scores should be compared within each dataset family rather than across families\. Our leakage audits are diagnostic and candidate\-based, not exhaustive annotations of all generated content\.

Mechanistic and intervention scope\.We mainly provide behavioral and protocol\-level analyses\. Although our ablation and mitigation experiments identify factors that reshape positional effects, they do not provide a full causal mechanism\. Also, stronger mitigation may require training\-time or architectural interventions beyond lightweight prompting\.

## 8Potential Risks

A potential risk of this work is that positional bias may be misused to place preferred videos in fixed positions, thereby shaping summary emphasis and causing overexposure of some content while reducing the visibility of others\.

## References

- MVPBench: a multi\-video perception evaluation benchmark for multi\-modal video understanding\.External Links:2603\.22756,[Link](https://arxiv.org/abs/2603.22756)Cited by:[§1](https://arxiv.org/html/2606.04596#S1.p1.1)\.
- S\. Bai, Y\. Cai, R\. Chen, K\. Chen, X\. Chen, Z\. Cheng, L\. Deng, W\. Ding, C\. Gao, C\. Ge, W\. Ge, Z\. Guo, Q\. Huang, J\. Huang, F\. Huang, B\. Hui, S\. Jiang, Z\. Li, M\. Li, M\. Li, K\. Li, Z\. Lin, J\. Lin, X\. Liu, J\. Liu, C\. Liu, Y\. Liu, D\. Liu, S\. Liu, D\. Lu, R\. Luo, C\. Lv, R\. Men, L\. Meng, X\. Ren, X\. Ren, S\. Song, Y\. Sun, J\. Tang, J\. Tu, J\. Wan, P\. Wang, P\. Wang, Q\. Wang, Y\. Wang, T\. Xie, Y\. Xu, H\. Xu, J\. Xu, Z\. Yang, M\. Yang, J\. Yang, A\. Yang, B\. Yu, F\. Zhang, H\. Zhang, X\. Zhang, B\. Zheng, H\. Zhong, J\. Zhou, F\. Zhou, J\. Zhou, Y\. Zhu, and K\. Zhu \(2025\)Qwen3\-vl technical report\.External Links:2511\.21631,[Link](https://arxiv.org/abs/2511.21631)Cited by:[§3\.2](https://arxiv.org/html/2606.04596#S3.SS2.p1.1)\.
- S\. Banerjee and A\. Lavie \(2005\)METEOR: an automatic metric for MT evaluation with improved correlation with human judgments\.InProceedings of the ACL Workshop on Intrinsic and Extrinsic Evaluation Measures for Machine Translation and/or Summarization,J\. Goldstein, A\. Lavie, C\. Lin, and C\. Voss \(Eds\.\),Ann Arbor, Michigan,pp\. 65–72\.External Links:[Link](https://aclanthology.org/W05-0909/)Cited by:[§2\.2](https://arxiv.org/html/2606.04596#S2.SS2.p1.1)\.
- Y\. Chang, X\. Wang, J\. Wang, Y\. Wu, L\. Yang, K\. Zhu, H\. Chen, X\. Yi, C\. Wang, Y\. Wang, W\. Ye, Y\. Zhang, Y\. Chang, P\. S\. Yu, Q\. Yang, and X\. Xie \(2024\)A survey on evaluation of large language models\.ACM Trans\. Intell\. Syst\. Technol\.15\(3\)\.External Links:ISSN 2157\-6904,[Link](https://doi.org/10.1145/3641289),[Document](https://dx.doi.org/10.1145/3641289)Cited by:[§2\.2](https://arxiv.org/html/2606.04596#S2.SS2.p1.1)\.
- P\. Covington, J\. Adams, and E\. Sargin \(2016\)Deep neural networks for youtube recommendations\.InProceedings of the 10th ACM Conference on Recommender Systems,RecSys ’16,New York, NY, USA,pp\. 191–198\.External Links:ISBN 9781450340359,[Link](https://doi.org/10.1145/2959100.2959190),[Document](https://dx.doi.org/10.1145/2959100.2959190)Cited by:[§3\.1](https://arxiv.org/html/2606.04596#S3.SS1.p2.1)\.
- J\. Cui, B\. Xu, C\. Wang, T\. Yu, W\. Sun, Y\. Xu, T\. Wang, Z\. He, W\. Ma, T\. Cai, J\. Gui, L\. Zhang, X\. Sun, F\. Huang, M\. Chen, Z\. Lin, H\. Liu, Q\. Gui, Q\. Han, Y\. Wen, H\. Liu, R\. Wang, Y\. Zhang, H\. Wei, C\. Chen, Y\. Li, K\. Fang, J\. Zhou, Y\. Li, G\. Zeng, C\. Xiao, Y\. Lin, X\. Han, M\. Sun, Z\. Liu, and Y\. Yao \(2026\)MiniCPM\-o 4\.5: towards real\-time full\-duplex omni\-modal interaction\.External Links:2604\.27393,[Link](https://arxiv.org/abs/2604.27393)Cited by:[§3\.2](https://arxiv.org/html/2606.04596#S3.SS2.p1.1)\.
- J\. Fu, S\. Ng, Z\. Jiang, and P\. Liu \(2024\)GPTScore: evaluate as you desire\.InProceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies \(Volume 1: Long Papers\),K\. Duh, H\. Gomez, and S\. Bethard \(Eds\.\),Mexico City, Mexico,pp\. 6556–6576\.External Links:[Link](https://aclanthology.org/2024.naacl-long.365/),[Document](https://dx.doi.org/10.18653/v1/2024.naacl-long.365)Cited by:[§2\.2](https://arxiv.org/html/2606.04596#S2.SS2.p2.1)\.
- Google DeepMind \(2026\)Gemini 3\.1 pro model card\.External Links:[Link](https://deepmind.google/models/model-cards/gemini-3-1-pro/)Cited by:[§3\.2](https://arxiv.org/html/2606.04596#S3.SS2.p1.1)\.
- M\. Grenander, Y\. Dong, J\. C\. K\. Cheung, and A\. Louis \(2019\)Countering the effects of lead bias in news summarization via multi\-stage training and auxiliary losses\.InProceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing \(EMNLP\-IJCNLP\),K\. Inui, J\. Jiang, V\. Ng, and X\. Wan \(Eds\.\),Hong Kong, China,pp\. 6019–6024\.External Links:[Link](https://aclanthology.org/D19-1620/),[Document](https://dx.doi.org/10.18653/v1/D19-1620)Cited by:[§1](https://arxiv.org/html/2606.04596#S1.p2.1),[§2\.1](https://arxiv.org/html/2606.04596#S2.SS1.p1.1)\.
- M\. Grusky, M\. Naaman, and Y\. Artzi \(2018\)Newsroom: a dataset of 1\.3 million summaries with diverse extractive strategies\.InProceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 \(Long Papers\),M\. Walker, H\. Ji, and A\. Stent \(Eds\.\),New Orleans, Louisiana,pp\. 708–719\.External Links:[Link](https://aclanthology.org/N18-1065/),[Document](https://dx.doi.org/10.18653/v1/N18-1065)Cited by:[§2\.2](https://arxiv.org/html/2606.04596#S2.SS2.p3.1),[§3\.3\.1](https://arxiv.org/html/2606.04596#S3.SS3.SSS1.p3.3)\.
- F\. C\. Heilbron, V\. Escorcia, B\. Ghanem, and J\. C\. Niebles \(2015\)ActivityNet: a large\-scale video benchmark for human activity understanding\.In2015 IEEE Conference on Computer Vision and Pattern Recognition \(CVPR\),Vol\.,pp\. 961–970\.External Links:[Document](https://dx.doi.org/10.1109/CVPR.2015.7298698)Cited by:[§1](https://arxiv.org/html/2606.04596#S1.p3.1),[§3\.1](https://arxiv.org/html/2606.04596#S3.SS1.p1.1)\.
- Y\. Hou, J\. Zhang, Z\. Lin, H\. Lu, R\. Xie, J\. McAuley, and W\. X\. Zhao \(2024\)Large language models are zero\-shot rankers for recommender systems\.External Links:2305\.08845,[Link](https://arxiv.org/abs/2305.08845)Cited by:[§2\.1](https://arxiv.org/html/2606.04596#S2.SS1.p1.1)\.
- W\. Jung and J\. Kim \(2025\)QEVA: a reference\-free evaluation metric for narrative video summarization with multimodal question answering\.InFindings of the Association for Computational Linguistics: EMNLP 2025,C\. Christodoulopoulos, T\. Chakraborty, C\. Rose, and V\. Peng \(Eds\.\),Suzhou, China,pp\. 24632–24642\.External Links:[Link](https://aclanthology.org/2025.findings-emnlp.1340/),[Document](https://dx.doi.org/10.18653/v1/2025.findings-emnlp.1340),ISBN 979\-8\-89176\-335\-7Cited by:[§1](https://arxiv.org/html/2606.04596#S1.p1.1),[§2\.2](https://arxiv.org/html/2606.04596#S2.SS2.p2.1)\.
- K\. Kansal, N\. Kansal, S\. Bavana, B\. K\. Vamshi, and N\. Goyal \(2023\)A systematic study on video summarization: approaches, challenges, and future directions\.InProceedings of the 2nd Workshop on User\-Centric Narrative Summarization of Long Videos,NarSUM ’23,New York, NY, USA,pp\. 65–73\.External Links:ISBN 9798400702778,[Link](https://doi.org/10.1145/3607540.3617139),[Document](https://dx.doi.org/10.1145/3607540.3617139)Cited by:[§1](https://arxiv.org/html/2606.04596#S1.p1.1)\.
- R\. Koo, M\. Lee, V\. Raheja, J\. I\. Park, Z\. M\. Kim, and D\. Kang \(2024\)Benchmarking cognitive biases in large language models as evaluators\.InFindings of the Association for Computational Linguistics: ACL 2024,L\. Ku, A\. Martins, and V\. Srikumar \(Eds\.\),Bangkok, Thailand,pp\. 517–545\.External Links:[Link](https://aclanthology.org/2024.findings-acl.29/),[Document](https://dx.doi.org/10.18653/v1/2024.findings-acl.29)Cited by:[§2\.1](https://arxiv.org/html/2606.04596#S2.SS1.p1.1)\.
- C\. Lin \(2004\)ROUGE: a package for automatic evaluation of summaries\.InText Summarization Branches Out,Barcelona, Spain,pp\. 74–81\.External Links:[Link](https://aclanthology.org/W04-1013/)Cited by:[§2\.2](https://arxiv.org/html/2606.04596#S2.SS2.p1.1)\.
- N\. F\. Liu, K\. Lin, J\. Hewitt, A\. Paranjape, M\. Bevilacqua, F\. Petroni, and P\. Liang \(2024\)Lost in the middle: how language models use long contexts\.Transactions of the Association for Computational Linguistics12,pp\. 157–173\.External Links:[Link](https://aclanthology.org/2024.tacl-1.9/),[Document](https://dx.doi.org/10.1162/tacl%5Fa%5F00638)Cited by:[§1](https://arxiv.org/html/2606.04596#S1.p2.1),[§2\.1](https://arxiv.org/html/2606.04596#S2.SS1.p1.1)\.
- Y\. Liu, D\. Iter, Y\. Xu, S\. Wang, R\. Xu, and C\. Zhu \(2023\)G\-eval: NLG evaluation using gpt\-4 with better human alignment\.InProceedings of the 2023 Conference on Empirical Methods in Natural Language Processing,H\. Bouamor, J\. Pino, and K\. Bali \(Eds\.\),Singapore,pp\. 2511–2522\.External Links:[Link](https://aclanthology.org/2023.emnlp-main.153/),[Document](https://dx.doi.org/10.18653/v1/2023.emnlp-main.153)Cited by:[§2\.2](https://arxiv.org/html/2606.04596#S2.SS2.p2.1)\.
- OpenAI \(2025\)GPT\-5\.1 instant and gpt\-5\.1 thinking system card addendum\.Note:[https://cdn\.openai\.com/pdf/4173ec8d\-1229\-47db\-96de\-06d87147e07e/5\_1\_system\_card\.pdf](https://cdn.openai.com/pdf/4173ec8d-1229-47db-96de-06d87147e07e/5_1_system_card.pdf)Cited by:[§3\.3\.1](https://arxiv.org/html/2606.04596#S3.SS3.SSS1.p2.2)\.
- OpenAI \(2026\)GPT\-5\.4 Thinking System Card\.Note:[https://openai\.com/index/gpt\-5\-4\-thinking\-system\-card/](https://openai.com/index/gpt-5-4-thinking-system-card/)Cited by:[§3\.2](https://arxiv.org/html/2606.04596#S3.SS2.p1.1)\.
- K\. Papineni, S\. Roukos, T\. Ward, and W\. Zhu \(2002\)Bleu: a method for automatic evaluation of machine translation\.InProceedings of the 40th Annual Meeting of the Association for Computational Linguistics,P\. Isabelle, E\. Charniak, and D\. Lin \(Eds\.\),Philadelphia, Pennsylvania, USA,pp\. 311–318\.External Links:[Link](https://aclanthology.org/P02-1040/),[Document](https://dx.doi.org/10.3115/1073083.1073135)Cited by:[§2\.2](https://arxiv.org/html/2606.04596#S2.SS2.p1.1)\.
- T\. Peng, H\. Wang, Y\. Zhang, Z\. M\. Wang, Z\. Wang, G\. Zhang, J\. Yang, S\. Li, Y\. Wang, X\. Wang, H\. Li, W\. Ji, P\. Wan, W\. Huang, Z\. Zhang, and J\. Liu \(2025\)MVU\-eval: towards multi\-video understanding evaluation for multimodal LLMs\.InThe Thirty\-ninth Annual Conference on Neural Information Processing Systems Datasets and Benchmarks Track,External Links:[Link](https://openreview.net/forum?id=UZD5CQV6f9)Cited by:[§1](https://arxiv.org/html/2606.04596#S1.p1.1),[§4\.4](https://arxiv.org/html/2606.04596#S4.SS4.p1.1)\.
- C\. Rebuffel, T\. Scialom, L\. Soulier, B\. Piwowarski, S\. Lamprier, J\. Staiano, G\. Scoutheeten, and P\. Gallinari \(2021\)Data\-QuestEval: a referenceless metric for data\-to\-text semantic evaluation\.InProceedings of the 2021 Conference on Empirical Methods in Natural Language Processing,M\. Moens, X\. Huang, L\. Specia, and S\. W\. Yih \(Eds\.\),Online and Punta Cana, Dominican Republic,pp\. 8029–8036\.External Links:[Link](https://aclanthology.org/2021.emnlp-main.633/),[Document](https://dx.doi.org/10.18653/v1/2021.emnlp-main.633)Cited by:[§2\.2](https://arxiv.org/html/2606.04596#S2.SS2.p2.1)\.
- P\. Schilcher, D\. Karasin, M\. Schöpf, H\. Saleh, A\. Tommasel, and M\. Schedl \(2025\)Characterizing positional bias in large language models: a multi\-model evaluation of prompt order effects\.InFindings of the Association for Computational Linguistics: EMNLP 2025,C\. Christodoulopoulos, T\. Chakraborty, C\. Rose, and V\. Peng \(Eds\.\),Suzhou, China,pp\. 20643–20664\.External Links:[Link](https://aclanthology.org/2025.findings-emnlp.1124/),[Document](https://dx.doi.org/10.18653/v1/2025.findings-emnlp.1124),ISBN 979\-8\-89176\-335\-7Cited by:[§2\.1](https://arxiv.org/html/2606.04596#S2.SS1.p1.1)\.
- L\. Shi, C\. Ma, W\. Liang, X\. Diao, W\. Ma, and S\. Vosoughi \(2025\)Judging the judges: a systematic study of position bias in LLM\-as\-a\-judge\.InProceedings of the 14th International Joint Conference on Natural Language Processing and the 4th Conference of the Asia\-Pacific Chapter of the Association for Computational Linguistics,K\. Inui, S\. Sakti, H\. Wang, D\. F\. Wong, P\. Bhattacharyya, B\. Banerjee, A\. Ekbal, T\. Chakraborty, and D\. P\. Singh \(Eds\.\),Mumbai, India,pp\. 292–314\.External Links:[Link](https://aclanthology.org/2025.ijcnlp-long.18/),ISBN 979\-8\-89176\-298\-5Cited by:[§2\.1](https://arxiv.org/html/2606.04596#S2.SS1.p1.1)\.
- A\. Smith, S\. Toor, and P\. van Kessel \(2018\)Many turn to youtube for children’s content, news, how\-to lessons\.Technical reportPew Research Center\.External Links:[Link](https://www.pewresearch.org/internet/2018/11/07/many-turn-to-youtube-for-childrens-content-news-how-to-lessons/)Cited by:[§3\.1](https://arxiv.org/html/2606.04596#S3.SS1.p2.1)\.
- V\. Team, W\. Hong, W\. Yu, X\. Gu, G\. Wang, G\. Gan, H\. Tang, J\. Cheng, J\. Qi, J\. Ji, L\. Pan, S\. Duan, W\. Wang, Y\. Wang, Y\. Cheng, Z\. He, Z\. Su, Z\. Yang, Z\. Pan, A\. Zeng, B\. Wang, B\. Chen, B\. Shi, C\. Pang, C\. Zhang, D\. Yin, F\. Yang, G\. Chen, H\. Li, J\. Zhu, J\. Chen, J\. Xu, J\. Xu, J\. Chen, J\. Lin, J\. Chen, J\. Wang, J\. Chen, L\. Lei, L\. Gong, L\. Pan, M\. Liu, M\. Xu, M\. Zhang, Q\. Zheng, R\. Lyu, S\. Tu, S\. Yang, S\. Meng, S\. Zhong, S\. Huang, S\. Zhao, S\. Xue, T\. Zhang, T\. Luo, T\. Hao, T\. Tong, W\. Jia, W\. Li, X\. Liu, X\. Zhang, X\. Lyu, X\. Zhang, X\. Fan, X\. Huang, Y\. Xue, Y\. Wang, Y\. Wang, Y\. Wang, Y\. An, Y\. Du, Y\. Huang, Y\. Niu, Y\. Shi, Y\. Wang, Y\. Wang, Y\. Yue, Y\. Li, Y\. Liu, Y\. Zhang, Y\. Wang, Y\. Zhang, Z\. Xue, Z\. Du, Z\. Hou, Z\. Wang, P\. Zhang, D\. Liu, B\. Xu, J\. Li, M\. Huang, Y\. Dong, and J\. Tang \(2026\)GLM\-4\.5v and glm\-4\.1v\-thinking: towards versatile multimodal reasoning with scalable reinforcement learning\.External Links:2507\.01006,[Link](https://arxiv.org/abs/2507.01006)Cited by:[§3\.2](https://arxiv.org/html/2606.04596#S3.SS2.p1.1)\.
- X\. Tian, S\. Zou, Z\. Yang, and J\. Zhang \(2025\)Identifying and mitigating position bias of multi\-image vision\-language models\.InProceedings of the Computer Vision and Pattern Recognition Conference,pp\. 10599–10609\.Cited by:[§1](https://arxiv.org/html/2606.04596#S1.p2.1),[§2\.1](https://arxiv.org/html/2606.04596#S2.SS1.p1.1),[§2\.1](https://arxiv.org/html/2606.04596#S2.SS1.p2.1)\.
- D\. Wan, J\. Vig, M\. Bansal, and S\. Joty \(2025\)On positional bias of faithfulness for long\-form summarization\.InProceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies \(Volume 1: Long Papers\),L\. Chiruzzo, A\. Ritter, and L\. Wang \(Eds\.\),Albuquerque, New Mexico,pp\. 8791–8810\.External Links:[Link](https://aclanthology.org/2025.naacl-long.442/),[Document](https://dx.doi.org/10.18653/v1/2025.naacl-long.442),ISBN 979\-8\-89176\-189\-6Cited by:[§2\.1](https://arxiv.org/html/2606.04596#S2.SS1.p1.1)\.
- P\. Wang, L\. Li, L\. Chen, Z\. Cai, D\. Zhu, B\. Lin, Y\. Cao, L\. Kong, Q\. Liu, T\. Liu, and Z\. Sui \(2024\)Large language models are not fair evaluators\.InProceedings of the 62nd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),L\. Ku, A\. Martins, and V\. Srikumar \(Eds\.\),Bangkok, Thailand,pp\. 9440–9450\.External Links:[Link](https://aclanthology.org/2024.acl-long.511/),[Document](https://dx.doi.org/10.18653/v1/2024.acl-long.511)Cited by:[§2\.1](https://arxiv.org/html/2606.04596#S2.SS1.p1.1)\.
- W\. Wang, Z\. Gao, L\. Gu, H\. Pu, L\. Cui, X\. Wei, Z\. Liu, L\. Jing, S\. Ye, J\. Shao, Z\. Wang, Z\. Chen, H\. Zhang, G\. Yang, H\. Wang, Q\. Wei, J\. Yin, W\. Li, E\. Cui, G\. Chen, Z\. Ding, C\. Tian, Z\. Wu, J\. Xie, Z\. Li, B\. Yang, Y\. Duan, X\. Wang, Z\. Hou, H\. Hao, T\. Zhang, S\. Li, X\. Zhao, H\. Duan, N\. Deng, B\. Fu, Y\. He, Y\. Wang, C\. He, B\. Shi, J\. He, Y\. Xiong, H\. Lv, L\. Wu, W\. Shao, K\. Zhang, H\. Deng, B\. Qi, J\. Ge, Q\. Guo, W\. Zhang, S\. Zhang, M\. Cao, J\. Lin, K\. Tang, J\. Gao, H\. Huang, Y\. Gu, C\. Lyu, H\. Tang, R\. Wang, H\. Lv, W\. Ouyang, L\. Wang, M\. Dou, X\. Zhu, T\. Lu, D\. Lin, J\. Dai, W\. Su, B\. Zhou, K\. Chen, Y\. Qiao, W\. Wang, and G\. Luo \(2025\)InternVL3\.5: advancing open\-source multimodal models in versatility, reasoning, and efficiency\.External Links:2508\.18265,[Link](https://arxiv.org/abs/2508.18265)Cited by:[§3\.2](https://arxiv.org/html/2606.04596#S3.SS2.p1.1)\.
- S\. Whitehead, H\. Ji, M\. Bansal, S\. Chang, and C\. Voss \(2018\)Incorporating background knowledge into video description generation\.InProceedings of the 2018 Conference on Empirical Methods in Natural Language Processing,E\. Riloff, D\. Chiang, J\. Hockenmaier, and J\. Tsujii \(Eds\.\),Brussels, Belgium,pp\. 3992–4001\.External Links:[Link](https://aclanthology.org/D18-1433/),[Document](https://dx.doi.org/10.18653/v1/D18-1433)Cited by:[§1](https://arxiv.org/html/2606.04596#S1.p3.1),[§3\.1](https://arxiv.org/html/2606.04596#S3.SS1.p1.1)\.
- H\. Xia, Z\. Fu, F\. Ling, J\. Li, Y\. Tu, Z\. Mao, and Y\. Zhang \(2025\)Video\-levelgauge: investigating contextual positional bias in large video language models\.External Links:2508\.19650,[Link](https://arxiv.org/abs/2508.19650)Cited by:[§1](https://arxiv.org/html/2606.04596#S1.p2.1),[§2\.1](https://arxiv.org/html/2606.04596#S2.SS1.p2.1)\.
- L\. Xiaomi \(2025\)MiMo\-vl technical report\.External Links:2506\.03569,[Link](https://arxiv.org/abs/2506.03569)Cited by:[§3\.2](https://arxiv.org/html/2606.04596#S3.SS2.p1.1)\.
- T\. Zhang, V\. Kishore, F\. Wu, K\. Q\. Weinberger, and Y\. Artzi \(2020\)BERTScore: evaluating text generation with bert\.External Links:1904\.09675,[Link](https://arxiv.org/abs/1904.09675)Cited by:[§2\.2](https://arxiv.org/html/2606.04596#S2.SS2.p1.1)\.
- Z\. Zhang, R\. Chen, S\. Liu, Z\. Yao, O\. Ruwase, B\. Chen, X\. Wu, and Z\. Wang \(2024\)Found in the middle: how language models use long contexts better via plug\-and\-play positional encoding\.InAdvances in Neural Information Processing Systems,A\. Globerson, L\. Mackey, D\. Belgrave, A\. Fan, U\. Paquet, J\. Tomczak, and C\. Zhang \(Eds\.\),Vol\.37,pp\. 60755–60775\.External Links:[Document](https://dx.doi.org/10.52202/079017-1943),[Link](https://proceedings.neurips.cc/paper_files/paper/2024/file/6ffdbbe354893979367f93e2121e37dd-Paper-Conference.pdf)Cited by:[§2\.1](https://arxiv.org/html/2606.04596#S2.SS1.p1.1)\.
- J\. Zhou, Y\. Shu, B\. Zhao, B\. Wu, Z\. Liang, S\. Xiao, M\. Qin, X\. Yang, Y\. Xiong, B\. Zhang, T\. Huang, and Z\. Liu \(2025\)MLVU: benchmarking multi\-task long video understanding\.In2025 IEEE/CVF Conference on Computer Vision and Pattern Recognition \(CVPR\),Vol\.,pp\. 13691–13701\.External Links:[Document](https://dx.doi.org/10.1109/CVPR52734.2025.01278)Cited by:[§1](https://arxiv.org/html/2606.04596#S1.p1.1)\.

## Appendix APrompts and LLM as a judge

### A\.1Per\-video Summarization Prompts

We use a fixed per\-video output structure to support reliable slot extraction and position\-wise analysis\. In the main experiments, the task prompt is placed before the visual inputs\. For ActivityNet\-based domains, we request four sentences per video\. For the News domain, whose references are much shorter, we request two sentences per news video\. The required output markers are zero\-indexed and extend to the number of videos in the input, e\.g\.,\[video0\]through\[video3\]for four\-video inputs\.

Main black\-frame prompt\.Different videos in the input are separated by black frames\. Summarize each video in 4 sentences\. Use exactly this format, including the square brackets: \[video0\] summary \[video1\] summary \.\.\. \[video\{P\-1\}\] summary *Input layout:* Video 0: \{N\} uniformly sampled frames \{frames of video 0\} <black separator\> Video 1: \{N\} uniformly sampled frames \{frames of video 1\} <black separator\> \.\.\. Video \{P\-1\}: \{N\} uniformly sampled frames \{frames of video \{P\-1\}\}

Text\-label\-only prompt\.Different videos in the input are separated by text labels only\. Summarize each video in 4 sentences\. Use exactly this format, including the square brackets: \[video0\] summary \[video1\] summary \.\.\. \[video\{P\-1\}\] summary *Input layout:* Video 0: \{N\} uniformly sampled frames \{frames of video 0\} \-\-\- Text separator: end of Video 0; next is Video 1\. \-\-\- Video 1: \{N\} uniformly sampled frames \{frames of video 1\} \-\-\- Text separator: end of Video 1; next is Video 2\. \-\-\- \.\.\. Video \{P\-1\}: \{N\} uniformly sampled frames \{frames of video \{P\-1\}\}

For News, the second line is again replaced bySummarize each news video in 2 sentences\.

### A\.2LLM\-as\-a\-Judge Prompt for Sentence\-level Coverage

We evaluate ActivityNet Coverage using an LLM\-as\-a\-Judge protocol withgpt\-5\.1\-2025\-11\-13\. Given a reference summary split into sentences and a model\-generated summary for the same video, the judge returns a binary covered/not\-covered decision for each reference sentence\. We use the following prompt with temperature 0\.

You are evaluating whether a model\-generated video summary covers a human reference summary\. For EACH reference sentence, decide whether it is clearly covered by the model\-generated summary\.Scoring rule: \- covered = 1 if the model summary explicitly or implicitly describes the same fact as the reference sentence\. \- covered = 0 if the model summary omits the key information, contradicts the reference sentence, or is too vague/general to support the specific reference sentence\. Rules: \- Different wording is acceptable when the meaning matches\. \- Do not require exact phrasing\. \- If only part of a reference sentence is covered and an important fact is missing, score 0\. \- For covered=0, explain briefly what is missing or contradicted\. \- For covered=1, reason must be an empty string\. Reference sentences: \{numbered\_refs\} Model\-generated summary: \{model\_summary\} Return ONLY valid JSON\. Do not include markdown\. Required JSON schema: \{ "sentence\_scores": \[ \{"index": 1, "covered": 1, "reason": ""\}, \{"index": 2, "covered": 0, "reason": "The model summary does not mention \.\.\."\} \] \}

### A\.3Human Agreement and Judge Robustness

To assess the reliability of the sentence\-level coverage judge, we recruited three undergraduate annotators and compensated them at a rate of USD 8 per hour to conduct a human agreement check on 240 annotated items\. Each annotator independently scored coverage, and we compare pairwise human agreement with the agreement between the LLM judge and the mean human score\. Table[7](https://arxiv.org/html/2606.04596#A1.T7)reports Pearson and Spearman correlations\.

Table 7:Human agreement and LLM\-judge robustness for sentence\-level coverage scoring\. The LLM judge shows a positive correlation with the mean human score\.The LLM judge is not a perfect substitute for human annotation, but its agreement with the mean human score is comparable to the lower end of human\-human agreement\. We therefore use it as a scalable coverage estimator for large\-scale positional analysis, while treating individual borderline cases with caution\.

## Appendix BDataset Licenses and Usage Conditions

Our benchmark is constructed from two publicly available third\-party datasets derived from web videos: the News Video Dataset and ActivityNet\. For the News Video Dataset, the official repository states that the dataset is released for educational and research purposes only, while the videos remain protected under their respective YouTube licenses and belong to their original copyright holders\. For ActivityNet, we rely on the official release of the dataset and the access channels provided by the benchmark creators\.

## Appendix CMore Experimental Details

##### Computational budget\.

All local experiments were conducted on NVIDIA RTX PRO 6000 GPUs with 96GB memory\. Qwen3\-VL\-30B\-A3B and InternVL3\.5\-14B were run with three GPUs, while the other locally evaluated models were run with a single GPU\. Across local inference and automatic evaluation runs, the total computational budget was approximately 1,100 GPU\-hours\.

### C\.1Parsing and Output\-Failure Diagnostics

We also inspect whether positional effects are confounded by parsing or complete output failures\. Most models follow the requested\[videoX\]format\. We distinguish two failure modes\. Amarker failureoccurs when the model attempts the fixed marker format but misses or malforms one or more required video slots; such cases are marked as failures for the affected slots\. Afallbackcase occurs only when the model does not follow the fixed marker format at all, in which case we use BERTScore sentence assignment to recover a best\-effort alignment\. Table[8](https://arxiv.org/html/2606.04596#A3.T8)reports only failure counts\.

Table 8:Marker parsing failures in the baseline records\.Complete output failures are more concentrated\. Table[9](https://arxiv.org/html/2606.04596#A3.T9)shows the MiMo\-VL\-7B\-RL settings where the model produced placeholder\-only outputs, such as literal\[video0\] summary\-style text, rather than substantive descriptions of the videos\. These outputs are unusable for coverage evaluation and are assigned zero Coverage in the baseline aggregation\. These failures occur mainly in ActivityNet settings and become more frequent in four\-video inputs\.

Table 9:MiMo\-VL\-7B\-RL complete output failures\.
### C\.2Coverage Curves for All Baseline Models

Figures[5](https://arxiv.org/html/2606.04596#A3.F5)and[6](https://arxiv.org/html/2606.04596#A3.F6)report the full baseline Coverage–position curves\. We split models into two groups only for readability; both figures use the same ordering of domains, durations, and input scales\.

Some Gemini\-3\.1\-Pro settings have lower Coverage despite fluent summaries\. This reflects the intended scope of our metric rather than a global judgment of summary quality\.Coverage is reference\-grounded: since summaries are ultimately intended for human readers, we assume that human\-written references identify the salient facts and events that readers expect a summary to preserve\. Our inspection suggests that Gemini\-3\.1\-Pro often produces shorter and more abstractive summaries, which may contain fewer explicit reference\-grounded details under this metric\. This limitation does not undermine the positional analysis, because we compare Coverage across input slots under the same scoring rule\. If reference\-grounded information preservation varies by slot, the model still exhibits order\-dependent summarization behavior\.

![Refer to caption](https://arxiv.org/html/2606.04596v1/x5.png)Cooking\-2 Short
![Refer to caption](https://arxiv.org/html/2606.04596v1/x6.png)Cooking\-4 Short
![Refer to caption](https://arxiv.org/html/2606.04596v1/x7.png)Domestic\-2 Short
![Refer to caption](https://arxiv.org/html/2606.04596v1/x8.png)Domestic\-4 Short
![Refer to caption](https://arxiv.org/html/2606.04596v1/x9.png)Domestic\-2 Long
![Refer to caption](https://arxiv.org/html/2606.04596v1/x10.png)Domestic\-4 Long
![Refer to caption](https://arxiv.org/html/2606.04596v1/x11.png)Leisure\-2 Short
![Refer to caption](https://arxiv.org/html/2606.04596v1/x12.png)Leisure\-4 Short
![Refer to caption](https://arxiv.org/html/2606.04596v1/x13.png)Leisure\-2 Long
![Refer to caption](https://arxiv.org/html/2606.04596v1/x14.png)Leisure\-4 Long
![Refer to caption](https://arxiv.org/html/2606.04596v1/x15.png)News\-2 Short
![Refer to caption](https://arxiv.org/html/2606.04596v1/x16.png)News\-4 Short
Qwen3\-VL\-8BQwen3\-VL\-30B\-A3BGPT\-5\.4Gemini\-3\.1\-ProGLM\-4\.1V\-9B\-Thinking

Figure 5:Baseline Coverage–position curves for model group A\. Each panel corresponds to one domain, duration, and input\-size setting\.![Refer to caption](https://arxiv.org/html/2606.04596v1/x17.png)Cooking\-2 Short
![Refer to caption](https://arxiv.org/html/2606.04596v1/x18.png)Cooking\-4 Short
![Refer to caption](https://arxiv.org/html/2606.04596v1/x19.png)Domestic\-2 Short
![Refer to caption](https://arxiv.org/html/2606.04596v1/x20.png)Domestic\-4 Short
![Refer to caption](https://arxiv.org/html/2606.04596v1/x21.png)Domestic\-2 Long
![Refer to caption](https://arxiv.org/html/2606.04596v1/x22.png)Domestic\-4 Long
![Refer to caption](https://arxiv.org/html/2606.04596v1/x23.png)Leisure\-2 Short
![Refer to caption](https://arxiv.org/html/2606.04596v1/x24.png)Leisure\-4 Short
![Refer to caption](https://arxiv.org/html/2606.04596v1/x25.png)Leisure\-2 Long
![Refer to caption](https://arxiv.org/html/2606.04596v1/x26.png)Leisure\-4 Long
![Refer to caption](https://arxiv.org/html/2606.04596v1/x27.png)News\-2 Short
![Refer to caption](https://arxiv.org/html/2606.04596v1/x28.png)News\-4 Short
InternVL3\.5\-8BInternVL3\.5\-14BMiniCPM\-o\-4\.5MiMo\-VL\-7B\-RL

Figure 6:Baseline Coverage–position curves for model group B\. The panel order matches Figure[5](https://arxiv.org/html/2606.04596#A3.F5)\.
### C\.3Visual\-budget Ablation Tables

The main text reports a visual\-budget robustness check for Qwen3\-VL\-8B\. Here we provide the full visual\-budget summaries for Qwen3\-VL\-8B and MiniCPM\-o\-4\.5, including Coverage, DPB, and MEG\. For Qwen3\-VL\-8B, negative MEG is largely preserved across frame\-count and resolution variants, especially inDomestic\. MiniCPM\-o\-4\.5 shows a different pattern: frame count mainly changes overall Coverage, with 8 frames lowering Coverage and 24 frames improving Coverage across domains, while MEG remains mixed\. These results support the main\-text conclusion that larger visual budgets do not necessarily remove positional imbalance\.

\(a\) Qwen3\-VL\-8B

\(b\) MiniCPM\-o\-4\.5

Table 10:Visual\-budget ablation summary for Qwen3\-VL\-8B and MiniCPM\-o\-4\.5 on shortP=4P\{=\}4settings\. All values are percentages\. Base denotes 16 frames at448×448448\{\\times\}448\. Frame\-count variants fix resolution at448×448448\{\\times\}448; resolution variants fix frame count at 16\.
### C\.4InternVL3\.5\-14B Single\-target All\-dataset Results

Tables[11](https://arxiv.org/html/2606.04596#A3.T11)and[12](https://arxiv.org/html/2606.04596#A3.T12)provide the dataset\-level results behind the single\-target analysis in Section[5\.2](https://arxiv.org/html/2606.04596#S5.SS2)\. The tables separate mean Coverage changes from weak\-position changes\. Single\-target prompting lowers mean Coverage in all sixP=2P\{=\}2settings, but improves mean Coverage in all sixP=4P\{=\}4settings\. The weak\-position analysis shows the same scale dependence: none of theP=2P\{=\}2weak positions improves, while 4 of 6P=4P\{=\}4weak positions improve\.

Table 11:Dataset\-level mean Coverage for InternVL3\.5\-14B under joint generation and single\-target prompting\. Gain is single\-target minus joint generation, reported in percentage points\.Table 12:Weak\-position gain for InternVL3\.5\-14B inP=4P\{=\}4settings\. The weak position is the lowest\-Coverage position under joint generation\. Gains are single\-target minus joint generation, reported in percentage points\. Diff\. is weak\-position gain minus the average gain of the remaining positions\.
### C\.5Equal\-attention Coverage Curves

Figure[7](https://arxiv.org/html/2606.04596#A3.F7)reports the equal\-attention prompt intervention on all four short four\-video domains for Qwen3\-VL\-8B and InternVL3\.5\-8B\. These curves complement the main\-text two\-domain visualization and show that the prompt intervention is model\- and domain\-dependent rather than a uniform fix for positional imbalance\.

![Refer to caption](https://arxiv.org/html/2606.04596v1/x29.png)Figure 7:Equal\-attention prompt Coverage curves across all short four\-video domains\.Solid lines are baseline prompt\-first black\-frame runs; dashed lines add the explicit equal\-attention instruction\.
### C\.6Cyclic Versus Full\-Permutation Ordering

The main experiments use cyclic orderings rather than full permutations\. This design ensures that each video appears at each absolute position exactly once, while keeping inference and evaluation cost manageable\. This trade\-off is important: the current study already required roughly 1,100 hours for model inference and evaluation, and a full\-permutation design would multiply the four\-video setting from 4 cyclic orders to4\!=244\!=24orders before considering models, domains, robustness settings, and judge\-based scoring\. The limitation is that cyclic ordering cannot fully average over surrounding context: absolute position effects may still be partially entangled with which videos appear before or after the target video\.

![Refer to caption](https://arxiv.org/html/2606.04596v1/x30.png)Figure 8:Qwen3\-VL\-8B cyclic versus full\-permutation Coverage curves\.The full\-permutation design averages over all order contexts for each target position\.Table 13:Cyclic versus full\-permutation comparison for Qwen3\-VL\-8B\.MEG and mean absolute position\-wise Coverage differences are reported in percentage points\.To assess this trade\-off, Figure[8](https://arxiv.org/html/2606.04596#A3.F8)compares Qwen3\-VL\-8B under the cyclic design and a full\-permutation design on the short four\-video setting\. Full permutation separates three sources that are partially entangled in cyclic runs: absolute target position, surrounding video\-order context, and residual generation or evaluation noise\. The full\-permutation results make the cyclic middle\-position weakness slightly weaker on average: mean MEG changes from−1\.10\-1\.10percentage points under cyclic ordering to−0\.41\-0\.41percentage points under full permutation\. However, the cyclic estimate remains a useful approximation for the main positional trend\. The average absolute difference between cyclic and full\-permutation position means is small, ranging from0\.710\.71to1\.181\.18percentage points across domains\. The strongest cyclic middle weakness appears in Domestic, where full permutation reduces the magnitude but does not turn it into a strong middle advantage\. Cooking remains negative under both designs, while Leisure and News are near zero under both\. Overall, the check suggests that cyclic ordering can slightly overstate middle weakness in some domains, but does not produce a qualitatively different position curve in the current Qwen3\-VL\-8B setting\.

## Appendix DExamples

Example 1\.![Refer to caption](https://arxiv.org/html/2606.04596v1/x31.png)Position 1A man demonstrates how to start a fire in a campground fire pit using a✓ fire starter\. He strikes the rod several times over a pile of tinder, which includes wood shavings and lichen, creating sparks\. After a few tries, the tinder✓ catches fire, and he successfully starts a small flame while his✓ children watch\.Position 2A man at a campsite is preparing to start a fire inside a metal fire ring\. He uses a✓ fire strikerto create sparks on a tinder bundle made of wood shavings and some white material\. After a few tries, the tinder✓ catches fire, and he successfully starts a small flame\.Position 3A man demonstrates how to start a campfire using a✓ fire starterin a metal fire pit\. He scrapes a ferro rod over a tinder bundle of wood shavings and lichen, creating sparks to ignite it\. After a few strikes,✓ the sparks catch, and he successfully starts a small flame\.Position 4A man at a campsite demonstrates how to start a fire using a✓ ferro rodand tinder\. He carefully arranges wood shavings and other flammable materials in a fire pit before striking the rod to create sparks\. After a few tries, the sparks successfully ignite the tinder, and✓ a small flamebegins to grow\.Figure 9:Example 1\.The four responses consistently preserve the core ignition\-related details \(e\.g\.,fire starterandcatches fire\), while the contextual detail about children watching appears only in Position 1\.Prompt\-placement leakage example\.Claimed target slot:Position 4, “Drinking coffee”![Refer to caption](https://arxiv.org/html/2606.04596v1/x32.png)![Refer to caption](https://arxiv.org/html/2606.04596v1/x33.png)![Refer to caption](https://arxiv.org/html/2606.04596v1/x34.png)![Refer to caption](https://arxiv.org/html/2606.04596v1/x35.png)Source slot whose details leak in:Position 1, “Having an ice cream”![Refer to caption](https://arxiv.org/html/2606.04596v1/x36.png)![Refer to caption](https://arxiv.org/html/2606.04596v1/x37.png)![Refer to caption](https://arxiv.org/html/2606.04596v1/x38.png)![Refer to caption](https://arxiv.org/html/2606.04596v1/x39.png)Target reference\.A big green garbage can is pushed up against a brick wall and a reindeer jumps out drinking from a coffee cup\. The reindeer continues to drink out of the coffee cup and eventually falls out of over the garbage can\.Source reference\.A little boy is filling an ice cream cone with ice cream\. He licks the ice cream cone\. He lifts the ice cream cone up to show the camera\.Code\-mined other\-specific anchors\.cone; cream; ice; ice cream cone; enjoy cream; ice cream; capture with cream\.Original model summary for the claimed target slot\.An animated deer climbs out of a green dumpster, holding anice cream conewith excitement\. The background features a brick wall and a street scene, adding context to the urban setting\. The deer attempts toenjoy its ice cream, even managing to catch some of it in its mouth playfully\. The scene is whimsical, capturing the deer’s joyful interaction with theice cream\.Human label\.Confirmed cross\-video leakage: the claimed target video shows a deer/reindeer drinking from a cup, while the highlighted ice\-cream anchors are supported by another video in the same input group\.Figure 10:Manually verified prompt\-placement leakage case\.The automatic miner selected the highlighted concrete anchors because they are unsupported by the claimed target reference but supported by another video in the same input group\. The human audit labels this case as confirmed cross\-video leakage\.

Similar Articles

RefereeBench: Are Video MLLMs Ready to be Multi-Sport Referees

arXiv cs.CL

RefereeBench introduces the first large-scale benchmark with 925 curated sports videos and 6,475 QA pairs to evaluate whether video MLLMs can reliably act as multi-sport referees. Evaluation of state-of-the-art models shows current MLLMs fall short (≤60% accuracy), struggling with rule application and temporal grounding despite their generic video understanding capabilities.