Modular Autonomy with Conversational Interaction: An LLM-driven Framework for Decision Making in Autonomous Driving
Marvin Seegert, Korbinian Moller, Johannes Betz
TL;DR
The paper addresses the challenge of translating natural-language passenger intents into safe, actionable commands within a modular autonomous driving stack. It introduces an LLM-based interaction layer layered on Autoware, anchored by a five-category interaction taxonomy, an application-centric DSL, and a dedicated Validation/Interface Node, complemented by a two-stage feedback loop using a cloud LLM and TTS for transparent user communication. Empirical results show a translation accuracy of $97.0\%$ and a Task Success Rate of $96.7\%$ in simulated runs, with ablation studies highlighting the importance of examples and the safety-focused design. The work advances extensible, safety-conscious natural-language interfaces for modular ADS, laying groundwork for domain-adaptive reasoning and richer human–vehicle collaboration while highlighting cloud-dependency and broader-scenario evaluation needs.
Abstract
Recent advancements in Large Language Models (LLMs) offer new opportunities to create natural language interfaces for Autonomous Driving Systems (ADSs), moving beyond rigid inputs. This paper addresses the challenge of mapping the complexity of human language to the structured action space of modular ADS software. We propose a framework that integrates an LLM-based interaction layer with Autoware, a widely used open-source software. This system enables passengers to issue high-level commands, from querying status information to modifying driving behavior. Our methodology is grounded in three key components: a taxonomization of interaction categories, an application-centric Domain Specific Language (DSL) for command translation, and a safety-preserving validation layer. A two-stage LLM architecture ensures high transparency by providing feedback based on the definitive execution status. Evaluation confirms the system's timing efficiency and translation robustness. Simulation successfully validated command execution across all five interaction categories. This work provides a foundation for extensible, DSL-assisted interaction in modular and safety-conscious autonomy stacks.
