REVIEW 2 major objections 5 minor 32 references
RAISE shows how to build safety cases for cars that take open-ended language instructions, by arguing when to reject dangerous ones and when to accept safe ones.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
RAISE supplies reusable Reject-Instruction and Accept-Adequate-Instructions patterns plus an extended HARA that includes safe events, enabling structured safety cases for VLA driving systems, shown on SimLingo.
T0 review reviewed 2026-07-14 challenge →
load-bearing objection Useful first patterns for instruction-driven VLA safety cases, but the SimLingo case stops at partial GSN trees without attached evidence, so the “rigorous, evidence-based” claim is still aspirational. the 2 major comments →
Safety Case Patterns for VLA-based driving systems: Insights from SimLingo
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
Core claim
The paper establishes that safety cases for VLA-based driving systems can be constructed systematically by combining an extended HARA that captures both hazardous and safe instruction outcomes, two novel GSN patterns focused on rejecting dangerous instructions and accepting adequate ones, and a constructive algorithm that instantiates those patterns against operational scenarios. The SimLingo case study shows the resulting argument structure.
What carries the argument
RAISE: an extended HARA that adds Safe Events, two GSN patterns (Reject Instruction and Accept Adequate Instructions), and an algorithm that decomposes top-level safety goals into evidence-backed claims using those patterns and the HARA results.
Load-bearing premise
The two patterns and the short list of operational scenarios drawn mainly from SimLingo (and secondarily from another system) are representative enough to transfer to other VLA architectures and real-world driving domains without major redesign.
What would settle it
Apply RAISE unchanged to a second VLA driving system trained on different data and operating outside the CARLA simulator; if the same patterns cannot produce a coherent, evidence-linked safety case without inventing substantially new structure, the transfer claim fails.
If this is right
- Safety engineers can treat instruction acceptance and rejection as first-class safety goals rather than informal add-ons.
- Hazard analysis for language-driven vehicles must document safe instruction outcomes, not only hazardous ones.
- Reusable GSN patterns for reject/accept decisions become available for other instruction-based autonomous systems.
- Regulatory and corporate assurance teams gain an explicit checklist for decomposing VLA safety claims down to concrete evidence.
Where Pith is reading between the lines
- The same reject/accept pattern pair may apply to any embodied agent that takes open-ended natural-language commands, not only road vehicles.
- Once Safe Events are routine in HARA, argument libraries can be auto-populated from scenario catalogues, reducing manual safety-case cost.
- Regulators may eventually require evidence that a VLA system both refuses unsafe instructions and still reaches its destination under safe ones.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes RAISE, a safety-case design approach for Vision-Language-Action (VLA) driving systems that accept open-ended natural-language instructions. RAISE comprises (i) an extension of classic HARA that adds a “Safe Events” step recording expected outcomes of non-hazardous instructions, (ii) two novel GSN patterns—Reject Instruction (RI) and Accept Adequate Instructions (AAI)—that decompose the dual objectives of rejecting dangerous instructions and accepting safe ones under common operational scenarios, and (iii) a constructive algorithm that iteratively instantiates those patterns from HARA outcomes down to evidence leaves. Applicability is illustrated by a partial GSN safety case for the CARLA-based SimLingo system (system functions in Table 1, operational scenarios in Table 2, top-level argument in Fig. 5, and pattern instantiations in Figs. 6–7), with supporting HARA tables and algorithm code released on GitHub.
Significance. Instruction-conditioned VLA controllers introduce a genuinely new hazard class that existing ML-assurance frameworks (AMLAS, BIG-Argument, etc.) do not address. Supplying reusable GSN patterns, an explicit Safe-Events extension of HARA, and a constructive algorithm is a useful first step for the assurance community. The public GitHub artifacts (HARA tables + algorithm) and the concrete SimLingo GSN fragments give practitioners a concrete starting point. If the patterns prove transferable, the work would lower the cost of producing instruction-aware safety cases for an emerging class of autonomous systems.
major comments (2)
- The abstract and §1 claim that RAISE constructs “rigorous, evidence-based safety claims,” yet the published SimLingo case (Figs. 5–7) stops at intermediate goals. No evidence nodes (test logs, rejection-rate metrics, scenario-coverage results, or CARLA Leaderboard outcomes) are attached to the leaves, nor is any quantitative demonstration given that SimLingo’s instruction-handling satisfies the HARA-derived safety goals. Without at least one completed evidence chain for the published case, the “evidence-based” part of the central claim remains aspirational.
- §3.2 and §4.2 acknowledge that the RI/AAI patterns and the operational-scenario catalogue (Table 2) were extracted primarily from SimLingo (with only a secondary nod to LMDrive). The claim of systematic applicability to other VLA architectures, training regimes, or real-world ODDs therefore rests on an untested transfer assumption. A second, independent instantiation—or an explicit argument why the same decomposition structure is architecture- and ODD-invariant—is needed before the general-applicability claim can be regarded as demonstrated.
minor comments (5)
- Table 2 header reads “System Function” while the column lists operational scenarios; the header should be corrected to “Operational Scenario”.
- §3.2 refers to “our algorithm is available on GitHub” but does not reproduce even a high-level pseudocode listing in the manuscript; a short algorithmic sketch would improve self-containment.
- Figures 3 and 4 are described as containing “hot spots,” yet the published figures do not visually distinguish placeholders from fixed text; a typographic convention would help readers instantiate the patterns.
- Several sentences contain missing spaces or concatenated words (e.g., “addressingVLA-baseddrivingsystems,” “Thecreationofsafetycases”); a careful copy-edit pass is needed.
- Related-work discussion of AMLAS, BIG-Argument and STAMP/STPA is present but brief; a short comparison table clarifying which hazards each method can (and cannot) address would strengthen positioning.
Circularity Check
Mild self-application of patterns mined from SimLingo HARA back onto SimLingo; no by-construction reduction of any claim or prediction.
specific steps
-
other
[§3.2 Patterns for Instructions (and Figs. 3–7)]
"Using the HARA process described above, we have created the safety case of reference VLA-based driving system called SimLingo. By using HARA, we were able to identify the main goals of SimLingo. Table 1 reports them. We then proceeded to extract common scenarios … To generalize this to other VLA-based driving systems, we also analyzed … LMDrive. Thus, we used the insights from this analysis to create two distinct patterns … We respectively instantiated the reject instructions pattern … and the accept adequate instructions pattern … This allowed us to design the argumentation structures of G3.2"
Patterns RI/AAI are reverse-engineered primarily from SimLingo’s own HARA tables and operational scenarios, then immediately re-applied to construct the SimLingo safety-case fragments. This is a mild self-application loop typical of pattern papers, not a definitional or predictive circularity: the safety goals remain independently supplied by HARA, and the patterns contain explicit hot-spots intended for other systems.
full rationale
This is a methodological SE/safety-assurance paper proposing an extended HARA process, two GSN patterns (RI/AAI), and a constructive algorithm (RAISE), then illustrating them on SimLingo. There are no equations, fitted parameters, quantitative predictions, uniqueness theorems, or first-principles derivations whose outputs reduce to their inputs by construction. The only mild loop is the ordinary pattern-mining practice of extracting RI/AAI from HARA tables and operational scenarios of SimLingo (plus a secondary look at LMDrive) and then instantiating those same patterns to build the SimLingo safety-case fragments shown in Figs. 5–7. Safety goals themselves originate independently from the HARA system functions (Table 1) and Safe-Events extension; the patterns merely supply a reusable decomposition skeleton with hot-spots. Self-citations to prior co-author work on general assurance-case generation exist but are not load-bearing for the novelty claim (the paper explicitly distinguishes itself from them). No step matches the six priority circularity patterns; the score of 1 simply records the acknowledged single-system origin of the patterns without elevating it to logical circularity.
Axiom & Free-Parameter Ledger
axioms (4)
- domain assumption Standard Goal Structuring Notation (GSN) is an adequate formalism for expressing safety arguments for ML-enabled systems.
- ad hoc to paper Classic HARA (hazard identification, risk analysis, evaluation, control) can be extended with a “Safe Events” step that records expected outcomes of non-hazardous instructions.
- ad hoc to paper The two safety objectives “reject dangerous user instructions” and “accept adequate user instructions” together cover the new hazard class introduced by open-ended natural-language inputs.
- domain assumption Expert judgment applied to system documentation and CARLA operational scenarios is sufficient to identify the relevant hazards and safe events for pattern extraction.
invented entities (4)
-
RAISE approach
no independent evidence
-
Reject Instruction (RI) pattern
no independent evidence
-
Accept Adequate Instructions (AAI) pattern
no independent evidence
-
Safe Events extension of HARA
no independent evidence
Cite this review
Pith. "Pith review of Safety Case Patterns for VLA-based driving systems: Insights from SimLingo." pith.science (2026). https://pith.science/paper/K7C4CHN4
@misc{pith2026260316013,
author = {Pith},
title = {Pith review of: Safety Case Patterns for VLA-based driving systems: Insights from SimLingo},
year = {2026},
howpublished = {\url{https://pith.science/paper/K7C4CHN4}},
note = {Machine review of arXiv:2603.16013}
}
read the original abstract
Vision-Language-Action (VLA)-based driving systems represent a significant paradigm shift in autonomous driving since, by combining traffic scene understanding, linguistic interpretation, and action generation, these systems enable more flexible, adaptive, and instruction-responsive driving behaviors. However, despite their growing adoption and potential to support socially responsible autonomous driving as well as understanding high-level human instructions, VLA-based driving systems may exhibit new types of hazardous behaviors. For instance, the integration of open-ended natural language inputs (e.g., user or navigation instructions) into the multimodal control loop may lead to unpredictable and unsafe behaviors that could endanger vehicle occupants and pedestrians. Hence, assuring the safety of these systems is crucial to help build trust in their operations. To support this, we propose a novel safety case design approach called RAISE. Our approach introduces novel patterns tailored to instruction-based driving systems such as VLA-based driving systems, an extension of Hazard Analysis and Risk Assessment (HARA) detailing safe scenarios and their outcomes, and a design technique to create the safety cases of VLA-based driving systems. A case study on SimLingo illustrates how our approach can be used to construct rigorous, evidence-based safety claims for this emerging class of autonomous driving systems.
Reference graph
Works this paper leans on
-
[1]
Reliability Engineering & System Safety158, 185–195 (2017)
Beckers, K., Holling, D., Côté, I., Hatebur, D.: A structured hazard analysis and risk assessment method for automotive systems—a descriptive study. Reliability Engineering & System Safety158, 185–195 (2017)
2017
-
[2]
Software quality journal31(2), 335–403 (2023)
Borg, M., Henriksson, J., Socha, K., Lennartsson, O., Sonnsjö Lönegren, E., Bui, T., Tomaszewski, P., Sathyamoorthy, S.R., Brink, S., Helali Moghadam, M.: Ergo, smirk is safe: a safety case for a machine learning component in a pedestrian automatic emergency brake system. Software quality journal31(2), 335–403 (2023)
2023
-
[3]
carla.org/(2023), accessed: 2026
CARLA Team: Carla autonomous driving leaderboard 2.0.https://leaderboard. carla.org/(2023), accessed: 2026
2023
-
[4]
Carlan, C., Gallina, B.: Enhancing state-of-the-art safety case patterns to support changeimpactanalysis.In:30thEuropeansafetyandreliabilityconference.vol.136 (2020)
2020
-
[5]
ACM transactions on intelligent systems and technology15(3), 1–45 (2024)
Chang, Y., Wang, X., Wang, J., Wu, Y., Yang, L., Zhu, K., Chen, H., Yi, X., Wang, C., Wang, Y., et al.: A survey on evaluation of large language models. ACM transactions on intelligent systems and technology15(3), 1–45 (2024)
2024
-
[6]
In: Conference on robot learning
Dosovitskiy, A., Ros, G., Codevilla, F., Lopez, A., Koltun, V.: Carla: An open urban driving simulator. In: Conference on robot learning. pp. 1–16. PMLR (2017)
2017
-
[7]
Gohar, U., Hunter, M.C., Lutz, R.R., Cohen, M.B.: Codefeater: Using llms to find defeaters in assurance cases. In: ASE. pp. 2262–2267 (2024)
2024
-
[8]
Graydon, M.S., Lehman, S.M.: Examining proposed uses of llms to produce or assess assurance arguments (2025)
2025
-
[9]
arXiv preprint arXiv:2503.11705 (2025)
Habli, I., Hawkins, R., Paterson, C., Ryan, P., Jia, Y., Sujan, M., McDermid, J.: The big argument for ai safety cases. arXiv preprint arXiv:2503.11705 (2025)
Pith/arXiv arXiv 2025
-
[10]
arXiv preprint arXiv:2102.01564 (2021)
Hawkins,R.,Paterson,C.,Picardi,C.,Jia,Y.,Calinescu,R.,Habli,I.:Guidanceon the assurance of machine learning in autonomous systems (amlas). arXiv preprint arXiv:2102.01564 (2021)
Pith/arXiv arXiv 2021
-
[11]
In: SafeCOMP
Hawkins, R., Richardson, T., Kelly, T.: Using process models in system assurance. In: SafeCOMP. pp. 27–38. Springer (2016)
2016
-
[12]
ACM TOSEM33(8), 1–79 (2024)
Hou, X., Zhao, Y., Liu, Y., Yang, Z., Wang, K., Li, L., Luo, X., Lo, D., Grundy, J., Wang, H.: Large language models for software engineering: A systematic literature review. ACM TOSEM33(8), 1–79 (2024)
2024
-
[13]
In: ERAS
Hu,B.C.,DiSandro,A.,Marsso,L.,Czarnecki,K.,Chechik,M.:Arguingreliability of machine learning-based components. In: ERAS. pp. 1–8. IEEE (2025)
2025
-
[14]
arXiv preprint arXiv:2512.16760 (2025)
Hu, T., Liu, X., Wang, S., Zhu, Y., Liang, A., Kong, L., Zhao, G., Gong, Z., Cen, J., Huang, Z., et al.: Vision-language-action models for autonomous driving: Past, present, and future. arXiv preprint arXiv:2512.16760 (2025)
arXiv 2025
-
[15]
Yu et al
Jiang, S., Huang, Z., Qian, K., Luo, Z., Zhu, T., Zhong, Y., Tang, Y., Kong, M., Wang, Y., Jiao, S., et al.: A survey on vision-language-action models for au- tonomousdriving.In:InternationalConferenceonComputerVision.pp.4524–4536 (2025) 14 G. Yu et al
2025
-
[16]
In: CARS 2015-Critical Automotive applications: Robustness & Safety (2015)
Johansson, R.: The importance of active choices in hazard analysis and risk as- sessment. In: CARS 2015-Critical Automotive applications: Robustness & Safety (2015)
2015
-
[17]
In: Safe- Comp
Kodama, H., Matsuno, Y., Takai, T., Ota, H., Okada, M., Tsuchiya, T.: A case study of continuous assurance argument for level 4 automated driving. In: Safe- Comp. pp. 150–165. Springer (2024)
2024
-
[18]
Journal of Systems and Software222, 112353 (2025)
Odu, O., Belle, A.B., Wang, S., Kpodjedo, S., Lethbridge, T.C., Hemmati, H.: Automatic instantiation of assurance cases from patterns using large language models. Journal of Systems and Software222, 112353 (2025)
2025
-
[19]
Odu, O., Belle, A.B., Wang, S.: Llm-based safety case generation for baidu apollo: Are we there yet? In: CAIN. pp. 222–233. IEEE (2025)
2025
-
[20]
In: SafeCOMP
Odu, O., Beltrán, D.M., Gutiérrez, E.B., Belle, A.B., Yu, G., Sherafat, M.: Smart- gsn: an online tool to semi-automatically manage assurance cases. In: SafeCOMP. pp. 3–17. Springer (2025)
2025
-
[21]
In: Computer Vision and Pat- tern Recognition Conference
Renz, K., Chen, L., Arani, E., Sinavski, O.: Simlingo: Vision-only closed-loop au- tonomous driving with language-action alignment. In: Computer Vision and Pat- tern Recognition Conference. pp. 11993–12003 (2025)
2025
-
[22]
arXiv preprint arXiv:2505.04769 (2025)
Sapkota, R., Cao, Y., Roumeliotis, K.I., Karkee, M.: Vision-language-action (vla) models: Concepts, progress, applications and challenges. arXiv preprint arXiv:2505.04769 (2025)
arXiv 2025
-
[23]
Informa- tion and Software Technology175, 107526 (2024)
Shahandashti, K.K., Belle, A.B., Lethbridge, T.C., Odu, O., Sivakumar, M.: A prisma-driven systematic mapping study on system assurance weakeners. Informa- tion and Software Technology175, 107526 (2024)
2024
-
[24]
In: International Requirements Engineering Conference Workshops (REW)
Shahandashti, K.K., Belle, A.B., Mohajer, M.M., Odu, O., Lethbridge, T.C., Hem- mati, H., Wang, S.: Using gpt-4 turbo to automatically identify defeaters in as- surance cases. In: International Requirements Engineering Conference Workshops (REW). pp. 46–56. IEEE (2024)
2024
-
[25]
In: Conference on com- puter vision and pattern recognition
Shao, H., Hu, Y., Wang, L., Song, G., Waslander, S.L., Liu, Y., Li, H.: Lmdrive: Closed-loop end-to-end driving with large language models. In: Conference on com- puter vision and pattern recognition. pp. 15120–15130 (2024)
2024
-
[26]
In: 32nd International Requirements Engineering Conference Workshops (REW)
Sivakumar, M., Belle, A.B., Shan, J., Odu, O., Yuan, M.: Design of the safety case of the reinforcement learning-enabled component of a quanser autonomous vehicle. In: 32nd International Requirements Engineering Conference Workshops (REW). pp. 57–67. IEEE (2024)
2024
-
[27]
ESWA255, 124653 (2024)
Sivakumar, M., Belle, A.B., Shan, J., Shahandashti, K.K.: Prompting gpt–4 to support automatic safety case generation. ESWA255, 124653 (2024)
2024
-
[28]
In: ISSRE
Viger, T., Murphy, L., Diemert, S., Menghi, C., Joyce, J., Di Sandro, A., Chechik, M.: Ai-supported eliminative argumentation: practical experience generating de- featers to increase confidence in assurance cases. In: ISSRE. pp. 284–294. IEEE (2024)
2024
-
[29]
JSS154, 211–233 (2019)
Wei, R., Kelly, T.P., Dai, X., Zhao, S., Hawkins, R.: Model based system assurance using the structured assurance case metamodel. JSS154, 211–233 (2019)
2019
-
[30]
arXiv preprint arXiv:2509.19012 (2025)
Zhang, D., Sun, J., Hu, C., Wu, X., Yuan, Z., Zhou, R., Shen, F., Zhou, Q.: Pure vision language action (vla) models: A comprehensive survey. arXiv preprint arXiv:2509.19012 (2025)
arXiv 2025
-
[31]
Expert Systems with Applications242, 122836 (2024)
Zhao, J., Zhao, W., Deng, B., Wang, Z., Zhang, F., Zheng, W., Cao, W., Nan, J., Lian, Y., Burke, A.F.: Autonomous driving system: A comprehensive survey. Expert Systems with Applications242, 122836 (2024)
2024
-
[32]
arXiv preprint arXiv:2507.01925 (2025)
Zhong, Y., Bai, F., Cai, S., Huang, X., Chen, Z., Zhang, X., Wang, Y., Guo, S., Guan, T., Lui, K.N., et al.: A survey on vision-language-action models: An action tokenization perspective. arXiv preprint arXiv:2507.01925 (2025)
Pith/arXiv arXiv 2025
This paper was first reviewed by grok-4.5 on July 14, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.