Fine-Tuning Language Models Using Formal Methods Feedback
Yunhao Yang, Neel P. Bhatt, Tyler Ingebrand, William Ward, Steven Carr, Zhangyang Wang, Ufuk Topcu
TL;DR
The paper tackles the challenge of domain-specific control policy synthesis for autonomous systems by proposing a fully automated fine-tuning pipeline, DPO-AF, that uses formal-method feedback instead of human labeling. It converts language-model outputs into automaton-based controllers, verifies them against external specifications in a world model, ranks responses by how many specs they satisfy, and fine-tunes the LM via Direct Preference Optimization using these automated signals. Key contributions include the formalization of automaton-based representations for NL tasks, a prompting and controller-construction workflow (GLM2FSA) to generate verifiable controllers, and an experimental demonstration on autonomous driving showing spec satisfaction rising from $0.60$ to $0.90$ with Carla-backed empirical validation and real-world grounding. The work reduces human-in-the-loop labor, provides mathematical guarantees through formal verification where possible, and highlights practical viability for safe deployment in real-world autonomous systems.
Abstract
Although pre-trained language models encode generic knowledge beneficial for planning and control, they may fail to generate appropriate control policies for domain-specific tasks. Existing fine-tuning methods use human feedback to address this limitation, however, sourcing human feedback is labor intensive and costly. We present a fully automated approach to fine-tune pre-trained language models for applications in autonomous systems, bridging the gap between generic knowledge and domain-specific requirements while reducing cost. The method synthesizes automaton-based controllers from pre-trained models guided by natural language task descriptions. These controllers are verifiable against independently provided specifications within a world model, which can be abstract or obtained from a high-fidelity simulator. Controllers with high compliance with the desired specifications receive higher ranks, guiding the iterative fine-tuning process. We provide quantitative evidences, primarily in autonomous driving, to demonstrate the method's effectiveness across multiple tasks. The results indicate an improvement in percentage of specifications satisfied by the controller from 60% to 90%.
