VideoChat3-OL617k
收藏资源简介:
VideoChat3-OL617K 是一个用于VideoChat3的在线视频指令数据集,旨在训练主动式流视频助手。这些助手能够持续观察输入的视频流,积累视觉证据,并在适当时机做出响应。数据集通过将视频-问题-答案三元组转换为因果流监督来实现这一目标:首先定位并验证视觉线索的时间间隔,然后将其转化为包含显式响应状态标记的流序列。这些标记包括 `</Silence>`(教导模型保持沉默)、`</Standby>`(教导模型继续收集证据)和 `</Response>`(教导模型提供答案),从而指导模型在流式视频处理中的决策时机。数据集以 JSONL 注释文件的形式提供,原始视频未包含在内,用户需要根据提供的原始数据集路径自行解析视频。数据来源于多个公开视频数据集,包括 StreamForest、Streamo、Seeker、AVA(补充)和 EgoQA(补充)。一个名为 `ol617k.json` 的文件提供了数据集注释与视频源之间的映射关系,便于组织数据集结构。该数据集适用于视频到文本的生成任务,特别是需要实时或流式处理的视频对话与问答场景。
VideoChat3-OL617K is an online video instruction dataset for VideoChat3, designed to train proactive streaming video assistants. These assistants can continuously observe input video streams, accumulate visual evidence, and respond at appropriate times. The dataset achieves this by converting video-question-answer triples into causal flow supervision: first, locating and verifying the time intervals of visual cues, then transforming them into streaming sequences containing explicit response state tokens. These tokens include `</Silence>` (teaching the model to remain silent), `</Standby>` (teaching the model to continue collecting evidence), and `</Response>` (teaching the model to provide answers), thereby guiding the models decision timing in streaming video processing. The dataset is provided in the form of JSONL annotation files, with original videos not included; users need to parse videos based on provided raw dataset paths. Data is sourced from multiple public video datasets, including StreamForest, Streamo, Seeker, AVA (supplement), and EgoQA (supplement). A file named `ol617k.json` provides mapping relationships between dataset annotations and video sources, facilitating dataset organization. This dataset is suitable for video-to-text generation tasks, particularly for real-time or streaming video dialogue and question-answering scenarios.
数据集概述
数据集名称:VideoChat3-OL617K
许可证:Apache-2.0
任务类别:视频-文本到文本(video-text-to-text)
语言:英文
标签:视频、在线(online)
核心功能与设计
VideoChat3-OL617K 是 VideoChat3 模型使用的在线视频指令数据集,旨在训练主动式流式视频助手。该助手能够持续观察传入的视频、累积视觉证据,并在适当时刻做出响应。
数据集将视频-问题-答案三元组转换为因果流式监督形式。具体流程如下:
- 首先定位并验证视觉线索区间;
- 然后将其转换为包含显式响应状态标记的流式序列。
使用的响应状态标记包括:
</Silence>:指示模型保持沉默</Standby>:指示模型继续收集证据</Response>:指示模型提供答案
数据来源
VideoChat3-OL617K 整合了以下视频数据集中的视频内容(原始视频未在本仓库中重复存储,用户需从原始数据集路径获取视频):
| 来源数据集 | 原始视频数据集路径 |
|---|---|
| StreamForest | https://huggingface.co/datasets/MCG-NJU/StreamForest-Annodata |
| Streamo | https://huggingface.co/datasets/maifoundations/Streamo-Instruct-465K |
| Seeker | https://huggingface.co/datasets/MCG-NJU/Seeker-173K |
| AVA (Supplement) | https://github.com/cvdfoundation/ava-dataset |
| EgoQA (Supplement) | https://ego4d-data.org/ |
使用说明
本仓库提供 JSONL 格式的标注文件。文件 ol617k.json 提供了数据集标注与视频源之间的映射关系,可用于组织数据集结构。
引用
若使用本数据,请引用 VideoChat3 以及标注所依据的原始视频数据集。




