AICLROOct 26, 2023

Dialogue-based generation of self-driving simulation scenarios using Large Language Models

arXiv:2310.17372v1133 citationsh-index: 37
Originality Incremental advance
AI Analysis

This work addresses usability improvements for self-driving simulation frameworks by bridging the gap between natural language and executable code, though it is incremental in applying LLMs to a specific domain.

The paper tackles the problem of generating self-driving simulation scenarios through natural language by using Large Language Models (LLMs) to map user utterances into domain-specific code, enabling extended multimodal interactions for refinements based on generated simulations.

Simulation is an invaluable tool for developing and evaluating controllers for self-driving cars. Current simulation frameworks are driven by highly-specialist domain specific languages, and so a natural language interface would greatly enhance usability. But there is often a gap, consisting of tacit assumptions the user is making, between a concise English utterance and the executable code that captures the user's intent. In this paper we describe a system that addresses this issue by supporting an extended multimodal interaction: the user can follow up prior instructions with refinements or revisions, in reaction to the simulations that have been generated from their utterances so far. We use Large Language Models (LLMs) to map the user's English utterances in this interaction into domain-specific code, and so we explore the extent to which LLMs capture the context sensitivity that's necessary for computing the speaker's intended message in discourse.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes