Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
119 tokens/sec
GPT-4o
56 tokens/sec
Gemini 2.5 Pro Pro
43 tokens/sec
o3 Pro
6 tokens/sec
GPT-4.1 Pro
47 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Agentic Knowledgeable Self-awareness (2504.03553v2)

Published 4 Apr 2025 in cs.CL, cs.AI, cs.CV, cs.LG, and cs.MA

Abstract: LLMs have achieved considerable performance across various agentic planning tasks. However, traditional agent planning approaches adopt a "flood irrigation" methodology that indiscriminately injects gold trajectories, external feedback, and domain knowledge into agent models. This practice overlooks the fundamental human cognitive principle of situational self-awareness during decision-making-the ability to dynamically assess situational demands and strategically employ resources during decision-making. We propose agentic knowledgeable self-awareness to address this gap, a novel paradigm enabling LLM-based agents to autonomously regulate knowledge utilization. Specifically, we propose KnowSelf, a data-centric approach that applies agents with knowledgeable self-awareness like humans. Concretely, we devise a heuristic situation judgement criterion to mark special tokens on the agent's self-explored trajectories for collecting training data. Through a two-stage training process, the agent model can switch between different situations by generating specific special tokens, achieving optimal planning effects with minimal costs. Our experiments demonstrate that KnowSelf can outperform various strong baselines on different tasks and models with minimal use of external knowledge. Code is available at https://github.com/zjunlp/KnowSelf.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (11)
  1. Shuofei Qiao (19 papers)
  2. Zhisong Qiu (2 papers)
  3. Baochang Ren (2 papers)
  4. Xiaobin Wang (39 papers)
  5. Xiangyuan Ru (2 papers)
  6. Ningyu Zhang (148 papers)
  7. Xiang Chen (343 papers)
  8. Yong Jiang (194 papers)
  9. Pengjun Xie (85 papers)
  10. Fei Huang (409 papers)
  11. Huajun Chen (198 papers)

Summary

Agentic Knowledgeable Self-awareness

The paper entitled "Agentic Knowledgeable Self-awareness" introduces a novel approach aimed at enhancing the planning capabilities of LLM-based agents. The primary focus is on developing agentic knowledgeable self-awareness, enabling these agents to autonomously regulate their knowledge utilization during decision-making tasks, similar to human cognitive processes.

Problem Statement and Approach

In traditional agent planning methodologies, LLMs are supplied with fixed trajectories, external feedback, and domain knowledge indiscriminately, which may lead to inefficient planning due to the lack of situational self-awareness. The authors propose a dynamic approach where agents can assess situational demands and strategically deploy resources. This approach contrasts with the "flood irrigation" of knowledge injection that does not consider the contextual requirements during decision-making processes.

The authors introduce KnowSelf, a data-centric strategy that mimics human-like knowledgeable self-awareness in LLM-based agents. The method employs a heuristic criterion to classify agent interactions into three situations: fast thinking, slow thinking, and knowledgeable thinking. These situations determine whether the agent can immediately decide, needs reflective reasoning, or requires external knowledge, respectively. Special tokens are assigned to classify these situations during the agent's trajectory exploration process.

Methodology

KnowSelf operates through a two-stage training process:

  1. Stage One: The model is subjected to supervised fine-tuning to establish initial self-awareness planning patterns, teaching the agent how to mark different situations with special tokens.
  2. Stage Two: An additional RPO (Iterative Reasoning Preference Optimization) loss is implemented to further enhance the model's self-awareness capabilities, allowing it to refine its agent planning abilities.

During inference, the agent uses these special tokens to adaptively determine whether to reflect on its previous actions or consult external knowledge sources, facilitating optimal decision-making with minimal resource use.

Experimental Findings

The KnowSelf framework was tested on two simulated agent planning datasets, ALFWorld and WebShop, using different scales of LLMs. The experiments consistently showed that KnowSelf outperformed various baselines in terms of planning accuracy, using significantly less external knowledge. For instance, on the ALFWorld dataset, KnowSelf achieved superior performance with only 15.01% of actions requiring knowledge assistance, highlighting its efficiency in utilizing knowledge selectively.

Theoretical and Practical Implications

The introduction of agentic knowledgeable self-awareness in LLM-based agents represents an important step towards developing more autonomous and contextually aware AI systems. The theoretical implications suggest that agents with self-awareness capabilities can better handle unexpected signals, reduce planning pattern overfitting, and potentially exhibit improved generalization across tasks.

Practically, KnowSelf could significantly lower inference costs by reducing unnecessary knowledge retrieval and reflection, making it highly applicable for real-world scenarios where computational resources are constrained. Furthermore, the research opens pathways for future studies to explore the scaling laws of agentic self-awareness and the potential integration of these methods in multi-modal environments.

Conclusion

This paper provides a robust framework for advancing the practical efficiency of LLM-based agents through conscientious knowledge use and situational adaptability. By enhancing the self-awareness capabilities of AI systems, the paper sets a foundation for more sophisticated and responsive agent-based planning applications, contributing valuable insights into the evolving field of artificial intelligence. Future research could explore extending these concepts to multi-task or multi-modal scenarios, further broadening the scope and utility of self-aware AI agents.

Github Logo Streamline Icon: https://streamlinehq.com