← Latest papers
🤖 AI

ACE-Bench: Agent Configurable Evaluation with Scalable Horizons and Controllable Difficulty under Lightweight Environments

ACE-Bench is a lightweight, reproducible agent evaluation benchmark that utilizes a unified grid-based planning task with static JSON environments to provide fine-grained, controllable manipulation of task horizons and difficulty, thereby addressing the high overhead and unreliable scoring issues prevalent in existing benchmarks.

Original authors: Wang Yang, Chaoda Song, Xinpeng Li, Debargha Ganguly, Chuang Ma, Shouren Wang, Zhihao Dou, Yuli Zhou, Vipin Chaudhary, Xiaotian Han

Published 2026-04-08
📖 4 min read☕ Coffee break read

Original authors: Wang Yang, Chaoda Song, Xinpeng Li, Debargha Ganguly, Chuang Ma, Shouren Wang, Zhihao Dou, Yuli Zhou, Vipin Chaudhary, Xiaotian Han

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to test how good a new robot chef is at planning a massive, complex dinner party for 100 guests.

The Problem with Current Tests
Right now, the way we test these AI "chefs" (agents) is like making them cook in a real, chaotic kitchen. They have to walk to the fridge, open the oven, call the grocery store, and wait for the delivery truck.

  • The Waste of Time: The paper says that in current tests, the robot spends nearly 40% of its time just waiting for the kitchen to respond (opening doors, loading websites, waiting for servers). It's like a student taking a math test but spending half the time waiting for the teacher to hand out the paper.
  • The Unfair Mix: Also, the tests are unbalanced. Some tasks are easy (like "make a sandwich"), while others are impossible (like "plan a wedding for 500 people"). If a robot is great at sandwiches but bad at weddings, the final score gets messy. You can't tell if the robot is smart or just lucky because it got easy questions.

The Solution: ACE-Bench (The "Digital Simulation Kitchen")
The authors built a new test called ACE-Bench. Instead of a real kitchen, they built a perfect, instant digital simulation.

Think of it like a video game level where the rules are written in a simple book (a JSON file). The robot doesn't have to wait for anything; it just flips through the pages instantly. This removes the "waiting time," so we only measure how smart the robot actually is.

How the Test Works: The "Schedule Puzzle"
The core of the test is a giant scheduling puzzle, like filling out a school timetable or a wedding seating chart.

  • The Grid: Imagine a calendar with empty slots. Some slots are already filled (pre-filled), but some are hidden and need to be filled by the robot.
  • The Rules:
    1. Local Rules: "This class can't be on Monday." (Easy to check).
    2. Global Rules: "The total number of credits for the whole week must be exactly 30." (Hard to check because you have to look at the whole picture).

Two Magic Knobs for Control
The genius of ACE-Bench is that the researchers can turn two "knobs" to make the test exactly as hard or long as they want:

  1. Knob 1: The "Hidden Slots" (Horizon)

    • Analogy: Imagine a maze.
    • If you turn the knob to 1, the robot only has to fill in one empty seat. It's a short, simple task.
    • If you turn it to 17, the robot has to fill in 17 seats, and every choice it makes affects the next 16. It's a long, complex chain of reasoning. This tests how far the robot can "think ahead."
  2. Knob 2: The "Decoy Budget" (Difficulty)

    • Analogy: Imagine a game of "Find the Real Key" where someone puts fake keys that look exactly like the real one.
    • If the knob is 0, there are no fake keys. The robot just picks the right one.
    • If the knob is 10, the robot is given 10 fake keys (decoys). These fake keys look perfect for the local rules (e.g., "Yes, this class fits on Monday!"), but if you pick them, they break the global rules (e.g., "Oops, now the total credits are too high!").
    • This forces the robot to be very careful and think deeply, rather than just guessing.

What They Found
They tested 13 different AI models (from tiny ones to giant ones) on this new test.

  • The Results: The test worked perfectly.
    • Bigger Brains Win: The giant AI models solved the hard puzzles much better than the small ones.
    • Harder Puzzles = Lower Scores: As they turned up the "Hidden Slots" and "Decoy" knobs, the scores dropped for everyone, exactly as expected.
    • No More Waiting: Because it's a lightweight digital test, they could run thousands of experiments very quickly, even while training the AI.

In Summary
ACE-Bench is like a gym for AI brains. Instead of making the AI run a marathon in the rain (waiting for slow websites), they put it on a treadmill where the speed and incline can be adjusted perfectly. This lets scientists see exactly how strong the AI's reasoning muscles are, without the noise of slow computers or unfair test questions.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →