| --- |
| license: apache-2.0 |
| task_categories: |
| - image-to-image |
| pretty_name: RISEBench |
| size_categories: |
| - n<1K |
| configs: |
| - config_name: default |
| data_files: |
| - split: test |
| path: data/test-* |
| dataset_info: |
| features: |
| - name: subset |
| dtype: string |
| - name: prompt |
| dtype: string |
| - name: source_image |
| dtype: image |
| - name: reference_image |
| dtype: image |
| - name: reference |
| dtype: string |
| - name: reference_txt |
| dtype: string |
| - name: consistency_prompt |
| dtype: string |
| - name: reasoning_prompt |
| dtype: string |
| - name: quality_prompt |
| dtype: string |
| - name: consistency_ref_key |
| dtype: string |
| - name: reasoning_ref_key |
| dtype: string |
| - name: eval_temperature |
| dtype: float64 |
| - name: is_binary_score |
| dtype: bool |
| - name: consistency_weight |
| dtype: float64 |
| - name: reasoning_weight |
| dtype: float64 |
| - name: quality_weight |
| dtype: float64 |
| splits: |
| - name: test |
| num_bytes: 285134507 |
| num_examples: 360 |
| download_size: 283451110 |
| dataset_size: 285134507 |
| --- |
| |
| # RISEBench |
|
|
| Minimized normalized benchmark dataset for `T2I-Eval`. |
|
|
| ## Schema |
|
|
| - `subset`: reasoning category used for benchmark routing |
| - `prompt`: editing instruction |
| - `source_image`: input image |
| - `reference_image`: optional reference answer image for some tasks |
| - `reference`: optional text reference description |
| - `reference_txt`: optional text answer for logical tasks |
| - `consistency_free`: whether consistency judging is skipped |
| - `reasoning_img`: whether reasoning judging also uses the input image |
| - `reasoning_wo_ins`: whether logical reasoning judging omits the instruction |
|
|
| Total rows: `360` |
|
|