MultiModalEditExecution
The evaluation assesses the agent's ability to interpret multi-modal prompts, generate accurate editing plans, successfully execute tools, and produce high-quality image edits.
Evaluation overview
How the linked challenge is judged: tasks, benchmarks, and criteria count.
Task templates
Inputs and expected outputs.
MultiModalEditExecution
Evaluates the agent's end-to-end capability to perform a complex image edit from a text prompt.
{'prompt': 'string', 'image_path': 'string'}
{'edited_image_path': 'string', 'final_plan': 'list of strings'}
AdaptiveReasoningTest
Assesses the agent's ability to correct a failed tool execution or adapt to a new constraint.
{'initial_prompt': 'string', 'initial_image_path': 'string', 'failure_scenario': 'string', 'adaptation_prompt': 'string'}
{'final_edited_image_path': 'string', 'intermediate_decisions': 'list of strings'}