paper-with-me

홈 › Papers

Prompting for Performance: Exploring LLMs for Configuring Software

2025-07-13 · Helge Spieker, Théo Matricon, Nassim Belmecheri, Jørn Eirik Betten, Gauthier Le Bartz Lyan, Heraldo Borges, Quentin Mazouni, Dennis Gross, Arnaud Gotlieb, Mathieu Acher

Software systems usually provide numerous configuration options that can affect performance metrics such as execution time, memory usage, binary size, or bitrate. On the one hand, making informed decisions is challenging and requires domain expertise in options and their combinations. On the other hand, machine learning techniques can search vast configuration spaces, but with a high computational cost, since concrete executions of numerous configurations are required. In this exploratory study, we investigate whether large language models (LLMs) can assist in performance-oriented software configuration through prompts. We evaluate several LLMs on tasks including identifying relevant options, ranking configurations, and recommending performant configurations across various configurable systems, such as compilers, video encoders, and SAT solvers. Our preliminary results reveal both positive abilities and notable limitations: depending on the task and systems, LLMs can well align with expert knowledge, whereas hallucinations or superficial reasoning can emerge in other cases. These findings represent a first step toward systematic evaluations and the design of LLM-based solutions to assist with software configuration.

📄 PDF Abstract BibTeX arXiv:2507.09790

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Few-shot Dilemma: Over-prompting Large Language Models

2025-09-16 · Yongjian Tang, Doruk Tuncel, Christian Koerner, Thomas Runkler arxiv

Over-prompting, a phenomenon where excessive examples in prompts lead to diminished performance in Large Language Models (LLMs), challenges the conventional wisdom about in-context few-shot learning. To investigate this …

Few-Shot Learning

Trae Agent: An LLM-based Agent for Software Engineering with Test-time Scaling

2025-07-31 · Trae Research Team, Pengfei Gao, Zhao Tian, Xiangxin Meng 외 arxiv

Software issue resolution is a critical challenge in software engineering and has garnered increasing attention in recent years. With the rapid advancement of large language models (LLMs), substantial progress has been m…

Querying Large Automotive Software Models: Agentic vs. Direct LLM Approaches

2025-06-16 · Lukasz Mazur, Nenad Petrovic, James Pontes Miranda, Ansgar Radermacher 외

Large language models (LLMs) offer new opportunities for interacting with complex software artifacts, such as software models, through natural language. They present especially promising benefits for large software model…

Software Defined Vehicle Code Generation: A Few-Shot Prompting Approach

2025-11-06 · Quang-Dung Nguyen, Tri-Dung Tran, Thanh-Hieu Chu, Hoang-Loc Tran 외 arxiv

The emergence of Software-Defined Vehicles (SDVs) marks a paradigm shift in the automotive industry, where software now plays a pivotal role in defining vehicle functionality, enabling rapid innovation of modern vehicles…

Prompt EngineeringCode Generation

Exploring Chain-of-Thought Style Prompting for Text-to-SQL

2023-05-23 · Chang-You Tai, Ziru Chen, Tianshu Zhang, Xiang Deng 외

In-context learning with large language models (LLMs) has recently caught increasing attention due to its superior few-shot performance on various tasks. However, its performance on text-to-SQL parsing still has much roo…

In-Context LearningSQL ParsingText to SQLText-To-SQL