MARQUIS: A Three-Stage Pipeline for Video Retrieval-Augmented Generation
MARQUIS is a three-stage pipeline that significantly enhances video retrieval-augmented generation by addressing limitations in complex query handling and multi-video synthesis through query expansion, structured evidence extraction, and controlled article generation, achieving state-of-the-art performance on the MAGMaR2026 shared task.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are a journalist tasked with writing a detailed news article about a complex event, like a massive storm or a political election. However, you don't have a single reporter on the ground; instead, you have a library containing 100,000 different video clips of the event, recorded by hundreds of different cameras. Your job is to find the right clips, figure out what actually happened in them, and write a coherent story that cites exactly which video proved each fact.
This is the challenge the MARQUIS system tackles. The paper argues that current AI tools are bad at this specific job. They either can't find the right videos when the question is complicated, or they get overwhelmed by trying to read too many videos at once and end up hallucinating (making things up).
MARQUIS solves this by acting like a three-stage newsroom assembly line, breaking the massive job into smaller, manageable steps.
Stage 1: The Detective's Search (Retrieval)
The Problem: If you ask an AI, "Tell me everything about the 2025 election results," a standard search engine might get confused. It tries to turn that whole long question into one single "search code" (embedding), which often misses the nuance. It's like trying to find a specific needle in a haystack by describing the whole haystack at once.
The MARQUIS Solution:
Instead of one big search, MARQUIS acts like a detective who breaks a big case into small clues.
- Decomposition: It takes your big question and breaks it into 20+ tiny, specific questions (e.g., "How many seats did the Liberals win?" "What was the voter turnout?" "Which districts flipped?").
- Parallel Search: It searches the video library for each of those tiny questions separately.
- The Fusion: It takes all the lists of videos found for the tiny questions and merges them into one master list.
- The Re-Ranker: Finally, a specialized "video judge" looks at the top candidates and re-orders them to make sure the most relevant ones are at the very top.
The Result: This method is like using a magnifying glass to find specific needles rather than guessing where the whole haystack is. It improved the system's ability to find the right videos from a score of 0.195 to 0.759 (a massive jump).
Stage 2: The Fact-Checkers (Information Extraction)
The Problem: Once you have the videos, you can't just feed the whole video file to a writer. The writer needs specific facts. Also, videos can be tricky; sometimes a person says something that isn't true, or the camera angle is misleading.
The MARQUIS Solution:
MARQUIS doesn't just "read" the video; it extracts specific "claims" and then calibrates them.
- Three Types of Notes:
- General Notes: "A woman in a red coat is speaking." (Facts that might be useful later).
- Targeted Claims: "The video shows 50 people rescued." (Facts specifically answering your question).
- Q&A: The system asks the video specific questions and gets answers.
- The Calibration (The Lie Detector): This is a crucial step. Before the writer sees a claim, a "calibrator" model looks at the claim and the original video side-by-side. It asks: "Does this video actually prove this sentence?" It assigns a probability score (0 to 1). If the video doesn't support the claim, it gets filtered out.
The Analogy: Imagine a team of fact-checkers who read every sentence a reporter writes and then go back to the raw footage to verify it. If the footage doesn't match, the sentence is thrown in the trash.
Stage 3: The Writers (Article Generation)
The Problem: Even with good facts, writing a smooth article is hard. If you give a writer 500 disconnected bullet points, they might write a messy list. If you give them a 2-hour video transcript, they might get lost in the details and forget the main point.
The MARQUIS Solution:
The system offers three ways to write the article, but the best one uses a structured approach:
- Clustering: It groups the verified facts into themes (e.g., "Casualties," "Rescue Efforts," "Government Response").
- Summarizing: It writes a short, cited sentence for each theme.
- Polishing: It stitches those sentences together into a smooth, readable news story, ensuring every fact has a citation (like
[Video #45, 0:12-0:15]).
The "Recursive" Option (MARQUIS-RLM):
The paper also introduces a special "Manager" AI (based on Recursive Language Models). Instead of just writing once, this Manager acts like a project manager with a persistent notebook.
- It looks at the facts it has.
- It realizes, "I'm missing the casualty count for the north district."
- It goes back to Stage 1 and 2, specifically asks for that missing info, adds it to its notebook, and checks for conflicts.
- Only when the notebook is full and consistent does it write the final article.
The Bottom Line
The paper claims that by breaking the problem down—searching smarter, verifying facts strictly, and organizing the writing process—MARQUIS produces much better results than current methods.
- Retrieval: Found the right videos much more often.
- Generation: Produced articles that humans rated higher (3.83 out of 5 vs. 3.09 for the baseline) because they were more coherent and better sourced.
- Reliability: The system is designed to be "grounded," meaning it refuses to write facts that aren't backed up by the video evidence, avoiding the "hallucinations" common in other AI systems.
In short, MARQUIS turns a chaotic pile of 100,000 videos into a reliable, well-sourced news article by acting like a highly organized, multi-step newsroom rather than a single, overwhelmed writer.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.