TL;DR
Current benchmarks for evaluating artificial intelligence in games fail to distinguish between intelligent exploration and simple strategies. AERA (Adaptive Epistemic Reasoning Agent) was developed, utilizing a three-phase approach: EXPLORE, VERIFY, and PLAN.
✦ Why It Matters
Engineers can refine AI evaluation benchmarks to better assess exploration capabilities and intelligence.
Key Takeaways
Full Summary
Existing benchmarks for assessing AI performance in interactive reasoning tasks, particularly in games, do not effectively measure the required exploration capabilities. To address this, AERA (Adaptive Epistemic Reasoning Agent) was created, which operates in three phases: EXPLORE to gather information, VERIFY to confirm findings, and PLAN to execute strategies.
The study analyzed 25 public ARC-AGI-3 games, revealing that many could be solved using trivial methods rather than intelligent exploration. AERA achieved a RHAE (Relative Human-AI Efficiency) score of 0.2116, solving 4 out of 25 games, while random and no-explore strategies scored 0.0000.
The research also established a Speed-Depth trade-off framework, highlighting the balance between action efficiency and information gain. These findings suggest that current benchmarks may not accurately reflect an AI's exploratory intelligence, emphasizing the need for improved evaluation methods.
Related