Towards general embodied intelligence: integrating large language models, knowledge bases, and reasoning capabilities to build the next generation of AI agents
arXiv:2608.197942026-08-21
말만 잘하는 AI를 몸을 가진 로봇으로 만들려면 무엇이 더 필요한가를 정리한 서베이 논문
이 논문은 대형언어모델(LLM), 지식베이스, 추론능력, 로봇 같은 물리적 몸체(임바디드 지능)를 결합해 진짜 범용 지능형 로봇을 만드는 길을 정리한 리뷰 논문이다. 저자들은 기존 연구들을 표로 정리하며 각 분야의 성과와 한계를 짚고, 이 네 요소를 하나로 묶는 개념적 틀을 제시했다. 실제로 구현된 로봇 시스템이 아니라, 앞으로 나아가야 할 방향을 보여주는 지도 역할을 하는 논문이다.
무엇을 했나
GPT-4, PaLM, Gemini, Claude 같은 LLM은 언어는 잘하지만 물리 세계를 직접 경험하지 못해 '몸이 없는' 한계를 가진다는 문제의식에서 출발한다
LLM의 구조와 학습 방식, 지식베이스 연결 방법, 추론 프레임워크(예: 단계별로 생각을 풀어내는 Chain-of-Thought, 여러 갈래로 생각을 뻗는 Tree-of-Thought), 로봇이 실제 환경에서 움직이고 배우는 임바디드 지능 연구를 각각 정리했다
이 네 가지를 하나로 합친 개념적 프레임워크를 제시해 인식-추론-행동이 어떻게 연결되는지 보여주지만, 실제로 작동하는 엔지니어링 시스템은 아니다
앞으로 풀어야 할 다섯 가지 과제로 LLM을 가볍게 만들어 로봇에 실을 수 있게 하는 경량화 배포, 지식을 실시간으로 갱신하는 폐쇄루프 지식통합, 규칙 기반과 신경망 기반을 섞는 하이브리드 추론, 언어 명령을 실제 동작으로 연결하는 인식-행동 접지, 잊어버리지 않고 계속 배우는 지속학습을 꼽았다
기존 리뷰 논문들과 비교해 언어모델·지식·추론·몸체 네 요소를 통합적으로 다룬 최초의 체계적 로드맵이라고 주장한다
Fig. 1: Schematic diagram of a unified multimodal large language model architecture.
TABLE I: Comparative Summary of Related Embodied Intelligence Review Articles
Authors
Year
Core Contributions
Limitations
Yao et al. [151]
2025
Reviews multimodal embodied intelligence tasks and models; explores LLM/MLM integration with robots; proposes PPA paradigm and evaluates MLMs.
Classical AI lacks physical interaction; DRL is data-hungry and less robust; VLN training is costly and generalization is poor; LLMs lack causal reasoning; Sim2Real transfer is weak; evaluation standards are lacking.
Dong et al. [135]
2025
Analyzes LLM-enabled Human-Robot Symbiotic Manufacturing (HRSM), including interaction, collaboration, and execution.
Privacy and data sensitivity risks; hallucination and bias in LLMs; absence of unified evaluation standards; integration difficulties in diverse environments; token length limits document processing.
Tan et al. [70]
2025
Proposes CEIM to fuse multi-source data and LLM reasoning for semantic integration and decision-making in customized manufacturing.
Data fusion issues; low semantic alignment; real-time control accuracy is lacking; high computation cost; insufficient standardization of AI-device interfaces.
Jeong et al. [59]
2024
Surveys five directions of LLM/VLM in robotics: reward design, control, planning, manipulation, and scene understanding.
Limited by embedded compute; weak sensor fusion; prompt bias and poor interpretability; lacks domain-specific knowledge; Sim2Real generalization is weak.
Wang et al. [68]
2025
Discusses LLMs in robotics tasks and evaluates GPT-4V; explores future applications in agriculture and medicine.
Plan robustness is lacking; long prompts require expert input; fixed action sets reduce flexibility; API is closed-source; RGBD-based 3D reasoning is limited.
Our Survey
2025
Systematically analyzed the synergy among LLMs, knowledge bases, reasoning capabilities, and embodied intelligence; proposed a unified framework and five future directions for GEI.
Limited empirical examples; insufficient discussion on multilingual settings and real-world deployment.
Fig. 2: Evolution and Taxonomy of Large Language Models.
TABLE II: Comparison of Research on Large Language Models (LLMs)
Author(s)
Core Improvement
Advantages
Application Scenarios
Cummins et al. [25]
Compiler optimization framework
Enhances disassembly processes
Compiler optimization
Hu et al. [174]
Prompting strategies incorporating context to enhance VQA performance
Fig. 11: Example diagram of the integration of embodied intelligence and large language model.
TABLE XI: Security and Robustness Challenges in Embodied LLMs
Authors
Year
Innovation
Advantages
Limitations
Liu et al. [5]
2025
Contextual backdoor attacks in LLM-based agents
Dual-modal triggers for covert actions
No defense strategy yet in real use
Zhang et al. [52]
2024
Investigated LLM-based robot jailbreak threats
Systematic exposure of jailbreak scenarios
No concrete safety mechanisms
Li et al. [92]
2024
Universal benchmarking interface for LLM agents
Fine-grained error taxonomy
No coverage of real multimodal scenes
Kovalev et al. [7]
2022
Reviewed LLM-based instruction planners without training
Works in zero-shot scenarios
Lack of real task validations
Szot et al. [12]
2023
LLaRP: RL-trained LLM policy with vision
Superior multi-task performance
Needs intensive training and environment
Leon et al. [84]
2024
Studied virtual agent personality effects in VR
Extrovert agents yield better experience
No embodiment in physical robots
Liu et al. [115]
2024
EIRAD dataset and BLIP2 for adversarial attack test
Reveals attack success in LLM agents
Evaluation mainly on textual input
Fig. 12: Embodied Intelligence, Large Language Model, Knowledge Base and Reasoning Ability together constitute the core architecture of the intelligent system.
TABLE XII: Summary of Studies on LLM-driven Embodied Control
Authors
Year
Innovation
Advantages
Limitations
Ruaridh et al. [107]
2025
Proposed ELLMER framework combining GPT-4 with RAG for task planning in unpredictable environments.
Enables long-horizon task execution via visual/force feedback; adaptable planning.
Generalization scope not fully validated.
Fan et al. [56]
2024
Introduced LLM agents in manufacturing for autonomous design, planning, and control.
Achieved 81.88% task completion with GPT-4 in complex scenarios.
Challenges remain in 3D spatial task handling and real-time integration.
Liang et al. [62]
2023
Introduced “Code as Policies” using LLMs to write robot policy code from commands.
Enables reactive and trajectory-based control via few-shot prompting.
Limited physical-world validation.
Xu et al. [71]
2025
Reviewed LLM-integrated CPSS frameworks for human-centered Industry 5.0.
Connects LLMs, perception, scheduling, and swarm intelligence into unified framework.
Lacks empirical task-specific evaluations.
Zhao et al. [134]
2024
Developed MultiBotGPT system using GPT-3.5 for UAV/UGV task execution.
Outperforms BERT in assignment success rate; improves operator experience.
Focused on limited command types and single-modal input.
Shen et al. [124]
2024
Discussed LLMs as foundation for embodied agents in physical environments.
Conceptual bridge from virtual to real-world through embodiment.
Lacks concrete framework or task-based implementation details.
Jiang et al. [78]
2024
Proposed KoMA: LLM-driven multi-agent system for autonomous driving.
Achieves robust decision-making via planning, shared memory, and reflection.
Complexity of real-world deployment and scalability remains a challenge.
왜 중요한가
챗봇 수준의 AI를 실제 로봇이나 자율주행차, 가정용 서비스 로봇에 적용하려는 개발자와 연구자에게 현재 어떤 기술 조각들이 있고 어디가 비어 있는지 지도를 제공한다. 특정 모델이나 코드를 새로 내놓은 것은 아니지만, 앞으로 어떤 문제를 풀어야 진짜 쓸만한 로봇 AI가 나올지 방향을 잡는 데 참고할 수 있다.
이 논문의 용어
임바디드 지능(Embodied Intelligence) · 로봇처럼 물리적인 몸을 가지고 실제 환경에서 보고 움직이며 배우는 인공지능
지식베이스(Knowledge Base) · 사실이나 개념을 구조화해 저장해두고 AI가 검색해 쓸 수 있게 만든 데이터베이스
Chain-of-Thought / Tree-of-Thought · AI가 답을 한 번에 내지 않고 단계별로(체인) 또는 여러 갈래로(트리) 생각을 풀어내며 추론하는 방식
ReAct 프레임워크 · AI가 추론과 실제 행동(도구 사용, 외부 환경과의 상호작용)을 번갈아 하도록 만드는 방법
폐쇄루프 지식통합 · AI가 새로운 정보를 접할 때마다 자신의 지식을 실시간으로 갱신하도록 하는 구조
논문 원문 초록 (영문)
The convergence of large language models (LLMs), structured knowledge bases (KBs), and reasoning ability (RA) presents a promising trajectory toward general embodied intelligence (GEI). This paper reviews the evolution of LLM-centered intelligent systems, emphasising their integration with knowledge representation, logical reasoning, and physical embodiment. We analyse LLM architectures, pre-training methods, and inference mechanisms, along with their interaction with external knowledge sources and structured reasoning frameworks. Furthermore, we examine embodied intelligence (EI) paradigms wherein agents learn and act in physical environments. To synthesise these dimensions, we present a conceptual framework that illustrates the synergy among LLMs, KBs, RA, and embodiment, serving as a guiding model for perception, reasoning, and action rather than an implemented engineering architecture. To advance toward GEI, we identify five key challenges: efficient LLM deployment, closed-loop knowledge integration, hybrid symbolic-neural reasoning, perception-action grounding, and continual learning. This survey provides a comprehensive roadmap for developing adaptive, multimodal agents capable of operating in complex, dynamic settings.