SELGFeb 9, 2024

CigaR: Cost-efficient Program Repair with LLMs

arXiv:2402.06598v238 citationsh-index: 51
Originality Incremental advance
AI Analysis

This addresses cost efficiency for companies and users relying on LLM-based program repair, though it is incremental as it optimizes an existing approach.

The paper tackles the high cost of using large language models for automated program repair by proposing CigaR, which reduces token usage by 73% on average across 429 bugs, achieving cost savings of up to 96% on a subset.

Large language models (LLM) have proven to be effective at automated program repair (APR). However, using LLMs can be costly, with companies invoicing users by the number of tokens. In this paper, we propose CigaR, the first LLM-based APR tool that focuses on minimizing the repair cost. CigaR works in two major steps: generating a first plausible patch and multiplying plausible patches. CigaR optimizes the prompts and the prompt setting to maximize the information given to LLMs using the smallest possible number of tokens. Our experiments on 429 bugs from the widely used Defects4J and HumanEval-Java datasets shows that CigaR reduces the token cost by 73%. On average, CigaR spends 127k tokens per bug while the baseline uses 467k tokens per bug. On the subset of bugs that are fixed by both, CigaR spends 20k per bug while the baseline uses 608k tokens, a cost saving of 96%. Our extensive experiments show that CigaR is a cost-effective LLM-based program repair tool that uses a low number of tokens to automatically generate patches.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes