Evidence-Backed Video Question Answering
Summary
This paper introduces Evidence-Backed Video Question Answering (E-VQA), a new task requiring models to output both semantic answers and precise spatio-temporal evidence like tracked object segmentation masklets. The authors create a human-verified benchmark and a scalable training dataset, showing significant improvements over baselines.
View Cached Full Text
Cached at: 07/15/26, 12:18 AM
Paper page - Evidence-Backed Video Question Answering
Source: https://huggingface.co/papers/2607.11862
Abstract
CurrentVideoLargeLanguageModels(VideoLLMs)excelinquestionanswering(QA)butlargelyoperateasblackboxes,providingtextualanswerswithoutverifiablevisualgrounding.Existingexplainabilityeffortsrelyontextualrationalesorsparseboundingboxes,whichstruggletocapturecomplexvideodynamicssuchasocclusionsandnon-rigiddeformations.WeproposeEvidence-BackedVideoQuestionAnswering(E-VQA),anoveltaskrequiringmodelstojointlyoutputasemanticanswerandprecisespatio-temporalevidence:temporalsegmentsanddense,trackedobjectsegmentationmasklets.Tosupportthis,weintroduceST-Evidence,thefirsthuman-verifiedbenchmarkforbothdiscriminativeandgenerativepixel-levelgrounding.Evaluationsofstate-of-the-artmodelsrevealacriticaldecouplingbetweenQAaccuracyandtruevisualperceptionthatscalingalonefailstobridge.Toaddressthis,wedevelopscalable,automatedgenerationpipelinestocreateST-Evidence-Instruct,a160k-scaledatasetbridginghigh-levelreasoningwithfine-grainedgrounding.Fine-tuninggroundedVideoLLMsonthisdatayieldssubstantialgainsoverthecorrespondingsize-matchedUniPixelbaselines(e.g.,+27.2t-meanand+13.8J&Fona7Bmodel),establishingarobustbaselineforexplainable,evidence-backedvideounderstanding.Codeanddataareavailableathttps://github.com/SalesforceAIResearch/EVQA.
View arXiv pageView PDFAdd to collection
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.11862 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.11862 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.11862 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
SuperMemory-VQA: An Egocentric Visual Question-Answering Benchmark for Long-Horizon Memory
SuperMemory-VQA is a new egocentric VQA benchmark featuring 52.9 hours of AI-glasses footage and 4,853 QA pairs designed to evaluate AI assistants on long-horizon memory tasks spanning object recall, intent, timelines, and conversations. Benchmarking reveals existing agentic frameworks and LLMs remain far from reliable on these real-world memory challenges.
Ground Then Rank: Revisiting Knowledge-Based VQA with Training-Free Entity Identification
This paper proposes a training-free 'identify-before-answer' (IBA) framework for Knowledge-Based Visual Question Answering (KB-VQA) that decouples entity identification from evidence ranking, outperforming fine-tuned multi-modal retrieval-augmented generation baselines while reducing complexity.
Brain-IT-VQA: From Brain Signals to Answers
Brain-IT-VQA framework decodes visual content from fMRI signals using transformer architecture, outperforming previous methods. The authors also introduce NSD-VQA, a new dataset with richer annotations for evaluating fMRI-based visual question answering.
Learning Evidence Sufficiency Boundaries for Selective Answering in Grounded Multi-Hop QA
This paper proposes Evidence Sufficiency Boundary Training to enhance selective answering in grounded multi-hop QA systems by learning when to abstain from answering due to insufficient evidence, leading to improved boundary localization and reduced unsupported-answer rates on benchmarks like HotpotQA and MuSiQue.
EVE-Agent: Evidence-Verifiable Self-Evolving Agents
EVE-Agent introduces a framework for self-evolving search agents that ensure evidence verifiability by generating questions, answers, and evidence spans, and training on marginal accuracy gain of evidence. This improves grounded correctness without human annotations.