Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

CoLab

TRACE

Temporal Retrieval with Anchored and Convergent Evidence for Long-Horizon Video Understanding

Pengyiang Liu1,3,*, Junbo Niu2,3,*, Xiaoyang Hu1, Zhongyue Shi1, Zitian Wang1, Linjiang Huang1, Si Liu1,†

1Beihang University  2Peking University  3Shanghai AI Laboratory

*Equal contribution  Corresponding author

EMNLP 2026 Main Conference

Project Page · VES-Bench on Hugging Face

Overview

A long-video answer is evidence-supported only when the frames decoded from the video cover every event the answer depends on. Existing evaluations score final-answer correctness or predicted evidence intervals, but the frames a method decodes before answering are rarely audited, so correct answers can still rest on incomplete observation.

We introduce VES-Bench, a 600-question benchmark of Temporal Ordering and Event Counting items over 348 public long videos. Each item carries a jointly necessary set of evidence intervals, letting us audit at three strictness levels whether a method's decoded frames cover every one of them.

We also propose TRACE, a training-free agent that grounds answers in raw visual clips, builds an evidence bundle round by round, and stops only when the answer stabilises as the bundle grows and a final pass over the same clips returns the same answer.

VES-Bench

VES-Bench is hosted on Hugging Face at buaaplay/VES-Bench.

hf download buaaplay/VES-Bench --repo-type dataset --local-dir ./VES-Bench

The release contains VES-Bench.parquet with the 600 audited questions and videos/ with the source long videos.

Method

Coming soon.

Citation

@inproceedings{liu2026trace,
  title     = {{TRACE}: Temporal Retrieval with Anchored and Convergent Evidence for Long-Horizon Video Understanding},
  author    = {Liu, Pengyiang and Niu, Junbo and Hu, Xiaoyang and Shi, Zhongyue and Wang, Zitian and Huang, Linjiang and Liu, Si},
  booktitle = {Proceedings of the 2026 Conference on Empirical Methods in Natural Language Processing},
  year      = {2026}
}

About

[EMNLP 2026] TRACE: Temporal Retrieval with Anchored and Convergent Evidence for Long-Horizon Video Understanding

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors