LLM-Enhanced Symbolic Control for Safety-Critical Applications
Amir Bayat, Alessandro Abate, Necmiye Ozay, Raphael M. Jungers
TL;DR
The paper addresses the challenge of synthesizing safe reach-avoid controllers for nonlinear and hybrid CPS by enabling natural-language specifications to drive abstraction-based controller design (ABCD). It introduces two LLM-based agents—a Code Generator that translates NL task descriptions into Dionysos-compatible code and a Checker Agent that validates the generated code against the original specifications—to create an end-to-end NL-to-symbolic-control workflow. Evaluations on a diverse benchmark (20 environments with 60 paraphrased NL specs) show substantial gains in correct and robust solutions when using the Checker in the loop, compared to direct NL solving or Code Agent alone. The work demonstrates the potential of integrating LLMs with formal control synthesis to lower entry barriers while maintaining safety, and outlines future directions for better guarantees and NL-to-formal specification translation.
Abstract
Motivated by Smart Manufacturing and Industry 4.0, we introduce a framework for synthesizing Abstraction-Based Controller Design (ABCD) for reach-avoid problems from Natural Language (NL) specifications using Large Language Models (LLMs). A Code Agent interprets an NL description of the control problem and translates it into a formal language interpretable by state-of-the-art symbolic control software, while a Checker Agent verifies the correctness of the generated code and enhances safety by identifying specification mismatches. Evaluations show that the system handles linguistic variability and improves robustness over direct planning with LLMs. The proposed approach lowers the barrier to formal control synthesis by enabling intuitive, NL-based task definition while maintaining safety guarantees through automated validation.
