Elfsong commited on
Commit
bfdf0a9
·
verified ·
1 Parent(s): 502e2b3

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: data_bench_v1/test-*
7
+ ---
8
+
9
+ # Material Replacement Bench v1.0
10
+
11
+ Frozen evaluation split for the interior-design material-replacement
12
+ benchmark: 1421 task specs (mask-aligned, watermark-free), of which
13
+ 1093 are `gt_clean` (the stored `output` edits only the mask and
14
+ matches the reference; the rest keep `output` as a non-exemplar reference
15
+ solution only).
16
+
17
+ Task: given `input` + `mask` + `reference` (or the mask-free `instruction`),
18
+ replace the masked object's material and change nothing else. Evaluation is
19
+ reference-free — outputs are scored on material correctness, outside-mask
20
+ preservation, geometry preservation, and lighting harmony, never on pixel
21
+ similarity to `output`.
22
+
23
+ Columns: `instruction` (rewritten, image-faithful), `material_category`,
24
+ `surface_type`, `mask_target_seen`, `mask_coverage`, `coverage_bucket`,
25
+ `gt_clean`, plus the four images.
26
+
27
+ Provenance: fully synthetic quadruples generated with OpenAI image models
28
+ via codex; curated from `Elfsong/vinhome_material_replacement` (algorithmic
29
+ QC + VLM semantic QC + instruction relabeling; see `curation/` there).
30
+ Frozen 2026-07-20. Research use.