paper-with-me

Papers

Towards Specification-Driven LLM-Based Generation of Embedded Automotive Software

2024-11-20 · Minal Suresh Patil, Gustav Ung, Mattias Nyberg

The paper studies how code generation by LLMs can be combined with formal verification to produce critical embedded software. The first contribution is a general framework, spec2code, in which LLMs are combined with different types of critics that produce feedback for iterative backprompting and fine-tuning. The second contribution presents a first feasibility study, where a minimalistic instantiation of spec2code, without iterative backprompting and fine-tuning, is empirically evaluated using three industrial case studies from the heavy vehicle manufacturer Scania. The goal is to automatically generate industrial-quality code from specifications only. Different combinations of formal ACSL specifications and natural language specifications are explored. The results indicate that formally correct code can be generated even without the application of iterative backprompting and fine-tuning.

📄 PDF Abstract BibTeX arXiv:2411.13269

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

SilGAN: Generating driving maneuvers for scenario-based software-in-the-loop testing

2021-07-05 · Dhasarathy Parthasarathy, Anton Johansson

Automotive software testing continues to rely largely upon expensive field tests to ensure quality because alternatives like simulation-based testing are relatively immature. As a step towards lowering reliance on field …

software testing

Cluster-Aware Dual-Level Test Specification Generation for Large-Scale Automotive Software Requirements

2026-06-15 · Hazem Ayman, Menna Sedik, Kareem Mostafa, Mahmoud Soliman 외 arxiv

Generating test specifications that satisfy Automotive SPICE SWE.6 requirements becomes increasingly challenging and time-consuming as projects scale to thousands of requirements. Because this manual process often consum…

Dimensionality Reduction

Automotive Perception Software Development: An Empirical Investigation into Data, Annotation, and Ecosystem Challenges

2023-03-10 · Hans-Martin Heyn, Khan Mohammad Habibullah, Eric Knauss, Jennifer Horkoff 외

Software that contains machine learning algorithms is an integral part of automotive perception, for example, in driving automation systems. The development of such software, specifically the training and validation of t…

GenAI-based test case generation and execution in SDV platform

2025-09-05 · Denesa Zyberaj, Lukasz Mazur, Nenad Petrovic, Pankhuri Verma 외 arxiv

This paper introduces a GenAI-driven approach for automated test case generation, leveraging Large Language Models and Vision-Language Models to translate natural language requirements and system diagrams into structured…

Design-OS: A Specification-Driven Framework for Engineering System Design with a Control-Systems Design Case

2026-03-20 · H. Sinan Bank, Daniel R. Herber, Thomas H. Bradley arxiv

Engineering system design -- whether mechatronic, control, or embedded -- often proceeds in an ad hoc manner, with requirements left implicit and traceability from intent to parameters largely absent. Existing specificat…