Datasets:
File size: 1,906 Bytes
2e88a6c fc9a9e8 2e88a6c fc9a9e8 34e3264 7d5cbb8 34e3264 0fb3651 34e3264 a0fc7c3 34e3264 fc9a9e8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | ---
language:
- en
license: mit
task_categories:
- video-text-to-text
extra_gated_fields:
Name: text
Company/Organization: text
Country: text
E-Mail: text
modalities:
- Video
- Text
configs:
- config_name: event_sequence
data_files: json/event_sequence.json
- config_name: moving_direction
data_files: json/moving_direction.json
- config_name: reversible_dynamics
data_files: json/reversible_dynamics.json
---
# DyBench
[**Project Page**](https://ddz16.github.io/crpo.github.io/) | [**Paper**](https://huggingface.co/papers/2605.21988) | [**GitHub**](https://github.com/ddz16/CRPO)
DyBench is a paired counterfactual video benchmark introduced in the paper "[Learning Spatiotemporal Sensitivity in Video LLMs via Counterfactual Reinforcement Learning](https://huggingface.co/papers/2605.21988)".
The benchmark is designed to evaluate the **spatiotemporal sensitivity** of Video Large Language Models (Video LLMs). It addresses the issue of models relying on "shortcuts" (such as single-frame cues or language priors) rather than tracking actual video dynamics. DyBench utilizes a strict pair-accuracy metric that requires a model to correctly answer questions for both original and counterfactual versions of a video.
### Dataset Details
DyBench consists of **3,014 videos** covering three primary categories of spatiotemporal dynamics:
- **Reversible Dynamics**: Evaluating if models understand physical processes that can be temporally reversed.
- **Moving Direction**: Tracking the spatial trajectory and direction of motion.
- **Event Sequence**: Understanding the temporal order in which events occur.
### Data Structure
The dataset is organized into three configurations corresponding to the tasks above:
- `event_sequence`
- `moving_direction`
- `reversible_dynamics`
Each configuration contains JSON files mapping videos to their respective questions and ground-truth answers. |