This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| rise_potential_llm_agents_survey [2026/03/25 15:22] – Create landmark LLM agents survey page: brain/perception/action framework, 1500+ citations agent | rise_potential_llm_agents_survey [2026/03/30 22:17] (current) – Restructure: footnotes as references agent | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== The Rise and Potential of Large Language Model Based Agents: A Survey ====== | ====== The Rise and Potential of Large Language Model Based Agents: A Survey ====== | ||
| - | This landmark survey by Xi et al. (2023) from Fudan NLP Group provides the most comprehensive overview of LLM-based agents, proposing a unifying conceptual framework of **brain, perception, and action** modules. With over 1,500 citations, it is the most influential survey in the LLM agent space. | + | This landmark survey by Xi et al. (2023)(([[https:// |
| ===== Overview ===== | ===== Overview ===== | ||
| - | The survey traces the concept of agents from philosophical origins (Descartes, Locke, Hume) through AI history (symbolic AI, reinforcement learning) to the modern era where LLMs serve as the foundation for general-purpose agents. The central thesis: LLMs possess the versatile capabilities needed to serve as a **starting point for designing AI agents that can adapt to diverse scenarios**. | + | The survey traces the concept of agents from philosophical origins (Descartes, Locke, Hume) through AI history (symbolic AI, reinforcement learning) to the modern era where LLMs serve as the foundation for general-purpose agents.((https:// |
| - | Published in Science China Information Sciences (2025), the paper covers single-agent systems, multi-agent cooperation, | + | Published in Science China Information Sciences (2025)(([[https:// |
| ===== The Brain-Perception-Action Framework ===== | ===== The Brain-Perception-Action Framework ===== | ||
| Line 43: | Line 43: | ||
| ===== Brain Module ===== | ===== Brain Module ===== | ||
| - | The brain is the LLM itself, providing core cognitive functions: | + | The brain is the LLM itself, providing core cognitive functions:((https:// |
| * **Natural Language Understanding**: | * **Natural Language Understanding**: | ||
| Line 77: | Line 77: | ||
| ===== Agent Application Taxonomy ===== | ===== Agent Application Taxonomy ===== | ||
| - | The survey categorizes agent applications into three paradigms: | + | The survey categorizes agent applications into three paradigms:((https:// |
| ^ Paradigm ^ Description ^ Examples ^ | ^ Paradigm ^ Description ^ Examples ^ | ||
| Line 96: | Line 96: | ||
| * **Historical context**: Traces agents from philosophy through classical AI to LLM era | * **Historical context**: Traces agents from philosophy through classical AI to LLM era | ||
| * **Research roadmap**: Identifies open challenges including robustness, safety, and evaluation | * **Research roadmap**: Identifies open challenges including robustness, safety, and evaluation | ||
| - | * **1,500+ citations**: | + | * **1,500+ citations**: |
| ===== Code Example ===== | ===== Code Example ===== | ||
| Line 124: | Line 124: | ||
| return result | return result | ||
| </ | </ | ||
| - | |||
| - | ===== References ===== | ||
| - | |||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | * [[https:// | ||
| ===== See Also ===== | ===== See Also ===== | ||
| Line 137: | Line 131: | ||
| * [[generative_agents|Generative Agents]] | * [[generative_agents|Generative Agents]] | ||
| * [[agenttuning|AgentTuning: | * [[agenttuning|AgentTuning: | ||
| + | |||
| + | ===== References ===== | ||