AICLLGJun 9

From Knowing to Acting: Benchmarking Self-Awareness Capability of LLM Agents

arXiv:2606.2066124.9Has Code
Predicted impact top 9% in AI · last 90 daysOriginality Incremental advance
AI Analysis

For LLM agent developers, this work provides a benchmark to assess and improve agents' metacognitive judgment, addressing a gap in existing benchmarks that focus only on execution success.

The paper introduces KAPRO, a framework to evaluate LLM agents' self-awareness—their ability to decide whether to use external tools or rely on internal knowledge. Experiments show self-awareness strongly correlates with task success but degrades in internal-capability settings, with open-source models overusing tools due to shallow pattern matching.

The integration of external tools has transitioned LLM agents from passive responders to autonomous systems. However, current benchmarks prioritize execution success, neglecting self-awareness capability, the ability to discern whether a problem requires necessary external resources or can be solved via internal parametric knowledge. To address this, we introduce KAPRO (Knowing-Acting Quadrant PRObe), a framework that evaluates cognitive-behavioral alignment by decoupling an agent's metacognitive judgment (Knowing) from its spontaneous execution (Acting). We further construct KAware, a dataset rigorously partitioning tasks into external, internal, and hybrid subspaces to systematically probe these epistemic boundaries. Extensive experiments across diverse agent architectures show that self-awareness capability is strongly correlated with task success but degrades sharply in internal-capability settings. Moreover, open-source and instruction-following models exhibit stronger tool overuse due to shallow pattern matching, while proprietary and reasoning-oriented models demonstrate more reliable cognitive gating. Benchmark and codes are available at https://github.com/AI-Santiago/KAware.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes