paper-with-me

Papers

SIADAFIX: issue description response for adaptive program repair

2025-10-17 · Xin Cao, Nan Yu arxiv

We propose utilizing fast and slow thinking to enhance the capabilities of large language model-based agents on complex tasks such as program repair. In particular, we design an adaptive program repair method based on issue description response, called SIADAFIX. The proposed method utilizes slow thinking bug fix agent to complete complex program repair tasks, and employs fast thinking workflow decision components to optimize and classify issue descriptions, using issue description response results to guide the orchestration of bug fix agent workflows. SIADAFIX adaptively selects three repair modes, i.e., easy, middle and hard mode, based on problem complexity. It employs fast generalization for simple problems and test-time scaling techniques for complex problems. Experimental results on the SWE-bench Lite show that the proposed method achieves 60.67% pass@1 performance using the Claude-4 Sonnet model, reaching state-of-the-art levels among all open-source methods. SIADAFIX effectively balances repair efficiency and accuracy, providing new insights for automated program repair. Our code is available at https://github.com/liauto-siada/siada-cli.

📄 PDF Abstract BibTeX arXiv:2510.16059

Code (0)

등록된 구현이 없습니다.

Tasks

Program Repair

Similar Papers 제목 키워드 기반

Estimating Difficulty Levels of Programming Problems with Pre-trained Model

2024-06-13 · Zhiyuan Wang, Wei zhang, Jun Wang

As the demand for programming skills grows across industries and academia, students often turn to Programming Online Judge (POJ) platforms for coding practice and competition. The difficulty level of each programming pro…

Representing stimulus motion with waves in adaptive neural fields

2023-12-11 · Sage Shaw, Zachary P Kilpatrick

Traveling waves of neural activity emerge in cortical networks both spontaneously and in response to stimuli. The spatiotemporal structure of waves can indicate the information they encode and the physiological processes…

CodeGENCAT: Generative Computerized Adaptive Testing for Open-ended Coding Problems

2026-02-23 · Wanyong Feng, Alexander Scarlatos, Ruochen Sun, Andrew Lan arxiv

Existing Computerized Adaptive Testing (CAT) frameworks typically select questions based on the predicted likelihood that the student will answer correctly. This design ignores information contained in students' open-end…

CODE: Contrasting Self-generated Description to Combat Hallucination in Large Multi-modal Models

2024-06-04 · Junho Kim, Hyunjun Kim, Yeonju Kim, Yong Man Ro

Large Multi-modal Models (LMMs) have recently demonstrated remarkable abilities in visual context understanding and coherent response generation. However, alongside these advancements, the issue of hallucinations has eme…

HallucinationInformativenessResponse Generation

Exploring the Responses of Large Language Models to Beginner Programmers' Help Requests

2023-06-09 · Arto Hellas, Juho Leinonen, Sami Sarsa, Charles Koutcheme 외

Background and Context: Over the past year, large language models (LLMs) have taken the world by storm. In computing education, like in other walks of life, many opportunities and threats have emerged as a consequence. O…