paper-with-me

Papers

Safety Aware Task Planning via Large Language Models in Robotics

2025-03-19 · Azal Ahmad Khan, Michael Andrev, Muhammad Ali Murtaza, Sergio Aguilera, Rui Zhang, Jie Ding, Seth Hutchinson, Ali Anwar

The integration of large language models (LLMs) into robotic task planning has unlocked better reasoning capabilities for complex, long-horizon workflows. However, ensuring safety in LLM-driven plans remains a critical challenge, as these models often prioritize task completion over risk mitigation. This paper introduces SAFER (Safety-Aware Framework for Execution in Robotics), a multi-LLM framework designed to embed safety awareness into robotic task planning. SAFER employs a Safety Agent that operates alongside the primary task planner, providing safety feedback. Additionally, we introduce LLM-as-a-Judge, a novel metric leveraging LLMs as evaluators to quantify safety violations within generated task plans. Our framework integrates safety feedback at multiple stages of execution, enabling real-time risk assessment, proactive error correction, and transparent safety evaluation. We also integrate a control framework using Control Barrier Functions (CBFs) to ensure safety guarantees within SAFER's task planning. We evaluated SAFER against state-of-the-art LLM planners on complex long-horizon tasks involving heterogeneous robotic agents, demonstrating its effectiveness in reducing safety violations while maintaining task efficiency. We also verify the task planner and safety planner through actual hardware experiments involving multiple robots and a human.

📄 PDF Abstract BibTeX arXiv:2503.15707

Code (0)

등록된 구현이 없습니다.

Tasks

Task Planning

Similar Papers 제목 키워드 기반

Using large language models for embodied planning introduces systematic safety risks

2026-04-20 · Tao Zhang, Kaixian Qu, Zhibin Li, Jiajun Wu 외 arxiv

Large language models are increasingly used as planners for robotic systems, yet how safely they plan remains an open question. To evaluate safe planning systematically, we introduce DESPITE, a benchmark of 12,279 tasks …

SPOC: Safety-Aware Planning Under Partial Observability And Physical Constraints

2026-02-25 · Hyungmin Kim, Hobeom Jeon, Dohyung Kim, Minsu Jang 외 arxiv

Embodied Task Planning with large language models faces safety challenges in real-world environments, where partial observability and physical constraints must be respected. Existing benchmarks often overlook these criti…

SafeAgentBench: A Benchmark for Safe Task Planning of Embodied LLM Agents

2024-12-17 · Sheng Yin, Xianghe Pang, Yuanzhuo Ding, Menglan Chen 외

With the integration of large language models (LLMs), embodied agents have strong capabilities to understand and plan complicated natural language instructions. However, a foreseeable issue is that those embodied agents …

Task Planning

Graphormer-Guided Task Planning: Beyond Static Rules with LLM Safety Perception

2025-03-10 · Wanjing Huang, Tongjie Pan, Yalan Ye

Recent advancements in large language models (LLMs) have expanded their role in robotic task planning. However, while LLMs have been explored for generating feasible task sequences, their ability to ensure safe task exec…

Task Planning

Plan-R1: Safe and Feasible Trajectory Planning as Language Modeling

2025-05-23 · Xiaolong Tang, Meina Kan, Shiguang Shan, Xilin Chen

Safe and feasible trajectory planning is essential for real-world autonomous driving systems. However, existing learning-based planning methods often rely on expert demonstrations, which not only lack explicit safety awa…

Autonomous DrivingCollision AvoidanceLanguage ModelingLanguage Modelling+1