paper-with-me

홈 › Papers

An LLM-Integrated Framework for Completion, Management, and Tracing of STPA

2025-03-15 · Ali Raeisdanaei, Juho Kim, Michael Liao, Sparsh Kochhar

In many safety-critical engineering domains, hazard analysis techniques are an essential part of requirement elicitation. Of the methods proposed for this task, STPA (System-Theoretic Process Analysis) represents a relatively recent development in the field. The completion, management, and traceability of this hazard analysis technique present a time-consuming challenge to the requirements and safety engineers involved. In this paper, we introduce a free, open-source software framework to build STPA models with several automated workflows powered by large language models (LLMs). In past works, LLMs have been successfully integrated into a myriad of workflows across various fields. Here, we demonstrate that LLMs can be used to complete tasks associated with STPA with a high degree of accuracy, saving the time and effort of the human engineers involved. We experimentally validate our method on real-world STPA models built by requirement engineers and researchers. The source code of our software framework is available at the following link: https://github.com/blueskysolarracing/stpa.

📄 PDF Abstract BibTeX arXiv:2503.12043

Code (1)

blueskysolarracing/stpa 공식 구현

Tasks

Management

Similar Papers 제목 키워드 기반

Safety Analysis in the Era of Large Language Models: A Case Study of STPA using ChatGPT

2023-04-03 · Yi Qi, Xingyu Zhao, Siddartha Khastgir, Xiaowei Huang

Can safety analysis make use of Large Language Models (LLMs)? A case study explores Systems Theoretic Process Analysis (STPA) applied to Automatic Emergency Brake (AEB) and Electricity Demand Side Management (DSM) system…

ManagementPrompt Engineering

From plane crashes to algorithmic harm: applicability of safety engineering frameworks for responsible ML

2022-10-06 · Shalaleh Rismani, Renee Shelby, Andrew Smart, Edgar Jatho 외

Inappropriate design and deployment of machine learning (ML) systems leads to negative downstream social and ethical impact -- described here as social and ethical risks -- for users, society and the environment. Despite…

Cultural Vocal Bursts Intensity PredictionManagement

Prioritising Interactive Flows in Data Center Networks With Central Control

2023-10-27 · Mohana Prasad Sathya Moorthy

Data centers are on the rise and scientists are re-thinking and re-designing networks for data centers. The concept of central control which was not effective in the Internet era is now gaining popularity and is used in …

Fairness

Hazard Management in Robot-Assisted Mammography Support

2026-04-07 · Ioannis Stefanakos, Roisin Bradley, Radu Calinescu, Beverley Townsend 외 arxiv

Robotic and embodied-AI systems have the potential to improve accessibility and quality of care in clinical settings, but their deployment in close physical contact with vulnerable patients introduces significant safety …

VerilogCoder: Autonomous Verilog Coding Agents with Graph-based Planning and Abstract Syntax Tree (AST)-based Waveform Tracing Tool

2024-08-15 · Chia-Tung Ho, Haoxing Ren, Brucek Khailany

Due to the growing complexity of modern Integrated Circuits (ICs), automating hardware design can prevent a significant amount of human error from the engineering process and result in less errors. Verilog is a popular h…

Code Generation