← Latest papers
💻 computer science

LongVT: Incentivizing "Thinking with Long Videos" via Native Tool Calling

LongVT is an end-to-end agentic framework that enhances long-video reasoning by leveraging native tool calling to perform a global-to-local "Multimodal Chain-of-Tool-Thought" process, supported by a newly curated large-scale dataset (VideoSIAH) and a three-stage training strategy that significantly outperforms existing baselines.

Original authors: Zuhao Yang, Sudong Wang, Kaichen Zhang, Keming Wu, Sicong Leng, Yifan Zhang, Bo Li, Chengwei Qin, Shijian Lu, Xingxuan Li, Lidong Bing

Published 2026-05-22
📖 4 min read☕ Coffee break read

Original authors: Zuhao Yang, Sudong Wang, Kaichen Zhang, Keming Wu, Sicong Leng, Yifan Zhang, Bo Li, Chengwei Qin, Shijian Lu, Xingxuan Li, Lidong Bing

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

The Big Problem: The "Needle in a Haystack" Video

Imagine you are given a 2-hour movie and asked a very specific question: "What color was the sock the main character was wearing when he tied his shoe at the 43-minute mark?"

If you try to answer this by just reading a summary or glancing at a few random screenshots, you will likely guess wrong. This is the problem current AI models face with long videos. They tend to "hallucinate"—making up details they didn't actually see—because they try to remember the whole video at once without really looking closely at the specific moment.

The Solution: LongVT (The "Detective" AI)

The authors created a new system called LongVT. Instead of trying to memorize the whole video, LongVT acts like a detective or a human researcher.

Here is how it works, using a simple analogy:

1. The "Coarse Scan" (The Library Search)

Imagine you are in a massive library looking for a specific book. You don't read every single page of every book. First, you walk down the aisles, glancing at the spines to find the general section where the book might be.

  • In the paper: LongVT first does a "global skim" of the video. It looks at a few frames spread out over the whole video to get a rough idea of what's happening.

2. The "Tool Call" (The Magnifying Glass)

Once the detective thinks, "I bet the sock was tied in the kitchen scene," they don't just guess. They pull out a magnifying glass and zoom in only on that specific kitchen scene to look closely.

  • In the paper: This is the "Native Tool Calling." LongVT has a built-in tool called crop_video. If it thinks the answer is between minute 40 and 45, it literally cuts that 5-minute chunk out of the video and re-examines it with high detail.

3. The "Self-Correction" (The "Wait, let me check again" Moment)

Sometimes, the detective zooms in on the wrong spot. Maybe they thought the shoe-tying happened in the kitchen, but it actually happened in the living room.

  • In the paper: The paper shows that LongVT can realize, "Oops, I looked at the wrong time window. I don't see the shoe there." It then says, "Let me try again," and calls the tool a second time to look at a different time (e.g., minute 43 instead of minute 41). This is called iMCoTT (Interleaved Multimodal Chain-of-Tool-Thought).

The Training: How the AI Learned to Think

You can't just tell an AI to "be a detective" and expect it to work. The authors had to teach it through a three-step training process:

  1. Cold Start (The Classroom): First, they taught the AI the basics using a huge dataset they created called VideoSIAH. This dataset is full of "needle in a haystack" questions. They showed the AI examples of how to guess a time, check the video, and correct itself. This is like teaching a student how to use a library catalog before letting them loose.
  2. Reinforcement Learning (The Practice Arena): Next, they let the AI practice on its own. Every time it guessed the right time and got the right answer, it got a "reward." If it guessed wrong or hallucinated, it got no reward. This taught it to be more precise.
  3. Refinement (The Masterclass): Finally, they took the AI's best attempts from the practice arena and used them as new lessons to teach it again. This solidified its skills, making it faster and more reliable.

The Result: A New Kind of "Thinking"

The paper claims that this approach changes how AI handles long videos.

  • Old Way: The AI tries to "remember" the video and often makes things up (hallucinations) because it's overwhelmed.
  • LongVT Way: The AI admits it doesn't know, goes to find the evidence (by cropping the video), checks the evidence, and then answers.

The Bottom Line:
LongVT is an AI that stops trying to "guess" the answer from memory. Instead, it learns to look for the answer. It treats a long video like a haystack, uses a tool to find the needle, and double-checks its work before speaking. This makes it much more accurate and less likely to lie about what it saw.

The paper also notes that despite doing all this extra "looking," the AI is actually faster than other models because it doesn't waste time writing long, made-up stories about things it didn't see. It just finds the truth and answers.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →