paper-with-me

홈 › 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) systems using ChatGPT. We investigate how collaboration schemes, input semantic complexity, and prompt guidelines influence STPA results. Comparative results show that using ChatGPT without human intervention may be inadequate due to reliability related issues, but with careful design, it may outperform human experts. No statistically significant differences are found when varying the input semantic complexity or using common prompt guidelines, which suggests the necessity for developing domain-specific prompt engineering. We also highlight future challenges, including concerns about LLM trustworthiness and the necessity for standardisation and regulation in this domain.

📄 PDF Abstract BibTeX arXiv:2304.01246

Code (2)

yiqi0318/chatgpt-stpa 공식 구현
yiqi0318/deepstpa

Tasks

ManagementPrompt Engineering

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Multi-Head Attention 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Automated Hazard Detection in Construction Sites Using Large Language and Vision-Language Models

2025-11-13 · Islem Sahraoui arxiv

This thesis explores a multimodal AI framework for enhancing construction safety through the combined analysis of textual and visual data. In safety-critical environments such as construction sites, accident data often e…

HySafe-AI: Hybrid Safety Architectural Analysis Framework for AI Systems: A Case Study

2025-07-23 · Mandar Pitale, Jelena Frtunikj, Abhinaw Priyadershi, Vasu Singh 외 arxiv

AI has become integral to safety-critical areas like autonomous driving systems (ADS) and robotics. The architecture of recent autonomous systems are trending toward end-to-end (E2E) monolithic architectures such as larg…

Autonomous Driving

FTA generation using GenAI with an Autonomy sensor Usecase

2024-11-22 · Sneha Sudhir Shetiya, Divya Garikapati, Veeraja Sohoni

Functional safety forms an important aspect in the design of systems. Its emphasis on the automotive industry has evolved significantly over the years. Till date many methods have been developed to get appropriate FTA(Fa…

Autonomous DrivingPrompt Engineering

RECALL-MM: A Multimodal Dataset of Consumer Product Recalls for Risk Analysis using Computational Methods and Large Language Models

2025-03-29 · Diana Bolanos, Mohammadmehdi Ataei, Daniele Grandi, Kosa Goucher-Lambert

Product recalls provide valuable insights into potential risks and hazards within the engineering design process, yet their full potential remains underutilized. In this study, we curate data from the United States Consu…

Large Language Model

CASE-Bench: Context-Aware Safety Evaluation Benchmark for Large Language Models

2025-01-24 · Guangzhi Sun, Xiao Zhan, Shutong Feng, Philip C. Woodland 외

Aligning large language models (LLMs) with human values is essential for their safe deployment and widespread adoption. Current LLM safety benchmarks often focus solely on the refusal of individual problematic queries, w…