Add link to paper

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -1,23 +1,25 @@
1
  ---
2
  language: en
3
  license: cc-by-4.0
 
 
4
  task_categories:
5
- - image-to-image
6
- tags:
7
- - object-centric-learning
8
- - intervention-faithfulness
9
- - CLEVR
10
- - synthetic
11
- - computer-vision
12
  pretty_name: EditCLEVR Phase 1
13
- size_categories:
14
- - 10K<n<100K
 
 
 
 
15
  ---
16
 
17
  # EditCLEVR Phase 1
18
 
19
  EditCLEVR is a synthetic benchmark for evaluating **intervention faithfulness** in object-centric representations. Each example is a paired before/after scene where exactly one object-level factor may change.
20
 
 
 
21
  ## Dataset summary
22
 
23
  - **~20k paired edits** across six evaluation splits
@@ -89,4 +91,4 @@ If you use this dataset, please cite:
89
 
90
  > Anuraag Gadehothur Karnam and Tarunesh Sathish. *EditCLEVR: A Paired-Scene Intervention Benchmark for Compositional Faithfulness of Object-Centric Representations.* ICML 2026 Workshop on Combining Theory and Benchmarks: Towards A Virtuous Cycle to Understand and Guarantee Foundation Model Performance, 2026. Paper URL work in progress.
91
 
92
- See [`CITATION.cff`](https://github.com/torux-bughunter/EditCLEVR/blob/main/CITATION.cff) in the code repository.
 
1
  ---
2
  language: en
3
  license: cc-by-4.0
4
+ size_categories:
5
+ - 10K<n<100K
6
  task_categories:
7
+ - image-to-image
 
 
 
 
 
 
8
  pretty_name: EditCLEVR Phase 1
9
+ tags:
10
+ - object-centric-learning
11
+ - intervention-faithfulness
12
+ - CLEVR
13
+ - synthetic
14
+ - computer-vision
15
  ---
16
 
17
  # EditCLEVR Phase 1
18
 
19
  EditCLEVR is a synthetic benchmark for evaluating **intervention faithfulness** in object-centric representations. Each example is a paired before/after scene where exactly one object-level factor may change.
20
 
21
+ Paper: [EditCLEVR: A Paired-Scene Intervention Benchmark for Compositional Faithfulness of Object-Centric Representations](https://huggingface.co/papers/2607.22705)
22
+
23
  ## Dataset summary
24
 
25
  - **~20k paired edits** across six evaluation splits
 
91
 
92
  > Anuraag Gadehothur Karnam and Tarunesh Sathish. *EditCLEVR: A Paired-Scene Intervention Benchmark for Compositional Faithfulness of Object-Centric Representations.* ICML 2026 Workshop on Combining Theory and Benchmarks: Towards A Virtuous Cycle to Understand and Guarantee Foundation Model Performance, 2026. Paper URL work in progress.
93
 
94
+ See [`CITATION.cff`](https://github.com/torux-bughunter/EditCLEVR/blob/main/CITATION.cff) in the code repository.