--- dataset_info: - config_name: train features: - name: video_path dtype: string - name: internal_id dtype: string - name: prompt dtype: string - name: url dtype: string - name: annotation struct: - name: alignment dtype: int64 range: [1,5] - name: composition dtype: int64 range: [1,3] - name: focus dtype: int64 range: [1,3] - name: camera movement dtype: int64 range: [1,3] - name: color dtype: int64 range: [1,5] - name: lighting accurate dtype: int64 range: [1,4] - name: lighting aes dtype: int64 range: [1,5] - name: shape at beginning dtype: int64 range: [0,3] - name: shape throughout dtype: int64 range: [0,4] - name: object motion dynamic dtype: int64 range: [1,5] - name: camera motion dynamic dtype: int64 range: [1,5] - name: movement smoothness dtype: int64 range: [0,4] - name: movement reality dtype: int64 range: [0,4] - name: clear dtype: int64 range: [1,5] - name: image quality stability dtype: int64 range: [1,5] - name: camera stability dtype: int64 range: [1,3] - name: detail refinement dtype: int64 range: [1,5] - name: letters dtype: int64 range: [1,4] - name: physics law dtype: int64 range: [1,5] - name: unsafe type dtype: int64 range: [1,5] - name: safety dtype: int64 range: [1,5] - name: meta_result sequence: dtype: int64 - name: meta_mask sequence: dtype: int64 splits: - name: train num_examples: 40743 - config_name: regression features: - name: internal_id dtype: string - name: prompt dtype: string - name: standard_answer dtype: string - name: video1_path dtype: string - name: video2_path dtype: string splits: - name: regression num_examples: 1795 - config_name: test features: - name: internal_id dtype: string - name: prompt dtype: string - name: standard_answer dtype: string - name: video1_path dtype: string - name: video2_path dtype: string splits: - name: test num_examples: 1000 configs: - config_name: train data_files: - split: train path: train/*.parquet - config_name: regression data_files: - split: regression path: regression/*.parquet - config_name: test data_files: - split: test path: test/*.parquet license: apache-2.0 --- # VisionRewardDB-Video This dataset is a comprehensive collection of video evaluation data designed for multi-dimensional quality assessment of AI-generated videos. It encompasses annotations across 21 diverse aspects, including text-to-video consistency, aesthetic quality, motion dynamics, physical realism, and technical specifications. 🌟✨ [**Github Repository**](https://github.com/THUDM/VisionReward) 🔗 The dataset is structured to facilitate both model training and standardized evaluation: - `Train`: A primary training set with detailed multi-dimensional annotations - `Regression`: A regression set with paired preference data - `Test`: A video preference test set for standardized performance evaluation This holistic approach enables the development and validation of sophisticated video quality assessment models that can evaluate AI-generated videos across multiple critical dimensions, moving beyond simple aesthetic judgments to encompass technical accuracy, semantic consistency, and dynamic performance. ## Annotation Detail Each video in the dataset is annotated with the following attributes:
Dimension | Attributes |
---|---|
Alignment | Alignment |
Composition | Composition |
Quality | Color; Lighting Accurate; Lighting Aes; Clear |
Fidelity | Detail Refinement; Movement Reality; Letters |
Safety | Safety |
Stability | Movement Smoothness; Image Quality Stability; Focus; Camera Movement; Camera Stability |
Preservation | Shape at Beginning; Shape throughout |
Dynamic | Object Motion dynamic; Camera Motion dynamic |
Physics | Physics Law |