SafePilot: A Framework for Assuring LLM-enabled Cyber-Physical Systems
arXiv cs.RO / 2026/3/24
💬 オピニオンIdeas & Deep AnalysisModels & Research
要点
- The paper introduces SafePilot, a hierarchical neuro-symbolic framework aimed at assuring cyber-physical systems that use LLMs for planning and navigation.
- It targets the safety risk of LLM hallucinations by verifying LLM outputs against attribute-based and temporal specifications rather than relying on raw generation.
- SafePilot uses a discriminator to judge task complexity and either sends manageable tasks to an LLM planner with built-in verification or applies divide-and-conquer task decomposition for harder tasks.
- The LLM planner converts natural-language constraints into formal specs, checks for violations, and iteratively revises prompts and re-invokes the LLM until a valid plan is found or a limit is reached.
- The framework is evaluated via two illustrative case studies demonstrating both effectiveness and adaptability across different constrained planning scenarios.

