OSG-Q3 is a simulator-aware framework for converting natural-language ADAS requirements into executable OpenSCENARIO XML files. The key design principle is to separate scenario reasoning, simulator-specific context acquisition, and XML synthesis: the LLM generates scenario semantics in a structured JSON representation, simulator-aware tools provide map and catalog information, and the converter deterministically produces OpenSCENARIO XML. Given an input requirement, an LLM-based agent may call simulator-aware tools during generation to obtain information about available maps, road topology, lane configurations, and catalog assets. The agent then produces the structured JSON representation. This JSON output is parsed, validated, converted into OpenSCENARIO XML, executed in Esmini, and evaluated using the checklist-based protocol.
OSG-Q3: Robust OpenSCENARIO Generation