CARGO-VL: Counterfactual Arbitration with Risk-Constrained Group Optimization for Vision-Language Models

arXiv cs.AI Papers

Summary

Introduces CARGO-VL, a group-relative optimization framework for vision-language models that improves handling of conflicting image-text evidence and unsupported-answer avoidance via counterfactual consistency and risk-constrained control, along with the XMC conflict training resource.

arXiv:2608.04509v1 Announce Type: new Abstract: Vision-language systems combine images with retrieved text, but these sources can disagree or jointly fail to support an answer. Reliable models must identify the trustworthy source and abstain when neither is adequate. Existing post-training objectives score instances independently and therefore do not enforce coherent behavior under counterfactual evidence changes. We introduce CARGO-VL, a group-relative framework that optimizes matched variants covering aligned, image-correct, text-correct, and both-wrong (A/V/T/N) evidence states as one bundle. Its objective couples condition-wise correctness with transition rewards for answer invariance, source equivariance, and answer-to-abstention switching, while a primal-dual controller balances unsafe answers against excessive deferral. We also contribute XMC (eXtended Modal Conflict), a four-condition conflict training resource, and evaluate transfer on CMC-Bench and Modality-Bias. Across multiple seeds, CARGO-VL improves conflict handling, unsupported-answer avoidance, and modality balance over pointwise baselines. Ablations identify complementary benefits from relational transition signals and adaptive risk control, supporting counterfactual consistency as a practical objective for reliable multimodal evidence arbitration.
Original Article
View Cached Full Text

Cached at: 08/06/26, 07:42 AM

# CARGO-VL: Counterfactual Arbitration with Risk-Constrained Group Optimization for Vision–Language Models
Source: [https://arxiv.org/html/2608.04509](https://arxiv.org/html/2608.04509)
###### Abstract

Vision–language systems combine images with retrieved text, but these sources can disagree or jointly fail to support an answer\. Reliable models must identify the trustworthy source and abstain when neither is adequate\. Existing post\-training objectives score instances independently and therefore do not enforce coherent behavior under counterfactual evidence changes\. We introduce CARGO\-VL, a group\-relative framework that optimizes matched variants covering aligned, image\-correct, text\-correct, and both\-wrong \(A/V/T/N\) evidence states as one bundle\. Its objective couples condition\-wise correctness with transition rewards for answer invariance, source equivariance, and answer\-to\-abstention switching, while a primal–dual controller balances unsafe answers against excessive deferral\. We also contributeXMC\(eXtendedModalConflict\), a four\-condition conflict training resource, and evaluate transfer on CMC\-Bench and Modality\-Bias\. Across multiple seeds, CARGO\-VL improves conflict handling, unsupported\-answer avoidance, and modality balance over pointwise baselines\. Ablations identify complementary benefits from relational transition signals and adaptive risk control, supporting counterfactual consistency as a practical objective for reliable multimodal evidence arbitration\.

## Introduction

Multimodal systems increasingly encounter conflicting image and textual evidence\. In a product photo, chart, document, or retrieved context, one modality may be correct while the other is stale, adversarial, or irrelevant\. The same tension appears in multimodal retrieval\-augmented generation, where an image and a retrieved passage can both look plausible yet disagree on a date, entity, or numeric claim\(Lewis et al\.[2020](https://arxiv.org/html/2608.04509#bib.bib6); Asai et al\.[2024](https://arxiv.org/html/2608.04509#bib.bib1); Catapang[2026](https://arxiv.org/html/2608.04509#bib.bib2)\)\. A trustworthy model should not merely maximize answer accuracy: it should use the correct modality when one source wins and abstain when neither supports an answer\. Empirically, strong vision–language models still exhibit modality preference—favoring text over image, or the reverse—even when both channels are available\(Pezeshkpour, Aminnaseri, and Hruschka[2025](https://arxiv.org/html/2608.04509#bib.bib10)\), which makes conflict handling a first\-class reliability problem rather than a rare corner case\.

CMC\-Bench makes this evaluation setting concrete through matched cross\-modal evidence conflicts\(Catapang[2026](https://arxiv.org/html/2608.04509#bib.bib2)\)\.

![Refer to caption](https://arxiv.org/html/2608.04509v1/cmc_evidence_conflict_temporal2_wide_v2.png)Figure 1:Image–text conflict\. A real CMC example supports 2019 while retrieved text claims 2020\.It constructs aligned, image\-correct, text\-correct, and both\-wrong \(A/V/T/N\) conditions and scores responses relative to the image and textual sources\. Figure[1](https://arxiv.org/html/2608.04509#Sx1.F1)shows a temporal conflict of this form\. Most multimodal benchmarks, however, still reward answering correctly under a single, fixed context\. That leaves open whether the model changes its evidence attribution and final action when a controlled intervention makes a modality unreliable\. The difficulty is relational: a model scored on isolated examples can obtain high average accuracy while answering the same content under all A/V/T/N conditions, citing the wrong modality when image and text disagree, or retaining an answer when both supports are invalid\. Instance\-wise supervised fine\-tuning and standard RL post\-training optimize each rollout on its own prompt\(Ouyang et al\.[2022](https://arxiv.org/html/2608.04509#bib.bib9); Schulman et al\.[2017](https://arxiv.org/html/2608.04509#bib.bib13); Rafailov et al\.[2023](https://arxiv.org/html/2608.04509#bib.bib12)\); they do not require coherent transitions across matched interventions of the*same*question\. Likewise, abstention is not monotonic—blanket refusal can look safe yet fail the task, while accuracy\-only training can encourage unsupported answers—so safety and utility must be treated as competing operational costs rather than a single scalar\(Geifman and El\-Yaniv[2017](https://arxiv.org/html/2608.04509#bib.bib3)\)\.

These observations motivate a stricter training target\. Flipping which modality is trustworthy should flip the followed source; removing both supports should flip answering to abstention; and easy aligned gains must not hide visual\-wins or both\-wrong failures\. That requires a joint A/V/T/N optimization unit, rewards for local and relational correctness, and explicit budgets on unsafe answers and over\-deferral\.

We proposeCounterfactualArbitration withRisk\-constrainedGroupOptimization for vision–language models \(CARGO\-VL\)\. CARGO\-VL takes the matched A/V/T/N bundle as the optimization unit and scores complete bundles jointly with \(i\) a strict pointwise evidence reward; \(ii\) a transition reward encoding answer invariance, source equivariance, and an answer\-to\-abstention switch; \(iii\) a soft minimum that protects the weakest condition; and \(iv\) primal–dual constraints that penalize unsafe answers, excessive deferral, and degraded answer accuracy before group\-relative advantage normalization\. We build on GRPO\(Shao et al\.[2024](https://arxiv.org/html/2608.04509#bib.bib14)\), changing the group from independent completions to counterfactual evidence bundles\.

To avoid training on test templates, we constructXMC\(eXtendedModalConflict\) by applying the A/V/T/N recipe to fresh TextVQA\(Singh et al\.[2019](https://arxiv.org/html/2608.04509#bib.bib15)\)and image\-bearing ScienceQA\(Lu et al\.[2022](https://arxiv.org/html/2608.04509#bib.bib8)\)items with new identifiers, conflict\-type strata, and leakage\-checked CMC\-Bench holdout / Modality\-Bias\(Pezeshkpour, Aminnaseri, and Hruschka[2025](https://arxiv.org/html/2608.04509#bib.bib10)\)evaluations\. Policies emit free text; a frozen semantic judge maps ambiguous outputs to evidence labels\. We evaluate with native CMC\-Bench Table 3 metrics\(Catapang[2026](https://arxiv.org/html/2608.04509#bib.bib2)\)and Mixed SignalsB=\(%Img−%Txt\)B=\(\\%\\mathrm\{Img\}\-\\%\\mathrm\{Txt\}\)\(Pezeshkpour, Aminnaseri, and Hruschka[2025](https://arxiv.org/html/2608.04509#bib.bib10)\), reporting means over seeds\{42,43,44\}\\\{42,43,44\\\}\. CARGO\-VL leads Table[3](https://arxiv.org/html/2608.04509#Sx4.T3), includingBBclosest to zero; ablations reuse the same columns in Table[4](https://arxiv.org/html/2608.04509#Sx4.T4)and Figure[4](https://arxiv.org/html/2608.04509#Sx4.F4)\.

Our contributions are:

- •a bundle\-level objective for evidence arbitration that scores both per\-condition correctness and counterfactual transitions;
- •a risk\-constrained GRPO procedure that preserves abstention safety without collapsing answerable cases into deferral;
- •XMC, a four\-condition conflict*training*set over fresh TextVQA and ScienceQA examples, with conflict\-type strata and leakage\-checked CMC\-Bench holdout / Modality\-Bias evaluations;
- •a shared free\-text evaluation protocol with a separated frozen semantic judge and multi\-seed transfer evaluation on CMC\-Bench holdout and Modality\-Bias using their native metrics\.

## Related Work

Cross\-modal conflict and retrieval\-conditioned generation\.Vision–language pretraining and instruction tuning yield strong single\-context answerers\(Radford et al\.[2021](https://arxiv.org/html/2608.04509#bib.bib11); Liu et al\.[2023](https://arxiv.org/html/2608.04509#bib.bib7)\), while retrieval\-augmented generation injects external evidence into the prompt\(Lewis et al\.[2020](https://arxiv.org/html/2608.04509#bib.bib6); Asai et al\.[2024](https://arxiv.org/html/2608.04509#bib.bib1)\)\. When retrieved image and text disagree, accuracy alone is insufficient: models may lock onto a modality prior or invent unsupported answers\. CMC\-Bench constructs matched A/V/T/N conflicts for multimodal RAG evaluation\(Catapang[2026](https://arxiv.org/html/2608.04509#bib.bib2)\), and Mixed Signals measures exclusive image\- versus text\-favoring under vision–language conflict\(Pezeshkpour, Aminnaseri, and Hruschka[2025](https://arxiv.org/html/2608.04509#bib.bib10)\)\. CARGO\-VL targets the complementary*learning*problem: optimizing a policy so that decisions change coherently across those controlled interventions, then transferring to the same native evaluation metrics\.

Post\-training and counterfactual supervision\.RLHF and preference optimization improve instruction following with instance\-wise rewards or pairwise preferences\(Ouyang et al\.[2022](https://arxiv.org/html/2608.04509#bib.bib9); Rafailov et al\.[2023](https://arxiv.org/html/2608.04509#bib.bib12); Schulman et al\.[2017](https://arxiv.org/html/2608.04509#bib.bib13)\)\. GRPO replaces a learned critic with within\-group relative advantages\(Shao et al\.[2024](https://arxiv.org/html/2608.04509#bib.bib14)\)\. Counterfactually augmented data teaches models which features should change under interventions\(Kaushik, Hovy, and Lipton[2020](https://arxiv.org/html/2608.04509#bib.bib5)\)\. CARGO\-VL keeps a GRPO\-style update but redefines the group as a matched evidence bundle, scoring answer invariance, source equivariance, and answer\-to\-abstention switching rather than treating A/V/T/N variants as independent prompts\. The procedure is compatible with parameter\-efficient fine\-tuning, including LoRA\-style adapters\(Hu et al\.[2022](https://arxiv.org/html/2608.04509#bib.bib4)\)\.

Abstention and calibrated refusal\.Selective prediction formalizes when a model should defer rather than risk an error\(Geifman and El\-Yaniv[2017](https://arxiv.org/html/2608.04509#bib.bib3)\)\. In multimodal conflict, abstention must rise on both\-wrong items without collapsing answerable cases into refusal\. CARGO\-VL therefore couples an N\-switch transition with primal–dual penalties on unsafe answers, over\-deferral, and supported exact\-match loss, rather than a single accuracy–refusal scalar\.

## CARGO\-VL Training Strategy

![Refer to caption](https://arxiv.org/html/2608.04509v1/cargo_vl_architecture_cmc_protocol_v3.png)Figure 2:CARGO\-VL overview\. A real CMC\-Bench ChartQA input illustrates how the same question is instantiated as an aligned \(A\), image\-correct \(V\), text\-correct \(T\), or both\-wrong \(N\) evidence bundle\. CARGO\-VL jointly scores all four conditions with pointwise and transition rewards, weakest\-condition protection, and risk constraints, then optimizes the policy with an SFT warm start followed by constrained GRPO\. The protocol panel records the training configuration; it reports no performance values\. The XMC training set extends the four\-condition recipe to fresh TextVQA and ScienceQA examples used only for training\.### Problem Setup

For a base questionqqand imagexx, letB=\{sA,sV,sT,sN\}B=\\\{s\_\{A\},s\_\{V\},s\_\{T\},s\_\{N\}\\\}be a matched bundle\. Conditions A, V, T, and N respectively denote aligned evidence, image\-correct evidence, text\-correct evidence, and both\-wrong evidence\. Each sample provides a gold answeryyfor answerable conditions and a target action: answer for A/V/T and abstain for N\. A policyπθ\\pi\_\{\\theta\}emits free textoco\_\{c\}for each conditionc∈Bc\\in B\. A frozen semantic mapper mapsoco\_\{c\}to a decisiondc∈\{answer,deflect\}d\_\{c\}\\in\\\{\\textsc\{answer\},\\textsc\{deflect\}\\\}and sourcezc∈\{image,text,both,none\}z\_\{c\}\\in\\\{\\textsc\{image\},\\textsc\{text\},\\textsc\{both\},\\textsc\{none\}\\\}\.

The desired bundle behavior is simple but demanding: A, V, and T should answeryy; their sources should be both, image, and text; and N should abstain with source none\. The matched construction removes a confound present in a random grouping of unrelated questions: every transition is defined with respect to the same underlying question and answer\. Table[1](https://arxiv.org/html/2608.04509#Sx3.T1)makes the behavioral contract explicit\. An answer in V is insufficient if the model attributes the answer to text, and a correct\-looking string in N is insufficient if the model declines to abstain\. During training, each condition uses the same free\-text interface; source and decision fields come from the semantic mapping layer rather than brittle structured policy outputs\.

Table 1:Target behavior of a complete counterfactual evidence bundle\.
### Condition\-Level Reward

For conditioncc, free textoco\_\{c\}is mapped toℓc∈\{image,text,both,neither,abstain\}\\ell\_\{c\}\\in\\\{\\textsc\{image\},\\textsc\{text\},\\textsc\{both\},\\textsc\{neither\},\\textsc\{abstain\}\\\}by a frozen mapper \(exact/numeric/refusal rules, else a frozen LLM judge\) that never sees goldyy\. Fromℓc\\ell\_\{c\}we set decisiondcd\_\{c\}and sourcezcz\_\{c\}\(abstain→\{\\to\}deflect/none;neither→\{\\to\}answer/none\)\. With targetsℓc⋆\\ell\_\{c\}^\{\\star\}for A/V/T/N and weights\(wact,wsrc,wans\)=\(1\.0,0\.8,1\.0\)\(w\_\{\\mathrm\{act\}\},w\_\{\\mathrm\{src\}\},w\_\{\\mathrm\{ans\}\}\)=\(1\.0,0\.8,1\.0\),

ract\\displaystyle r\_\{\\mathrm\{act\}\}=I​\[dc=dc⋆\],rsrc=I​\[ℓc=ℓc⋆\],\\displaystyle=\\mathrm\{I\}\[d\_\{c\}\{=\}d\_\{c\}^\{\\star\}\],\\;r\_\{\\mathrm\{src\}\}=\\mathrm\{I\}\[\\ell\_\{c\}\{=\}\\ell\_\{c\}^\{\\star\}\],rans\\displaystyle r\_\{\\mathrm\{ans\}\}=I\[ans\.\(c\)∧match\(oc,y\)\],\\displaystyle=\\mathrm\{I\}\[\\mathrm\{ans\.\}\(c\)\\land\\mathrm\{match\}\(o\_\{c\},y\)\],\(1\)withans\.\(c\)\\mathrm\{ans\.\}\(c\)denotingc∈\{A,V,T\}c\{\\in\}\\\{\\mathrm\{A\},\\mathrm\{V\},\\mathrm\{T\}\\\}anddc=answerd\_\{c\}\{=\}\\textsc\{answer\}, whered⋆d^\{\\star\}is answer on A/V/T and deflect on N\. Soractr\_\{\\mathrm\{act\}\}/rsrcr\_\{\\mathrm\{src\}\}use mapper outputs only;ransr\_\{\\mathrm\{ans\}\}uses gold only via post\-mapping string match\. Then

rabs=\{wact​ract,N,wact​ract\+wsrc​rsrc\+wans​rans,A/V/T\.r\_\{\\mathrm\{abs\}\}=\\begin\{cases\}w\_\{\\mathrm\{act\}\}r\_\{\\mathrm\{act\}\},&\\mathrm\{N\},\\\\ w\_\{\\mathrm\{act\}\}r\_\{\\mathrm\{act\}\}\+w\_\{\\mathrm\{src\}\}r\_\{\\mathrm\{src\}\}\+w\_\{\\mathrm\{ans\}\}r\_\{\\mathrm\{ans\}\},&\\mathrm\{A/V/T\}\.\\end\{cases\}\(2\)On N onlyabstainscores; on A/V/T, wrong source losesrsrcr\_\{\\mathrm\{src\}\}and wrong string losesransr\_\{\\mathrm\{ans\}\}\.

### Bundle Transition Reward

Pointwise correctness leaves the relationship among variants unconstrained\. LetpA,pV,pT,pNp\_\{A\},p\_\{V\},p\_\{T\},p\_\{N\}be mapped free\-text answers from one joint rollout,𝐝=\(dA,dV,dT,dN\)\\mathbf\{d\}=\(d\_\{A\},d\_\{V\},d\_\{T\},d\_\{N\}\)its decision vector, and\(sA⋆,sV⋆,sT⋆\)=\(both,image,text\)\(s\_\{A\}^\{\\star\},s\_\{V\}^\{\\star\},s\_\{T\}^\{\\star\}\)=\(\\textsc\{both\},\\textsc\{image\},\\textsc\{text\}\)the supported\-condition source targets\. Let𝐝⋆=\(answer,answer,answer,deflect\)\\mathbf\{d\}^\{\\star\}=\(\\textsc\{answer\},\\textsc\{answer\},\\textsc\{answer\},\\textsc\{deflect\}\)\. We define three transition components:

rAI\\displaystyle r\_\{\\mathrm\{AI\}\}=I​\[⋀c∈\{A,V,T\}\(dc=answer∧match​\(pc,y\)\)\],\\displaystyle=\\mathrm\{I\}\\\!\\Big\[\{\\textstyle\\bigwedge\_\{c\\in\\\{A,V,T\\\}\}\}\\bigl\(d\_\{c\}\{=\}\\textsc\{answer\}\\land\\mathrm\{match\}\(p\_\{c\},y\)\\bigr\)\\Big\],rSE\\displaystyle r\_\{\\mathrm\{SE\}\}=13​∑c∈\{A,V,T\}I​\[zc=sc⋆\],\\displaystyle=\\tfrac\{1\}\{3\}\\textstyle\\sum\_\{c\\in\\\{A,V,T\\\}\}\\mathrm\{I\}\[z\_\{c\}=s\_\{c\}^\{\\star\}\],rDS\\displaystyle r\_\{\\mathrm\{DS\}\}=I​\[𝐝=𝐝⋆∧zN=none\],\\displaystyle=\\mathrm\{I\}\\big\[\\mathbf\{d\}=\\mathbf\{d\}^\{\\star\}\\ \\land\\ z\_\{N\}=\\textsc\{none\}\\big\],\(3\)andrtrans=0\.4​rAI\+0\.3​rSE\+0\.3​rDSr\_\{\\mathrm\{trans\}\}=0\.4r\_\{\\mathrm\{AI\}\}\+0\.3r\_\{\\mathrm\{SE\}\}\+0\.3r\_\{\\mathrm\{DS\}\}\. Thus, correctness under a modality perturbation is not enough: the model must identify the winning modality, and it must switch from answering to deferring once both supports are invalid\.

For one bundle rollout, the total unpenalized reward is

RB=\\displaystyle R\_\{B\}=\{\}14​∑c∈Brabs​\(c\)\\displaystyle\\tfrac\{1\}\{4\}\\textstyle\\sum\_\{c\\in B\}r\_\{\\mathrm\{abs\}\}\(c\)\(4\)\+η​rtrans\+β​softminτ⁡\(\{rabs​\(c\)\}c∈B\),\\displaystyle\+\\eta r\_\{\\mathrm\{trans\}\}\+\\beta\\,\\operatorname\{softmin\}\_\{\\tau\}\\\!\\big\(\\\{r\_\{\\mathrm\{abs\}\}\(c\)\\\}\_\{c\\in B\}\\big\),with\(η,β,τ\)=\(0\.5,0\.3,0\.2\)\(\\eta,\\beta,\\tau\)=\(0\.5,0\.3,0\.2\)andsoftminτ⁡\(u\)=−τ​log⁡\(1\|u\|​∑iexp⁡\(−ui/τ\)\)\\operatorname\{softmin\}\_\{\\tau\}\(u\)=\-\\tau\\log\\bigl\(\\frac\{1\}\{\|u\|\}\\sum\_\{i\}\\exp\(\-u\_\{i\}/\\tau\)\\bigr\)\. The soft minimum reduces the incentive to trade a weak counterfactual condition for a strong average\.

### Combining Local and Relational Signals

The pointwise terms make every response locally accountable—action, source, and answer string—but do not require a coherent shift from sourcebothtoimageortextwhen the supported modality flips\. The transition term supplies that relational signal; the soft\-min protects the weakest condition in the bundle\. Removing a component therefore predicts a specific regression \(local mismatch, inconsistent counterfactual behavior, or uneven robustness\) rather than an undifferentiated score change\.

### Adaptive Risk\-Constrained Optimization

Safety rewards can be neutralized by group normalization if they are batch constants\. CARGO\-VL therefore applies rollout\-level costs before computing relative advantages\. For dual variablesλ=\(λu,λo,λe\)\\lambda=\(\\lambda\_\{u\},\\lambda\_\{o\},\\lambda\_\{e\}\), each condition contributes an indicator\-style cost centered at its budget: unsafe answers on deflectable items \(c=Nc\{=\}\\mathrm\{N\}\), deferrals on answerable items, and supported exact\-match misses\. Averaging over the four conditions yieldsCB​\(λ\)C\_\{B\}\(\\lambda\); the constrained score isR~B=RB−CB​\(λ\)\\widetilde\{R\}\_\{B\}=R\_\{B\}\-C\_\{B\}\(\\lambda\)\. ForKKjointly sampled rollouts of a bundle, we normalizeR~B\\widetilde\{R\}\_\{B\}within the group and perform a GRPO\-style update\(Shao et al\.[2024](https://arxiv.org/html/2608.04509#bib.bib14)\)\.

After every fourth policy update, projected dual ascent uses an independent stratified risk batch:

λu\\displaystyle\\lambda\_\{u\}←Π\[0,λmax\]​\[λu\+ρ​\(C^u−εu\)\],\\displaystyle\\leftarrow\\Pi\_\{\[0,\\lambda\_\{\\max\}\]\}\\\!\\left\[\\lambda\_\{u\}\+\\rho\(\\widehat\{C\}\_\{u\}\-\\varepsilon\_\{u\}\)\\right\],\(5\)λo\\displaystyle\\lambda\_\{o\}←Π\[0,λmax\]​\[λo\+ρ​\(C^o−εo\)\],\\displaystyle\\leftarrow\\Pi\_\{\[0,\\lambda\_\{\\max\}\]\}\\\!\\left\[\\lambda\_\{o\}\+\\rho\(\\widehat\{C\}\_\{o\}\-\\varepsilon\_\{o\}\)\\right\],λe\\displaystyle\\lambda\_\{e\}←Π\[0,λmax\]​\[λe\+ρ​\(εe−EM^\)\],\\displaystyle\\leftarrow\\Pi\_\{\[0,\\lambda\_\{\\max\}\]\}\\\!\\left\[\\lambda\_\{e\}\+\\rho\(\\varepsilon\_\{e\}\-\\widehat\{\\mathrm\{EM\}\}\)\\right\],with\(εu,εo\)=\(0\.35,0\.10\)\(\\varepsilon\_\{u\},\\varepsilon\_\{o\}\)=\(0\.35,0\.10\),εe=EMbase−0\.05\\varepsilon\_\{e\}=\\mathrm\{EM\}\_\{\\mathrm\{base\}\}\-0\.05from the SFT baseline,ρ=0\.05\\rho=0\.05, andλmax=10\\lambda\_\{\\max\}=10\. The risk batch is not reused as the policy\-gradient batch\. This design makes abstention a measurable constraint rather than an unconstrained reward heuristic\.

### Implementation Details and Guardrails

The implementation groups examples by a common base identifier and rejects incomplete bundles for the relational reward\. It explicitly disallows a historical random\-bundle control because unrelated questions do not share a valid transition gold target\. For each selected bundle, the trainer samplesK=2K\{=\}2joint completions, computes per\-condition pointwise values, evaluates the transition relation, and computes one constrained reward per joint rollout\. The advantage is normalized only after the individual cost has been applied\.

Resolved reward settings, dual\-state snapshots, and run metadata are logged per seed\. The shared configuration uses Qwen3\.5\-9B with LoRA rank3232/α=64\\alpha\{=\}64, learning rate5×10−65\{\\times\}10^\{\-6\},K=2K\{=\}2joint rollouts per update,256256RL updates, KL coefficient0\.020\.02, and a size\-1616stratified risk batch, with seeds\{42,43,44\}\\\{42,43,44\\\}\. The static\-penalty ablation disables dual ascent and instead subtracts fixed costs1\.51\.5\(unsafe answer on N\) and0\.50\.5\(over\-deferral on A/V/T\), averaged over the four conditions\. These settings are fixed protocol values, not tuned claims of optimality\.

Algorithm 1CARGO\-VL bundle update0:Complete A/V/T/N bundles, policy

πθ\\pi\_\{\\theta\}, dual state

λ\\lambda
1:foreach updatedo

2:Sample matched bundles and

KKjoint free\-text rollouts per bundle\.

3:Map outputs to semantic decisions and sources using the frozen labeler\.

4:Compute

RBR\_\{B\}from pointwise, transition, and soft\-min terms\.

5:Subtract rollout\-level risk cost

CB​\(λ\)C\_\{B\}\(\\lambda\)before group normalization\.

6:Update

θ\\thetawith group\-relative advantages\.

7:Score an independent stratified risk batch and project the dual update\.

8:endfor

## Experiments

### Benchmark Construction and Evaluation Interface

The training and evaluation pipeline builds a common schema across CMC evaluation bundles and the XMC training set\. An example is eligible for the transition objective only when all A/V/T/N variants are present, their base identifiers agree, and modality\-specific references satisfy the expected relation\. In particular, A and N require agreeing image and text references; V and T require a conflict; and the answerable modality must match the gold answer in A, V, or T\. These checks are performed before reward computation so that missing or contradictory metadata cannot silently create a spurious relational target\.

### Free\-Text Semantic Mapping

The policy is trained and evaluated as a free\-text generator\. It is not asked to emit JSON, action tokens, or a source field\. Instead, a frozen mapper returns a five\-way label\. Deterministic rules are used only for high\-confidence exact, numeric, and explicit\-refusal cases; ambiguous outputs are passed to the frozen judge\. The tested policy is unloaded before the judge is loaded, which makes the inference boundary and device budget explicit\. We release the judge prompt, model revision, decoding settings, cache key, and the count of deterministic versus judge\-resolved labels\.

As above, the mapper never receives an answer key when assigningℓc\\ell\_\{c\}; goldyyenters onlyransr\_\{\\mathrm\{ans\}\}and the transition answer\-invariance term viamatch​\(⋅,y\)\\mathrm\{match\}\(\\cdot,y\)\. This separation prevents the evaluator from conflating evidence routing with answer correctness\.

### Experimental Details

#### Data and Models

Policies are trained under the XMC dual\-bench protocol and evaluated on CMC\-Bench holdout and Modality\-Bias\. Native XMC applies the CMC A/V/T/N recipe to fresh TextVQA and image\-bearing ScienceQA validation items\(Singh et al\.[2019](https://arxiv.org/html/2608.04509#bib.bib15); Lu et al\.[2022](https://arxiv.org/html/2608.04509#bib.bib8)\)with same\-type distractors, distinct same\-pool images, and new identifiers; only complete bundles with agreeing A/N references, conflicting V/T evidence, and gold\-consistent answerable modalities are kept \(invalid references dropped\)\. Train mixes627627matched bundles \(2,5082\{,\}508rows;233233native\+\+394394CMC non\-holdout\) over temporal/factual/entity \(200200/214214/213213\), holds out granularity as template OOD \(234234bundles\), and never uses Modality\-Bias\. Dev/test hold7474/123123bundles; primary tests are CMC\-Bench holdout \(283283/1,1321\{,\}132;≈30%\{\\approx\}30\\%template\-stratified\) and Modality\-Bias VSR \(846846\)\. Leakage checks report disjoint CMC holdoutbase\_ids from train/dev/test/ood, no Modality\-Bias image/question overlap with training, template\-disjoint train/OOD, and versus CMC holdout0base\-id /22question\-string /9191image\-pool\-path overlaps \(pool reuse without instance\-id leakage\)\. The policy is Qwen3\.5\-9B with LoRA rank3232/α=64\\alpha\{=\}64, learning rate5×10−65\{\\times\}10^\{\-6\},K=2K\{=\}2,256256RL updates, and seeds\{42,43,44\}\\\{42,43,44\\\}\.

All policy outputs are free text\. A frozen Qwen3\.5\-27B judge maps only ambiguous outputs to \{image,text,both,neither,abstain\}; high\-confidence exact, numeric, and refusal cases may be resolved deterministically\. The policy is unloaded before the judge is loaded\.

#### Metrics and Comparisons

The CMC\-Bench holdout experiment uses the full official CMC\-Bench Table 3 suite\(Catapang[2026](https://arxiv.org/html/2608.04509#bib.bib2)\): per\-condition Acc\(cc\) from judge labels \(Acc\(A\)/Acc\(I⋆\)/Acc\(T⋆\)/Acc\(N\)\), modality preference bias \(MPB\-img/txt among IMAGE/TEXT commits\), modality\-following rate \(MFR\) on conflict conditions, ConfabR and CDR \(NEITHER and ABSTAIN rates on conflict trials\), andΔ​Acc=Acc​\(aligned\)−mean​Acc​\(conflict\)\\Delta\\mathrm\{Acc\}=\\mathrm\{Acc\}\(\\mathrm\{aligned\}\)\-\\mathrm\{mean\}\\,\\mathrm\{Acc\}\(\\mathrm\{conflict\}\)\. We also list diagnosticHR=ConfabR\+CDR\\mathrm\{HR\}=\\mathrm\{ConfabR\}\+\\mathrm\{CDR\}but do not rank by HR, because ConfabR is minimized while CDR is maximized\. Official Acc\(N\) counts bothneitherandabstainas hits, while trainingractr\_\{\\mathrm\{act\}\}on N credits onlyabstain\. Held\-out Modality\-Bias uses the Mixed Signals biasB=\(%Img−%Txt\)B=\(\\%\\mathrm\{Img\}\-\\%\\mathrm\{Txt\}\)\(Pezeshkpour, Aminnaseri, and Hruschka[2025](https://arxiv.org/html/2608.04509#bib.bib10)\)\. For GPT\-4o we report only the published VSRBBfrom Mixed Signals Table 4; Table 3 single\-modality accuracies and mitigation Acc/F1 are a different protocol and are not substituted for%\\%Img/%\\%Txt\.

Table[2](https://arxiv.org/html/2608.04509#Sx4.T2)states the fair comparison protocol\. SFT/GRPO/CFPO/CARGO\-VL share XMC train data, SFT init, LoRA, decoding,256256RL updates \(30723072matched completions\), and the free\-text judge\.GRPOoptimizes pointwiserabsr\_\{\\mathrm\{abs\}\}only\(Shao et al\.[2024](https://arxiv.org/html/2608.04509#bib.bib14)\)\.CFPOadds a visual factual/counterfactual sensitivity bonus \(weight0\.50\.5\)\(Kaushik, Hovy, and Lipton[2020](https://arxiv.org/html/2608.04509#bib.bib5)\)without CARGO’s full A/V/T/N transition or duals\. Base/Gemma\-26B/GPT\-4o are eval\-only\. Table[3](https://arxiv.org/html/2608.04509#Sx4.T3)reports means over seeds\{42,43,44\}\\\{42,43,44\\\}\.

Table 2:Fair comparison protocol \(shared free\-text judge\)\. CFPO adds visual CF sensitivity; only CARGO\-VL uses transition rewards and projected duals\.

### Main Results on CMC\-Bench holdout and Modality\-Bias

#### CMC\-Bench holdout and Modality\-Bias Leaderboard

Table[3](https://arxiv.org/html/2608.04509#Sx4.T3)reports both native evaluation suites\. The CMC\-Bench holdout experiment evaluates A/V/T/N routing under retrieved image–text conflict, while Modality\-Bias reports Mixed Signals biasBBon the VSR split\.

CMC\-Bench holdoutModality\-BiasMethodAcc\(A\)↑\\uparrowAcc\(I⋆\)↑\\uparrowAcc\(T⋆\)↑\\uparrowAcc\(N\)↑\\uparrowMPBiMPBtMFR↑\\uparrowConf\.↓\\downarrowCDR↑\\uparrowHR‡Δ\\DeltaAcc↓\\downarrowBB\(→\\to0\)%\\%Img%\\%TxtBase93\.841\.889\.585\.044\.056\.058\.512\.026\.538\.521\.7−7\.8\-7\.83\.811\.6SFT98\.743\.899\.692\.242\.058\.079\.418\.528\.446\.920\.2\+7\.8\+7\.812\.64\.8GRPO99\.043\.199\.696\.845\.055\.080\.013\.736\.450\.119\.2\+6\.1\+6\.19\.13\.0CFPO99\.343\.599\.395\.147\.053\.079\.512\.838\.351\.120\.0\+5\.8\+5\.811\.55\.7Gemma\-26B95\.243\.091\.087\.546\.054\.063\.510\.231\.041\.221\.4\+4\.5\+4\.516\.512\.0GPT\-4o†94\.744\.591\.288\.333\.067\.071\.614\.832\.046\.820\.0\+6\.9\+6\.9——CARGO\-VL99\.148\.1100\.098\.249\.051\.079\.67\.353\.260\.517\.0−3\.2\-3\.229\.232\.4
Table 3:Main leaderboard: CMC\-Bench holdout / Modality\-Bias \(mean over seeds\{42,43,44\}\\\{42,43,44\\\}\)\. Left block matches the official CMC\-Bench Table 3 suite\(Catapang[2026](https://arxiv.org/html/2608.04509#bib.bib2)\): Acc\(cc\) from judge labels;MPBimg=Nimg/\(Nimg\+Ntxt\)\\mathrm\{MPB\}\_\{\\mathrm\{img\}\}=N\_\{\\mathrm\{img\}\}/\(N\_\{\\mathrm\{img\}\}\+N\_\{\\mathrm\{txt\}\}\)andMPBtxt=1−MPBimg\\mathrm\{MPB\}\_\{\\mathrm\{txt\}\}=1\-\\mathrm\{MPB\}\_\{\\mathrm\{img\}\}among single\-modality commits \(values\>50\{\>\}50indicate a systematic lean\); MFR on conflict conditions; ConfabR/CDR==NEITHER/ABSTAIN on conflict trials; diagnosticHR=ConfabR\+CDR\\mathrm\{HR\}=\\mathrm\{ConfabR\}\+\\mathrm\{CDR\}\(no preferred direction: ConfabR↓\\downarrowwhile CDR↑\\uparrow\);Δ​Acc=Acc​\(aligned\)−mean​Acc​\(conflict\)\\Delta\\mathrm\{Acc\}=\\mathrm\{Acc\}\(\\mathrm\{aligned\}\)\-\\mathrm\{mean\}\\,\\mathrm\{Acc\}\(\\mathrm\{conflict\}\)\. Right block matches Mixed Signals bias reporting\(Pezeshkpour, Aminnaseri, and Hruschka[2025](https://arxiv.org/html/2608.04509#bib.bib10)\):B=\(%Img−%Txt\)B=\(\\%\\mathrm\{Img\}\-\\%\\mathrm\{Txt\}\)\. Higher is better except ConfabR andΔ\\DeltaAcc; forBBand MPB, closer to zero /5050–5050is better; HR is not ranked\. Best values are marked in bold with underline\. Ablations reuse these columns in Table[4](https://arxiv.org/html/2608.04509#Sx4.T4)and Figure[4](https://arxiv.org/html/2608.04509#Sx4.F4)\.‡HR=\{=\}ConfabR\+\{\+\}CDR is reported only as a CMC diagnostic and is not used for ranking \(ConfabR and CDR should be read separately\)\.†Modality\-Bias for GPT\-4o reports only the published Mixed Signals*VSR*biasB=\+6\.9B\{=\}\{\+\}6\.9\(Table 4;n=846n\{=\}846\)\(Pezeshkpour, Aminnaseri, and Hruschka[2025](https://arxiv.org/html/2608.04509#bib.bib10)\)\. Mixed Signals also lists GPT\-4o VSR single\-modality / aligned accuracies \(Table 3: Only\-Image67\.767\.7, Only\-Text98\.898\.8, Pair86\.186\.1\) and mitigation mismatch scores; those are*not*our%\\%Img/%\\%Txt columns \(exclusive favoring rates under our free\-text protocol\) and are not copied here\. GPT\-4oBBis task\-dependent in Mixed Signals \(e\.g\., Connectivity\+52\.3\+52\.3, Convexity−65\.2\-65\.2\); we use the VSR entry because it matches our Modality\-Bias evaluation\. CMC columns for GPT\-4o are under our judge protocol \(CMC\-Bench does not evaluate GPT\-4o\)\. Conf\.==ConfabR\.

![Refer to caption](https://arxiv.org/html/2608.04509v1/benchmark_results.png)Figure 3:CMC\-Bench holdout / Modality\-Bias diagnostics beyond the raw table cells\. a, CMC Acc\(I⋆\) \(hardest condition; 1,132 examples\)\. b, CMC modality\-preference imbalance\|MPBi−MPBt\|\|\\mathrm\{MPB\}\_\{\\mathrm\{i\}\}\-\\mathrm\{MPB\}\_\{\\mathrm\{t\}\}\|\(lower is closer to a5050–5050split\)\. Magenta denotes CARGO\-VL\. Means over seeds\{42,43,44\}\\\{42,43,44\\\}under the shared free\-text judge protocol\.On CMC\-Bench holdout, Acc\(A\) and Acc\(T⋆\) are already strong for fine\-tuned methods, so ranking is driven by Acc\(I⋆\), Acc\(N\), ConfabR, CDR, andΔ\\DeltaAcc\. CARGO\-VL leads these axes \(Acc\(I⋆\)=48\.1\{=\}48\.1, Acc\(N\)=98\.2\{=\}98\.2, ConfabR=7\.3\{=\}7\.3, CDR=53\.2\{=\}53\.2,Δ\\DeltaAcc=17\.0\{=\}17\.0\), while Acc\(A\)=99\.1\{=\}99\.1and MFR=79\.6\{=\}79\.6trail CFPO \(99\.399\.3\) and GRPO \(80\.080\.0\) slightly\. The Acc\(I⋆\) margin over GPT\-4o \(44\.544\.5\) and SFT \(43\.843\.8\) is the clearest evidence that bundle\-level source equivariance helps on visual\-wins conflict, where instance\-wise objectives tend to lock onto text\. External references sit between Base and the fine\-tuned group on most CMC columns \(Gemma\-26B Acc\(I⋆\)=43\.0\{=\}43\.0\), confirming that scale alone does not solve the problem\. Diagnostic HR is listed for CMC compatibility but is not ranked, because ConfabR and CDR move in opposite preferred directions\.

On Modality\-Bias, CARGO\-VL attainsB=−3\.2B\{=\}\{\-\}3\.2, the closest to zero among methods with measured exclusive%\\%Img/%\\%Txt, while raising both exclusive rates \(%\\%Img=29\.2\{=\}29\.2,%\\%Txt=32\.4\{=\}32\.4\) rather than collapsing into blanket abstention\. GPT\-4o contributes only the published VSRB=\+6\.9B\{=\}\{\+\}6\.9from Mixed Signals Table 4; its sign ofBBflips across Mixed Signals tasks, so\+6\.9\+6\.9is a VSR\-specific transfer point rather than a universal image prior\. Figure[3](https://arxiv.org/html/2608.04509#Sx4.F3)highlights Acc\(I⋆\) and the CMC MPB gap\|MPBi−MPBt\|\|\\mathrm\{MPB\}\_\{\\mathrm\{i\}\}\-\\mathrm\{MPB\}\_\{\\mathrm\{t\}\}\|, where CARGO\-VL is the only method near a5050–5050commit split\.

Table 4:Ablations on CMC\-Bench holdout / Modality\-Bias \(mean over seeds\{42,43,44\}\\\{42,43,44\\\}\)\. CARGO\-VL numbers match Table[3](https://arxiv.org/html/2608.04509#Sx4.T3)\.
![[Uncaptioned image]](https://arxiv.org/html/2608.04509v1/ablation_radar.png)

Figure 4:Transition reward and adaptive risk control\. Radar of Table[4](https://arxiv.org/html/2608.04509#Sx4.T4); outward better after reversingΔ\\DeltaAcc, ConfabR, and\|B\|\|B\|\.

#### Differences in Modality Evidence Trust

We next use Table[3](https://arxiv.org/html/2608.04509#Sx4.T3)to compare how methods*credit*image versus text when the two disagree\. Three complementary views are available: \(i\) condition accuracy Acc\(I⋆\) versus Acc\(T⋆\), which asks whether the model follows the gold\-supported modality; \(ii\) CMC MPB, which records the IMAGE/TEXT share among single\-modality commits; and \(iii\) Modality\-BiasBBwith exclusive%\\%Img/%\\%Txt on the VSR conflict set\.

Static text lean versus calibrated routing\.Base favors text on CMC \(MPB44\.044\.0/56\.056\.0\), with Acc\(T⋆\)=89\.5\{=\}89\.5far above Acc\(I⋆\)=41\.8\{=\}41\.8\. SFT raises answer accuracy but retains an asymmetric routing profile \(MPB42\.042\.0/58\.058\.0;B=\+7\.8B\{=\}\{\+\}7\.8\)\. GRPO and CFPO reduce the CMC MPB gap to1010and66, respectively, yet Acc\(I⋆\) remains near4343–4444\. GPT\-4o has the strongest CMC text lean \(MPB33\.033\.0/67\.067\.0\), whereas its published VSRB=\+6\.9B\{=\}\{\+\}6\.9is comparatively mild, underscoring that bias is task\-dependent\.

CARGO\-VL reduces preference without sacrificing the weaker modality\.CARGO\-VL jointly reduces the CMC MPB gap to22, raises Acc\(I⋆\) to48\.148\.1while retaining Acc\(T⋆\)=100\.0\{=\}100\.0, and reachesB=−3\.2B\{=\}\{\-\}3\.2with substantial exclusive image/text rates \(29\.2/32\.429\.2/32\.4\)\. Thus, near\-zero bias is not obtained through blanket refusal\. Relative to SFT, ConfabR falls from18\.518\.5to7\.37\.3and CDR rises from28\.428\.4to53\.253\.2, while MFR=79\.6\{=\}79\.6remains close to GRPO \(80\.080\.0\)\. The MPB\-gap sequence16→10→6→216\{\\rightarrow\}10\{\\rightarrow\}6\{\\rightarrow\}2from SFT through CARGO\-VL supports the role of source\-equivariant transitions and the N\-switch beyond pointwise rewards alone\.

### Ablation Study

We ablate two CARGO\-specific components while holding the XMC training split, LoRA policy, update budget, seeds\{42,43,44\}\\\{42,43,44\\\}, and free\-text judge fixed: \(i\) removing the bundle transition reward \(pointwise\+\+soft\-min only\), and \(ii\) replacing projected dual penalties with fixed static costs\. Table[4](https://arxiv.org/html/2608.04509#Sx4.T4)and Figure[4](https://arxiv.org/html/2608.04509#Sx4.F4)use the same native columns as Table[3](https://arxiv.org/html/2608.04509#Sx4.T3)\.

Transition reward drives source routing\.Droppingrtransr\_\{\\mathrm\{trans\}\}cuts Acc\(I⋆\) from48\.148\.1to44\.944\.9and Acc\(N\) from98\.298\.2to95\.495\.4, while MFR stays nearly flat \(79\.6→80\.079\.6\{\\rightarrow\}80\.0\)\. The sharper failures are relational: ConfabR rises7\.3→22\.47\.3\{\\rightarrow\}22\.4and CDR falls53\.2→26\.453\.2\{\\rightarrow\}26\.4, so the policy answers unsupported conflict items more often and detects conflict less often\. On Modality\-Bias,BBmoves from−3\.2\-3\.2to\+12\.9\+12\.9with%\\%Img/%/\\%Txt=27\.4/14\.5=27\.4/14\.5, reintroducing a one\-sided favor rate\. CMC MPB likewise regresses from49\.049\.0/51\.051\.0to30\.130\.1/69\.969\.9\. These shifts match the transition terms \(source equivariance and N\-switch\): without them, pointwiseractr\_\{\\mathrm\{act\}\}/rsrcr\_\{\\mathrm\{src\}\}/ransr\_\{\\mathrm\{ans\}\}recover GRPO\-like conflict behavior rather than bundle\-consistent routing\.

Static penalties under\-calibrate abstention\.Replacing dual updates with fixed costs yields the same Acc\(I⋆\)=44\.9\{=\}44\.9but weaker safety–utility balance: Acc\(N\)=94\.0\{=\}94\.0, ConfabR=19\.6\{=\}19\.6, CDR=28\.5\{=\}28\.5, andΔ\\DeltaAcc=20\.2\{=\}20\.2\. Modality\-BiasB=\+13\.5B\{=\}\{\+\}13\.5with%\\%Img=24\.0\{=\}24\.0and%\\%Txt=10\.5\{=\}10\.5, and the Modality\-Bias abstain rate rises to42\.042\.0\(versus1\.11\.1for full CARGO\-VL\), indicating over\-deferral under a non\-adaptive multiplier\. Projected duals are therefore not redundant with the transition reward: they keep refusal high where evidence is unsupported while preserving exclusive modality rates closer to parity\.

Complementary contributions\.Full CARGO\-VL is outermost on the radar after flipping lower\-is\-better axes, jointly improving Acc\(I⋆\), Acc\(N\), ConfabR, CDR,Δ\\DeltaAcc, and\|B\|\|B\|\. Transition consistency supplies routing relative to SFT/GRPO; projected duals prevent confabulation and blanket abstention\.

Joint interpretation and scope\.Both reduced variants reach Acc\(I⋆\)=44\.9\{=\}44\.9,3\.23\.2points below full CARGO\-VL, but their remaining error profiles differ\. Relative to the transition\-free variant, the full objective lowers ConfabR by15\.115\.1points and raises CDR by26\.826\.8points; relative to static penalties, it lowers ConfabR by12\.312\.3points and raises CDR by24\.724\.7points\. Both ablations also produceB\>\+12B\{\>\}\{\+\}12, whereas full CARGO\-VL reaches−3\.2\-3\.2while retaining substantial exclusive image/text rates\. These joint movements support complementary roles for relational routing and adaptive calibration under the fixed XMC split, backbone, update budget, and judge protocol\. They do not establish that the selected transition weights, soft\-min temperature, or risk budgets are individually optimal\.

Matched visual accuracy does not imply matched conflict behavior\.The identical Acc\(I⋆\)=44\.9\{=\}44\.9of both reduced variants controls for raw visual\-answer capacity\. Their divergent Acc\(N\), ConfabR, andΔ\\DeltaAcc therefore expose different conflict failures, while full CARGO\-VL improves all four quantities rather than exchanging visual routing for abstention\.

Bias must be interpreted with decision coverage\.A near\-zero bias can be misleading when a policy avoids modality\-specific decisions\. Full CARGO\-VL combinesB=−3\.2B\{=\}\{\-\}3\.2with exclusive image/text rates of29\.2/32\.429\.2/32\.4, whereas static penalties yieldB=\+13\.5B\{=\}\{\+\}13\.5, rates of24\.0/10\.524\.0/10\.5, and a42\.042\.0abstain rate\. Joint reporting therefore distinguishes balanced routing from low\-coverage behavior and evaluates the dual controller on both safety and utility\.

## Conclusion

CARGO\-VL optimizes matched A/V/T/N bundles withractr\_\{\\mathrm\{act\}\}/rsrcr\_\{\\mathrm\{src\}\}/ransr\_\{\\mathrm\{ans\}\}, transition consistency, weakest\-condition protection, and risk\-constrained GRPO\. Multi\-seed CMC\-Bench holdout and Modality\-Bias means lead on Acc\(I⋆\), Acc\(N\), ConfabR, CDR,Δ\\DeltaAcc, and near\-zeroBBwhile keeping Acc\(T⋆\) strong; ablations show that removingrtransr\_\{\\mathrm\{trans\}\}or freezing duals reintroduces one\-sided commits or over\-deferral\. Gains concentrate on visual\-wins conflict, calibrated abstention, and modality balance, supporting counterfactual consistency as a training target for reliable multimodal arbitration\.

## References

- Asai et al\. \(2024\)Asai, A\.; Wu, Z\.; Wang, Y\.; Sil, A\.; and Hajishirzi, H\. 2024\.Self\-RAG: Learning to Retrieve, Generate, and Critique through Self\-Reflection\.In*International Conference on Learning Representations*\.
- Catapang \(2026\)Catapang, J\. K\. 2026\.When Image and Text Disagree: Cross\-Modal Evidence Conflict in Multimodal Retrieval\-Augmented Generation\.In*Proceedings of the 2nd Workshop on Multimodal Augmented Generation via Multimodal Retrieval*\.
- Geifman and El\-Yaniv \(2017\)Geifman, Y\.; and El\-Yaniv, R\. 2017\.Selective Classification for Deep Neural Networks\.In*Advances in Neural Information Processing Systems*\.
- Hu et al\. \(2022\)Hu, E\. J\.; Shen, Y\.; Wallis, P\.; Allen\-Zhu, Z\.; Li, Y\.; Wang, S\.; and Chen, W\. 2022\.LoRA: Low\-Rank Adaptation of Large Language Models\.In*International Conference on Learning Representations*\.
- Kaushik, Hovy, and Lipton \(2020\)Kaushik, D\.; Hovy, E\.; and Lipton, Z\. 2020\.Learning the Difference that Makes a Difference with Counterfactually\-Augmented Data\.In*International Conference on Learning Representations*\.
- Lewis et al\. \(2020\)Lewis, P\.; Perez, E\.; Piktus, A\.; Petroni, F\.; Karpukhin, V\.; Goyal, N\.; Küttler, H\.; Lewis, M\.; Yih, W\.\-t\.; Rocktäschel, T\.; Riedel, S\.; and Kiela, D\. 2020\.Retrieval\-Augmented Generation for Knowledge\-Intensive NLP Tasks\.In*Advances in Neural Information Processing Systems*, volume 33, 9459–9474\.
- Liu et al\. \(2023\)Liu, H\.; Li, C\.; Wu, Q\.; and Lee, Y\. J\. 2023\.Visual Instruction Tuning\.In*Advances in Neural Information Processing Systems*\.
- Lu et al\. \(2022\)Lu, P\.; Mishra, S\.; Xia, T\.; Qiu, L\.; Chang, K\.\-W\.; Zhu, S\.\-C\.; Tafjord, O\.; Clark, P\.; and Kalyan, A\. 2022\.Learn to Explain: Multimodal Reasoning via Thought Chains for Science Question Answering\.In*Advances in Neural Information Processing Systems*, volume 35, 2507–2521\.
- Ouyang et al\. \(2022\)Ouyang, L\.; Wu, J\.; Jiang, X\.; Almeida, D\.; Wainwright, C\.; Mishkin, P\.; Zhang, C\.; Agarwal, S\.; Slama, K\.; Ray, A\.; et al\. 2022\.Training Language Models to Follow Instructions with Human Feedback\.In*Advances in Neural Information Processing Systems*, volume 35, 27730–27744\.
- Pezeshkpour, Aminnaseri, and Hruschka \(2025\)Pezeshkpour, P\.; Aminnaseri, M\.; and Hruschka, E\. 2025\.Mixed Signals: Decoding VLMs’ Reasoning and Underlying Bias in Vision\-Language Conflict\.In*Findings of the Association for Computational Linguistics: EMNLP 2025*\.
- Radford et al\. \(2021\)Radford, A\.; Kim, J\. W\.; Hallacy, C\.; Ramesh, A\.; Goh, G\.; Agarwal, S\.; Sastry, G\.; Askell, A\.; Mishkin, P\.; Clark, J\.; et al\. 2021\.Learning Transferable Visual Models From Natural Language Supervision\.In*International Conference on Machine Learning*, 8748–8763\.
- Rafailov et al\. \(2023\)Rafailov, R\.; Sharma, A\.; Mitchell, E\.; Manning, C\. D\.; Ermon, S\.; and Finn, C\. 2023\.Direct Preference Optimization: Your Language Model is Secretly a Reward Model\.In*Advances in Neural Information Processing Systems*\.
- Schulman et al\. \(2017\)Schulman, J\.; Wolski, F\.; Dhariwal, P\.; Radford, A\.; and Klimov, O\. 2017\.Proximal Policy Optimization Algorithms\.*arXiv preprint arXiv:1707\.06347*\.
- Shao et al\. \(2024\)Shao, Z\.; Wang, P\.; Zhu, Q\.; Xu, R\.; Song, J\.; Bi, X\.; Zhang, H\.; Zhang, M\.; Li, Y\.; Wu, Y\.; et al\. 2024\.DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models\.*arXiv preprint arXiv:2402\.03300*\.
- Singh et al\. \(2019\)Singh, A\.; Natarajan, V\.; Shah, M\.; Jiang, Y\.; Chen, X\.; Batra, D\.; Parikh, D\.; and Rohrbach, M\. 2019\.Towards VQA Models That Can Read\.In*Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition*, 8317–8326\.

Similar Articles

CaVe-VLM-CoT: An Interpretable Vision-Language Model Framework

arXiv cs.AI

CaVe-VLM-CoT is a modular reflection-based agentic-RAG framework for vision-language models that enforces evidence-grounded reasoning through a five-stage pipeline, achieving 87.1% accuracy on ScienceQA and proposing a suite of 23 metrics for evaluation.

Seeing Before Colliding: Anticipatory Safe RL with Frozen Vision-Language Models

arXiv cs.LG

This paper presents VLM-Safe-RL, a framework that integrates frozen vision-language models into constrained MDP Lagrangian updates to provide anticipatory cost signals for safe reinforcement learning in high-speed visual control tasks. The method outperforms standard constraint-aware baselines on Safety-Gymnasium FormulaOne L2 and generalizes to held-out environments.

Beyond Objective Equivalence: Constraint Injection for LLM-Based Optimization Modeling on Vehicle Routing Problems

arXiv cs.AI

Researchers from Beihang University and Baidu propose 'constraint injection,' a dual verification method for LLM-based optimization modeling that detects spurious or omitted constraints beyond objective equivalence. They develop VRPCoder, an 8B model for translating natural-language vehicle routing problems into Gurobi scripts, achieving 93% average Pass@1 and outperforming Claude Sonnet and prior OR-LLMs by large margins.