ExtremeWhenBench
收藏资源简介:
ExtremeWhenBench是由NAVER Cloud AI和韩国科学技术院·人工智能联合创建的首个开放小时级自然语言时序定位基准数据集,旨在解决长视频中基于文本查询的时间定位难题。该数据集包含2,273个查询,覆盖194个视频,平均时长75.7分钟,最长可达9小时,总查询量丰富,数据来源于公开的LVBench、MLVU和VideoMME视频库。数据集通过七阶段流水线构建,包括事件挖掘、问题生成和人工审核,确保查询的自然语言多样性和时间边界准确性。其核心应用领域为长视频理解与检索,专门用于评估视频大模型在小时级尺度下的搜索与定位能力,推动开放领域视频问答技术的发展。
ExtremeWhenBench is the first open-access hourly-scale natural language temporal localization benchmark dataset jointly created by NAVER Cloud AI and the Korea Advanced Institute of Science and Technology (KAIST) AI Joint Research Team, aiming to address the challenge of text-query-based temporal localization in long-form videos. This dataset includes 2,273 queries across 194 videos, with an average duration of 75.7 minutes and a maximum duration of up to 9 hours, boasting a substantial volume of queries. The data is sourced from three public video repositories: LVBench, MLVU, and VideoMME. The dataset is constructed through a seven-stage pipeline, which covers event mining, query generation and manual review, to ensure the natural language diversity of the queries and the accuracy of their temporal boundaries. Its core application fields focus on long-form video understanding and retrieval, and it is specifically designed to evaluate the search and localization capabilities of video large models at the hourly scale, thus promoting the development of open-domain video question answering technologies.
数据集名称
ExtremeWhenBench
核心定位
面向小时级视频的自然语言时间定位(Temporal Grounding)基准,旨在将搜索(Search)与定位(Localize)两个阶段解耦,关注长视频中由于搜索空间巨大带来的性能瓶颈。
数据集规模
- 2,273 个开放形式的自然语言问题
- 194 个时长超过1小时的视频(平均75.7分钟,最长9小时)
- 来源于 LVBench、MLVU 和 VideoMME 三个已有数据集
- 地面真实事件中位数为 9 秒(与 Charades-STA 的 7.1 秒相当),但搜索空间约为后者的 153 倍
数据特点
- 查询语句为 开放形式自然语言,非模板化
- MATTR(移动平均类型-词元比):0.78(对比 TVBench 的 0.60,Charades-STA 的 0.54)
- 1,578 个独特的 4-gram 词干
- 每个问题的词汇多样性比 TVBench 高出约 25 倍(TVBench 的 5 个前缀覆盖了其 99.9% 的划分)
- 带时间戳的地面真实区间
数据格式(每行示例)
json { "qid": "-WnyRMZqV1U_q042", "video_id": "-WnyRMZqV1U", "source_corpus": "VideoMME", "question": "When does an elderly woman with round glasses speak into a microphone?", "correct_interval": [1805, 1822], "duration_s": 17, "video_duration_s": 4271, "category": "reaction" }
- 预测输出为
[start, end]秒级区间
评估指标
- mIoU(平均交并比)
- R@0.3 / R@0.5 / R@0.7(在特定IoU阈值下的召回率)
- Parse-failure rate(解析失败率,失败时IoU计为0)
发布内容
- 标注数据:已在 Hugging Face 上发布,地址为
min1321/extreme-when-bench,许可证为 CC-BY-4.0 - 评估代码(即将发布):参考 vLLM 脚本(
evaluation/)和 lmms-eval 任务插件(lmms-eval/) - 视频文件:不直接分发,需从原数据集下载(LVBench、MLVU、VideoMME)
来源视频下载
| 数据集 | 视频数 | 获取地址 |
|---|---|---|
| VideoMME | 89 | https://video-mme.github.io/ |
| LVBench | 67 | https://lvbench.github.io/ |
| MLVU | 38 | https://github.com/JUNJIE99/MLVU |
- VideoMME 和 LVBench 的
video_id为 YouTube ID;MLVU 为片段名称 - 下载后存放为
./videos/{video_id}.mp4
关键发现
- 在 ExtremeWhenBench 上,CLIP ViT-L/14-336(检索式方法)取得了 0.269 mIoU,超过了所有开源 Video-LLM(如 Qwen3.5-9B 的 0.110 mIoU),而其在 Charades-STA 上仅处于中游水平
- 85% 的 Video-LLM 错误可归因于搜索失败;采用检索-定位混合方法(retrieve-then-ground)比单一 Video-LLM 提升 6.7 倍
- 仅增加帧数(如 Qwen3.5-9B 扩展至 2,048 帧)仍无法缩小与检索基线的差距
相关论文
- arXiv:2606.12300 —— Natural-Language Temporal Grounding in Hour-Long Videos is a Search Problem: A Benchmark and Empirical Decomposition
许可证
- 本仓库:Apache License 2.0(Copyright © 2026 NAVER Cloud Corp.)
- 标注数据:CC-BY-4.0
- 来源视频:受 LVBench、MLVU、VideoMME 各自的许可证约束
- 1Natural-Language Temporal Grounding in Hour-Long Videos is a Search Problem: A Benchmark and Empirical DecompositionNAVER Cloud AI; 韩国科学技术院·人工智能 · 2026年



