GEditBench v2: A Human-Aligned Benchmark for General Image Editing
This dataset contains 16 mainstream image editing models' results on GEditBench v2 for model pairwise comparison.metadata.jsonl stores generation information following the JSONL schema below.
{
"key": xxx, # Sample KEY corresponding to GEditBench v2
"candidates": [{
"model": model_name,
"image": "./{model_name}/{key}.png"
}],
"instruction": "xxxxx",
"task": "xxxxx"
}