VWG-Bench / evaluation_rules.json
Eureka-Leo's picture
Add VWG-Bench dataset release
33fba32 verified
Raw
History Blame Contribute Delete
5.98 kB
{
"box_matching": {
"foreground": "For each object being manipulated, no changes other than position are allowed in all frames.",
"background": "The boxes themselves, as well as all other objects except the one being manipulated, must not change in any way in all frames.",
"implicit_rule": "If any objects inside a box overlap/stack in any frame, interpenetration (mesh clipping) must not occur in any frame."
},
"bubble_sorting": {
"foreground": null,
"background": "Except for the bubble that is currently rising, all other bubbles must not change position in all frames.",
"implicit_rule": null
},
"color_connecting": {
"foreground": null,
"background": "The position and size of every circle must remain unchanged in all frames.",
"implicit_rule": null
},
"coding": {
"foreground": "The content written after \"Output\" must remain unchanged in subsequent frames.",
"background": "The entire problem statement, the input section, and the \"Output\" text itself must remain unchanged in all frames.",
"implicit_rule": null
},
"arithmetic": {
"foreground": "For each question, the content written after the equals sign must remain unchanged in subsequent frames.",
"background": "Each question (the expression before the equals sign) must remain unchanged in all frames.",
"implicit_rule": null
},
"maze": {
"foreground": "The moving block's size and color must remain unchanged in all frames.",
"background": "The overall maze structure, as well as the goal block's size and color, must remain unchanged in all frames.",
"implicit_rule": "In all frames, the moving block may travel only within the white corridors and must not pass through walls."
},
"sudoku": {
"foreground": "All already-filled numbers must remain unchanged in all frames.",
"background": "The overall Sudoku grid structure and the initial numbers must remain unchanged in all frames.",
"implicit_rule": null
},
"embodied": {
"foreground": "The manipulated object must remain unchanged in all frames.",
"background": "All objects and background elements unrelated to the manipulated object must remain unchanged in all frames.",
"implicit_rule": "In all frames, the human hand or robotic arm must look normal (not distorted) and must not violate physical rules."
},
"gui": {
"foreground": "The UI region being operated on must remain stable in all frames, without abrupt changes.",
"background": "All UI regions unrelated to the operated part must remain unchanged in all frames.",
"implicit_rule": null
},
"embodied_experiential_reasoning": {
"foreground": "",
"background": "In all frames, apart from the relevant subjects mentioned in the prompt, no other objects or the environment undergo any unreasonable changes.",
"implicit_rule": ""
},
"hypothetical_counterfactual_reasoning": {
"foreground": "",
"background": "In all frames, apart from the relevant subjects mentioned in the prompt, no other objects or the environment undergo any unreasonable changes.",
"implicit_rule": ""
},
"multiscale_temporal_reasoning": {
"foreground": "",
"background": "In all frames, apart from the relevant subjects mentioned in the prompt, no other objects or the environment undergo any unreasonable changes.",
"implicit_rule": ""
},
"natural_laws_world_simulation": {
"foreground": "",
"background": "In all frames, apart from the relevant subjects mentioned in the prompt, no other objects or the environment undergo any unreasonable changes.",
"implicit_rule": ""
},
"real_world_spatial_reasoning": {
"foreground": "",
"background": "In all frames, the background image remains unchanged.",
"implicit_rule": ""
},
"rotation_reasoning": {
"foreground": "",
"background": "In all frames, only the viewing angle of the image changes, while the content of the image itself remains unchanged.",
"implicit_rule": ""
},
"sequence_completion": {
"foreground": "In the subsequent frames after the patterns in the blank cells have been completed, these patterns no longer continue to change.",
"background": "In all frames, the patterns in the cells that were initially filled do not change; the overall grid structure (excluding the patterns) remains unchanged.",
"implicit_rule": ""
},
"shape_fitting": {
"foreground": "In all frames, each manipulated colored piece undergoes no changes during the operation other than its position.",
"background": "In all frames, the panel used to be filled does not change in any way.",
"implicit_rule": "In all frames, each hole in the panel can be filled by only one colored piece; meanwhile, each colored piece can be placed into only one hole."
},
"social_understanding_commonsense": {
"foreground": "",
"background": "In all frames, apart from the relevant subjects mentioned in the prompt, no other objects or the environment undergo any unreasonable changes.",
"implicit_rule": ""
},
"spatial_geometry_logic": {
"foreground": "",
"background": "In all frames, apart from the relevant subjects mentioned in the prompt, no other objects or the environment undergo any unreasonable changes.",
"implicit_rule": ""
},
"tic_tac_toe": {
"foreground": "In the frames after a piece has been placed, that piece should not change anymore.",
"background": "In all frames, the entire board (excluding the pieces) should not change in any way; the pieces that were already present should not be altered in any form.",
"implicit_rule": ""
},
"visual_analogy": {
"foreground": "In the frames after the pattern in the lower-right corner has been generated, that pattern should not change in any way.",
"background": "The three patterns that are present from the beginning, as well as the arrow between them, do not change in any frame.",
"implicit_rule": ""
}
}