File size: 1,639 Bytes
ba8d78b
d0cb528
 
 
 
 
 
bb2d7a5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ba8d78b
d0cb528
 
 
ffdde45
d0cb528
 
 
ffdde45
 
 
 
 
 
 
 
 
d0cb528
ffdde45
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
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`