The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: UnexpectedError
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.
image
image |
|---|
PhysicsMind Video Dataset
This is the video generation (VG) component of the PhysicsMind benchmark, a unified physics-grounded benchmark that evaluates both reasoning and prediction under the same physical laws in both simulated and real-world settings.
About PhysicsMind
PhysicsMind is designed to evaluate whether video generation models can produce physically plausible motion trajectories that obey center-of-mass, torque, and inertial constraints. The benchmark focuses on three canonical mechanics scenarios:
- Center of Mass - Measuring center of gravity by suspension method
- Lever Equilibrium - Lever balance conditions
- Newton's First Law - Inertia verification experiments
Each scenario is realized with diverse real tabletop experiments and 2D simulations, enabling evaluation of whether models trained in simulation environments generalize well under real-world noise, dynamic differences, and visual variability.
Directory Structure
vieo_data/
βββ Lever_Balance_Conditions/
β βββ Boundary_Frames/
β β βββ Lever_Balance_Conditions_X_Initial_Frame.png
β β βββ Lever_Balance_Conditions_X_Final_Frame.png
β βββ video/
β β βββ Lever_Balance_Conditions_X.mov
β βββ data_lever_balance_en.json
β βββ data_lever_balance_scene_en.json
β βββ data_lever_balance_scene_object_law_en.json
β
βββ Verification_of_Newton's First_Law/
β βββ Boundary_Frames/
β β βββ Newtons_First_Law_X_Initial_Frame.png
β β βββ Newtons_First_Law_X_Final_Frame.png
β βββ video/
β β βββ Newtons_First_Law_X.mp4
β βββ data_newton_first_law_en.json
β βββ data_newton_first_law_scene_en.json
β βββ data_newton_first_law_scene_action_law_en.json
β
βββ Measuring_Center_of_Gravity_by_Suspension_Method/
βββ real/
β βββ Boundary_Frames/
β β βββ Center_of_Gravity_Suspension_X_Initial_Frame.png
β β βββ Center_of_Gravity_Suspension_X_Final_Frame.png
β βββ video/
β β βββ Center_of_Gravity_Suspension_X.mp4
β βββ data.json
β βββ data_scene.json
β βββ data_scene_action_law.json
β
βββ sim/
βββ Boundary_Frames/
β βββ Center_of_Gravity_Suspension_Sim_X_Initial_Frame.png
β βββ Center_of_Gravity_Suspension_Sim_X_Final_Frame.png
βββ video/
β βββ Center_of_Gravity_Suspension_Sim_X.mp4
βββ data.json
βββ original_prompts.json
βββ refined_prompts.json
βββ negative_prompts.json
Experiments
1. Lever Balance Conditions
Demonstrates lever equilibrium principles, showing how forces and distances from the fulcrum affect balance. Videos feature varying initial setups and object types.
2. Verification of Newton's First Law (Inertia)
Illustrates Newton's First Law of Motion through tablecloth-pull experiments with varying pulling speeds and object masses.
3. Measuring Center of Gravity by Suspension Method
Shows how to determine an object's center of gravity using the suspension method with varying object shapes and suspension points.
- real/: Real-world tabletop experiment recordings
- sim/: 2D simulated videos
File Descriptions
| File | Description |
|---|---|
Boundary_Frames/ |
Initial and final frame images for each video |
video/ |
Video files (.mov or .mp4) |
data*.json |
Basic metadata with video name, path, category, and prompts |
*_scene*.json |
Scene-level descriptions |
*_action_law*.json or *_object_law*.json |
Physics law and action descriptions |
original_prompts.json |
Original text prompts for video generation |
refined_prompts.json |
Refined/improved prompts |
negative_prompts.json |
Negative prompts for video generation |
JSON Fields
- Video Name: Filename of the video
- Video Path (Relative): Relative path to the video file
- Category: Experiment category
- Initial Frame: Path to the first frame image
- Final Frame: Path to the last frame image
- Prompt: Text description of the video content
Citation
If you use this dataset, please cite the PhysicsMind paper.
- Downloads last month
- 175