Dataset Viewer
The dataset could not be loaded because the splits use different data file formats, which is not supported. Read more about the splits configuration. Click for more details.
Couldn't infer the same data file format for all splits. Got {NamedSplit('train'): ('imagefolder', {}), NamedSplit('test'): (None, {})}
Error code:   FileFormatMismatchBetweenSplitsError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

StateBench

StateBench is a benchmark for world-state reasoning in video continuation, introduced in the paper Do Video Generators Track the World Across Segments? A Benchmark and Method for World-State Reasoning in Video Continuation.

Code: https://github.com/AMAP-ML/StateAgent

The benchmark contains 200 cross-segment continuation tasks across three difficulty levels:

Level Count Description
past_visible 85 The target object was visible in a prior frame — tests temporal memory.
occluded_process 65 The state change occurs while the object is occluded — tests process reasoning.
complex_transition 50 Multiple state transitions or conflicting cues — tests compositional reasoning.

Each task includes metadata such as id, difficulty, target_object, shots, expected_state, checklist, and reference_frames.

Downloads last month
10

Paper for moore12138/StateBench