跳转到内容

A survey on integration of large language models with intelligent robots

A survey on integration of large language models with intelligent robots

Section titled “A survey on integration of large language models with intelligent robots”

⚠️ AI 生成 · 建议对照原文 本页为自动整理的学习笔记;关键数据与引用如需引用,请回查 PDF / 官方版本。

学习档位 中文笔记

类型 文献 · 更新 2026-07-19

所属 LLM 与语言推理 · 应用领域与案例

中文学习笔记(自动生成,需核验)

Section titled “中文学习笔记(自动生成,需核验)”

Topic: llm-language-reasoning · Tier: recent · Year: 2024 · Venue:
Evidence level: partial · 本地全文: 是 · 建议阅读: ~90 分钟
Paper: https://arxiv.org/abs/2404.09228
Code:
Generator: grok

本综述系统分类并分析了GPT-3.5之后大语言模型在机器人通信、感知、规划与控制核心要素中的应用,填补了先前综述 holistically 集成视角的空白,并提供提示工程指南与教程级示例,帮助研究者将LLM无缝融入机器人系统。

通过按机器人核心要素分类LLM应用并配套提示工程实践指南,为智能机器人LLM集成提供可操作的路线图。

如何将大语言模型有效集成到机器人系统的通信、感知、规划和控制中,克服生成不准确、涌现能力不可预测、缺乏系统指南等挑战,实现类人通信、理解与推理能力。

机器人学基础(感知、规划、控制)、语言模型与Transformer知识、提示工程与in-context learning概念,以及对GPT-3.5后LLM(如GPT-4、LLaMA等)的基本了解。

  • 按通信、感知、规划、控制分类分析LLM在机器人中的应用,回答如何利用LLM、如何克服集成限制、基本提示结构等关键问题
  • 聚焦GPT-3.5之后的LLM(主要文本模态,兼顾感知与控制的多模态),限制在LLM而非更广的基础模型
  • 提供全面提示工程指南与四类示例提示(对话式、指令式、规划式、代码生成式),无需参数更新即可增强机器人组件
  • 作为新兴研究者导航LLM驱动机器人的路线图,涵盖历史背景、局限与安全考量

综述结构:先回顾LLM前/后机器人语言模型历史;再分节综述通信(语言理解/生成)、感知(传感模态与行为)、规划、控制中的LLM应用;最后给出提示工程综合指南与示例,通过规则与技巧构建期望格式输出的提示。

核心模块按机器人要素划分:通信(解释将自然语言转为LTL/PDDL/代码; grounding映射到行为/对象;任务相关/无关语言生成);感知(视觉/听觉/触觉模态 + 被动/主动传感行为);规划(静态/自适应任务规划、运动规划、TAMP);控制(直接/间接方法)。设计取舍:优先ICL与CoT提示而非全量微调以降低成本;用人类反馈、语法检查、多模态增强、记忆模块、不确定性评估(如KnowNo)缓解幻觉与安全问题;提示示例覆盖交互接地、场景图生成、少样本规划与奖励生成。

本文为综述,未报告特定新数据集、实验设置或定量指标;引用的各方法使用各自数据集,待来源核验。

待来源核验(综述性质,摘录中无统一实验对比结果;强调LLM零/少样本能力、常识知识与提示增强可提升开放指令理解与推理)

LLM常生成不准确或意外响应,机器人安全部署需过滤与纠正机制;涌现能力(如ICL)不可预测且不一致,微小输入改变可致响应剧变;缺乏支持机器人关键组件的系统提示指南,阻碍无缝集成; grounding准确性依赖世界模型细节;3D关联内存密集、可扩展性有限;对话可能 superficial 因知识与历史有限。

与前序 / 同期 / 后续方法的关系

Section titled “与前序 / 同期 / 后续方法的关系”

早期统计/RNN模型与BERT等有限上下文能力;先前综述[142,164]主要聚焦应用或交互维度,缺乏跨通信/感知/规划/控制的holistic审查与可操作见解;基础模型研究更广但范围过大;本文填补组件级LLM集成指南空白,并与SayCan、Inner Monologue、ConceptGraphs、VoxPoser等代表方法关联。

待来源核验(摘录未提供官方代码仓库或复现细节;综述性质,提示示例可用于入门实践)

先读Abstract与Section 1 Introduction理解动机与三个关键问题;再读Section 2 Preliminary历史背景;按需深入Section 3-6各领域(通信→感知→规划→控制)及Fig.1分类;重点读Section 7提示工程指南与示例;最后Section 8总结。

  1. Q: 本文聚焦哪些时期的LLM?主要模态是什么? A: 聚焦GPT-3.5之后开发的LLM;主要考虑文本模态,同时审查感知与控制的多模态方法,但不扩展到更广的基础模型。
  2. Q: 通信能力被分为哪两大类?各自子任务是什么? A: 语言理解(解释与 grounding)和语言生成(任务相关与任务无关)。
  3. Q: 提示工程中提到的四类示例提示分别用于什么? A: conversational prompt用于交互接地;directive prompt用于场景图生成;planning prompt用于少样本规划;code-generation prompt用于奖励生成。
  4. Q: LLM集成机器人面临的主要挑战有哪些? A: 生成不准确/意外响应需安全过滤;涌现能力不可预测;缺乏系统提示指南支持关键组件集成。
  5. Q: 感知部分主要关注哪两个方面? A: 传感模态(视觉、听觉、触觉等)与传感行为(被动与主动)。
  • page 1 Abstract: By categorizing and analyzing LLM applications within core robotics elements—communication, perception, planning, and control—we aim to provide actionable insights for researchers seeking to integrate LLMs into their robotic systems.
  • page 1 Abstract: Our investigation focuses on LLMs developed post-GPT-3.5, primarily in text-based modalities while also considering multimodal approaches for perception and control. We offer comprehensive guidelines and examples for prompt engineering
  • page 2 Introduction: we structure this paper following three key questions: • Q1: How are LLMs being utilized in each robotics domain? • Q2: How can researchers overcome the integration limitation of LLMs? • Q3: What basic prompt structures are required to produce a minimum functionality in each domain?
  • page 2 Introduction: Firstly, LLMs often generate inaccurate or unexpected responses. As the safety of robot execution is one of the most important deployment factors… Second, the emergent abilities, such as in-context learning, are not predictable and consistent yet
  • page 2-3: we provide comprehensive guidelines and examples for prompt engineering… four types of exemplary prompts: conversational prompt for interactive grounding, directive prompt for scene-graph generation, planning prompt for few-shot planning, and code-generation prompt for reward generation.
  • page 4 Section 3: We categorize the communication capabilities into two primary areas: (1) language understanding and (2) language generation.
  • page 6 Section 4: In the field of LLM-based robotic perception, research primarily focuses on two aspects: sensing modalities and behaviors.
  • topic: embodied-foundation-models
  • sources: openalex
  • retrieved_at: 2026-07-20
  • query: RT-2 vision language action robotic control
  • doi: 10.1007/s11370-024-00550-5
  • score_total: 55
  • suggested_tier: recent

(no prose relevance explanation — numeric score only or HTTP source)

(no snippet evidence in candidate pool)

生成:2026-07-21 · 来源条数 2 · 模型 heuristic · 需人工核验数字

围绕「A survey on integration of large language models with intelligent robots」的核心问题与动机(待结合全文核验)。

  • 见原文方法章节;以下为基于摘要/摘录的要点提示。
  • A Survey on Integration of Large Language Models with Intelligent Robots …

与相近工作的关系待核验;请对照 related work。

  • 勿仅凭摘要推断未给出的数值指标。
  1. 这篇工作的输入/输出表示是什么?(A survey on integration of large language models with intelligent robots)
  2. 训练目标与评测协议各是什么?
  3. 主要失败模式或局限是什么?
flowchart LR
A["输入 / 观测"] --> B["表示 / 编码"]
B --> C["推理 / 解码"]
C --> D["输出 / 动作或检测"]
%% method sketch for: A survey on integration of large language models with intelligent robots

方法结构示意(重绘;细节以原论文为准,待 PDF 核验)。

A survey on integration of large language models with intelligent robots arch p.5

来源:原论文约 p.5(arch);学习用途摘录。

A survey on integration of large language models with intelligent robots table p.10

来源:原论文约 p.10(table);学习用途摘录。

展开英文 Paper Card / AI deep analysis
Field Content
Year 2024
Authors Yeseung Kim, Dohyun Kim, Jieun Choi, Jisang Park, Nayoung Oh, Daehyung Park
arXiv 2404.09228
DOI 10.1007/s11370-024-00550-5
Topics embodied-foundation-models, llm-language-reasoning, application-domains
Paper https://arxiv.org/abs/2404.09228
展开 Extract / Selections / Local assets
  • embodied-foundation-models: tier=watch rank=2 score=55 — auto refresh 2026-07-19 sources=openalex
  • llm-language-reasoning: tier=recent rank=1 score=85 — Survey on integrating LLMs with intelligent robots
  • application-domains: tier=watch rank=5 score=57 — cross-topic assign from registry title match=2 keywords; 2026-07-19
(no PDF text available; metadata-only card)