Yuho Lee, Jisu Shin, Nicole Hee-Yeon Kim, Jihwan Bang, Juntae Lee, Kyuwoong Hwang, Fatih Porikli, Hwanjun Song
4 min
Abstract
Retrieval-augmented generation is moving beyond text into long, egocentric video, where systems must select query-relevant chunks across multiple modalities and temporal granularities. Yet progress in VideoRAG is limited by two gaps: existing benchmarks allow queries to be answered without the video, obscuring retrieval errors, and prior methods apply a single modality-granularity configuration per query, ignoring chunk-level variability. We address both by introducing V-RAGBench, a benchmark of $\langle$query, evidence chunk, answer$\rangle$ triplets that enables faithful, decoupled evaluation of retrieval and generation, and CARVE, a simple method that runs parallel retrievers across configurations and employs chunk-adaptive reranking to identify the winning configuration for each chunk. Each chunk then enters the generator under its winning configuration selected during retrieval, yielding an interleaved evidence form where the chunk-level decision propagates across both stages. CARVE outperforms eight recent VideoRAG baselines, with the chunks supplied to the generator interleaving multiple configurations rather than sharing a single one, a behavior unattainable by query-level methods.
Sam: So the old benchmarks were essentially giving the AI an open-book exam, but the book was optional.
Alex: That's a fair description. V-RAGBench enforces what the paper calls visual grounding — the answer has to be traceable back to a specific moment in the video. That way, retrieval and answer generation can be evaluated as separate, measurable steps for the first time.
Sam: And how did CARVE perform under those stricter conditions?
Alex: It outperformed eight recent comparison systems without requiring any additional training. The consistent finding was that mixing representation types — rather than committing to just one — produces meaningfully better results across the board.
Sam: Which suggests the problem wasn't the AI's reasoning ability. It was the quality of the evidence it was being handed.
Alex: That's a useful way to frame it. The paper's broader argument is that in video question-answering, how you represent the data matters as much as how powerful your model is. CARVE is a notable step toward building systems that are honest about what they actually found — and flexible enough to find it well. Thanks for listening to ResearchPod.