paper-with-me

Papers

Software Model Evolution with Large Language Models: Experiments on Simulated, Public, and Industrial Datasets

2024-06-25 · Christof Tinnes, Alisa Welter, Sven Apel

Modeling structure and behavior of software systems plays a crucial role in the industrial practice of software engineering. As with other software engineering artifacts, software models are subject to evolution. Supporting modelers in evolving software models with recommendations for model completions is still an open problem, though. In this paper, we explore the potential of large language models for this task. In particular, we propose an approach, RAMC, leveraging large language models, model histories, and retrieval-augmented generation for model completion. Through experiments on three datasets, including an industrial application, one public open-source community dataset, and one controlled collection of simulated model repositories, we evaluate the potential of large language models for model completion with RAMC. We found that large language models are indeed a promising technology for supporting software model evolution (62.30% semantically correct completions on real-world industrial data and up to 86.19% type-correct completions). The general inference capabilities of large language models are particularly useful when dealing with concepts for which there are few, noisy, or no examples at all.

📄 PDF Abstract BibTeX arXiv:2406.17651

Code (2)

se-sic/icse_model_completion 공식 구현
se-sic/ramc_model_completion 공식 구현

Tasks

RetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Towards Automatic Support of Software Model Evolution with Large Language~Models

2023-12-19 · Christof Tinnes, Thomas Fuchß, Uwe Hohenstein, Sven Apel

Modeling structure and behavior of software systems plays a crucial role, in various areas of software engineering. As with other software engineering artifacts, software models are subject to evolution. Supporting model…

Simulated Car Racing Championship: Competition Software Manual

2013-04-05 · Daniele Loiacono, Luigi Cardamone, Pier Luca Lanzi

This manual describes the competition software for the Simulated Car Racing Championship, an international competition held at major conferences in the field of Evolutionary Computation and in the field of Computational …

Car Racing

EvoGraph: Hybrid Directed Graph Evolution toward Software 3.0

2025-08-07 · Igor Costa, Christopher Baran arxiv

We introduce **EvoGraph**, a framework that enables software systems to evolve their own source code, build pipelines, documentation, and tickets. EvoGraph represents every artefact in a typed directed graph, applies lea…

Test Code Generation for Telecom Software Systems using Two-Stage Generative Model

2024-04-14 · Mohamad Nabeel, Doumitrou Daniil Nimara, Tahar Zanouda

In recent years, the evolution of Telecom towards achieving intelligent, autonomous, and open networks has led to an increasingly complex Telecom Software system, supporting various heterogeneous deployment scenarios, wi…

Code GenerationLanguage ModelingLanguage ModellingLarge Language Model+1

Digital Humanism and Evolutionary Design

2026-06-22 · Wolfgang Höhl arxiv

This paper examines the two concepts of digital humanism and evolutionary design. The aim is to identify and highlight potential common structures, synergies, and challenges. How should and can technical systems be desig…