CoolFace
Datasetpublic

Messimm/Kandinsky-WM-1.0-Physics-IQ-Verified

Kandinsky-WM 1.0 Physics-IQ Verified Artifacts This dataset contains the artifacts for the Kandinsky-WM 1.0 General Physics result on Physics-IQ Verified. Model code: https://github.com/kandinskylab/kandinsky-wm Checkpoint used for generation: https://huggingface.co/kandinskylab/Kandinsky-WM-1.0-I2V-5s-PH Benchmark code and real GT data: https://github.com/google-deepmind/physics-iq-benchmark The dataset contains four generated runs with seeds 32768, 1109, 1137, and 16384.… See the full description on the dataset page: https://huggingface.co/datasets/Messimm/Kandinsky-WM-1.0-Physics-IQ-Verified.

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes316downloads
Dataset Card

Kandinsky-WM 1.0 Physics-IQ Verified Artifacts

This dataset contains the artifacts for the Kandinsky-WM 1.0 General Physics result on Physics-IQ Verified.

  • —Model code: https://github.com/kandinskylab/kandinsky-wm
  • —Checkpoint used for generation: https://huggingface.co/kandinskylab/Kandinsky-WM-1.0-I2V-5s-PH
  • —Benchmark code and real GT data: https://github.com/google-deepmind/physics-iq-benchmark

The dataset contains four generated runs with seeds 32768, 1109, 1137, and 16384. Each run contains 198 Physics-IQ take-1 views.

Generated artifacts

  • —videos/seed_<seed>/ contains the generated videos for one seed.
  • —masks/seed_<seed>/24FPS/ contains the generated binary masks used to score those videos.
  • —evalresults/seed<seed>/ contains the detailed per-scene score CSV, metrics JSON, and score plots for one seed.
  • —logs/seed_<seed>/ contains the generation and evaluation logs for one seed.

Prompt pipeline

The prompt files in common/ show every stage of the prompt pipeline:

  • —descriptions_base.csv is the starting Physics-IQ best-practice prompt (BPP) CSV.
  • —descriptionsbppstatic_camera.csv is the BPP CSV after adding this prefix to every prompt: "The camera is strictly static, locked off, and does not move."
  • —enhancephysicsiqbpptemporalv2.py and enhancephysicsiqbpppromptsqwen.py are the exact temporal enhancer and its helper used in this experiment. The same method is released in the Kandinsky-WM repository under promptenhancers/physicsiq/.
  • —descriptionsbppstatic_enchancedV2.csv is the final enhanced prompt CSV used for video generation.
  • —descriptionsbppstaticenchancedV2take1.csv is the take-1 subset used by Physics-IQ Verified evaluation.

The temporal enhancer uses each benchmark first frame and a Qwen3-VL endpoint to turn the static-camera BPP prompt into a grounded temporal description. The final CSV is included so the released video runs can be checked with exactly the prompts that were used, without regenerating VLM outputs.

The real GT videos and GT masks are part of the official Physics-IQ distribution and are not duplicated here.