Chat2Scenic: An Iterative RAG-Based Framework for Scenario Generation in Autonomous Driving
Summary
Chat2Scenic is an iterative RAG-based framework that generates executable scenario scripts in Domain Specific Language from regulatory descriptions for autonomous driving testing, achieving 76.42% compilation success rate and outperforming existing methods.
View Cached Full Text
Cached at: 07/20/26, 09:41 AM
Paper page - Chat2Scenic: An Iterative RAG-Based Framework for Scenario Generation in Autonomous Driving
Source: https://huggingface.co/papers/2607.14387
Abstract
Validatingautonomousdrivingsystemsrequiresdiverse,regulation-complianttestscenarios.Insimulation-basedtesting,scenariosaredefinedasexecutablescripts.Yetautomaticallygeneratingsuchscriptsfromregulatorydescriptionsremainsanopenchallenge,andexistingapproachesfacefundamentaltrade-offs.Retrieval-assemblemethodsachievereasonablecompilationratesbutlackscalability,whereasretrieval-basedfull-scriptgenerationsuffersfromlowcompilationsuccessrates.WepresentChat2Scenic,thefirstiterativeretrieval-augmentedframeworktogeneratescenarioscriptsinDomainSpecificLanguage(DSL).Specifically,Chat2ScenicprovidesachatbotinterfacethatsupportsinteractivescenariorefinementandintegratesRetrieval-augmentedGeneration(RAG)togroundscenariogenerationinregulatoryknowledgeandDSLsyntax.Furthermore,weproposeanopenbenchmarkforscenariogenerationcomprising123scenariosfromvariousregulations,includingNHTSAandUnitedNationsVehicleRegulations,aswellasothersources.ExtensiveevaluationwithState-of-the-Art(SOTA)LargeLanguageModels(LLMs)demonstratesthatChat2Scenicachieves76.42%CompilationSuccessRate(CSR)and58.17%FrameworkAccuracy(FA),outperformingexistingmethods(RetrievalAssemblewith30.08%CSR,11.03%FAandRetrievalfullscriptgenerationwith16.26%CSR,10.86%FA).Tofacilitatefutureresearch,wereleaseourcodeasopensourceathttps://github.com/TUM-AVS/chat2scenic.
View arXiv pageView PDFProject pageGitHub7Add to collection
Get this paper in your agent:
hf papers read 2607\.14387
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.14387 in a model README.md to link it from this page.
Datasets citing this paper1
#### chat2scenic/Chat2Scenic Updated3 days ago • 63 • 1
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.14387 in a Space README.md to link it from this page.
Collections including this paper2
Similar Articles
ScenePilot: Controllable Boundary-Driven Critical Scenario Generation for Autonomous Driving
ScenePilot proposes a feasibility-guided, boundary-driven framework for generating safety-critical scenarios for autonomous driving, using constrained multi-objective reinforcement learning to produce physically valid yet failure-inducing scenarios.
Scenario Generation for Testing of Autonomous Driving Systems Using Real-World Failure Records
This paper proposes a modular LLM-based pipeline that generates diverse test scenarios for autonomous driving systems using historical failure records (e.g., NHTSA crash data), enabling effective failure discovery within limited testing budgets.
PlannerForge: LLM Agents for Scenario-Based Testing of Motion Planners in Autonomous Driving
PlannerForge introduces an LLM-agent framework for unified scenario-based testing in autonomous driving, showing improvements over existing methods with both commercial and open-source models.
AutoMine Solution for AV2 2026 Scenario Mining Challenge
AutoMine is a robust self-refining scenario mining method using LLMs and VLMs to mine high-value scenarios from autonomous driving logs, achieving top scores in the Argoverse 2 Scenario Mining Competition at CVPR 2026.
Agent Seer: Synthesizing Scenarios from Specification Understanding
Agent Seer is a pipeline that synthesizes realistic evaluation scenarios for AI agents from tool specifications without manual curation, improving tool-calling correctness and conversational coherence in multi-turn dialogues.