paper-with-me

Papers

Diff-Based Code Corruption using LLMs for Large-Scale Bugfix Benchmarking

2026-06-27 · Balázs Szalontai, Ábel Szauter, Balázs Márton, Péter Verebics, Balázs Pintér, Tibor Gregorics arxiv

There are various benchmarks to evaluate bugfixing capabilities of Large Language Models. However, most widespread benchmarks do not fully reflect real-world bugfixing practices. They are small, weakening statistical reliability, and the buggy programs are often similar to one another, potentially distorting evaluation results. The range of bug types can also be narrow, failing to capture a representative range of bugs. To address these issues, we introduce MegaBugFix, a large-scale bugfixing benchmark containing 12,629 buggy Python programs synthesized from correct ones by a Large Language Model. Bug injections were generated as diffs representing code changes. Through this approach, we were able to avoid common pitfalls of LLM-based mutation techniques like injecting overly simplistic bugs or failing to modify the input program. We evaluated 13 open-weight models on MegaBugFix and baseline benchmarks, finding consistently lower performance on MegaBugFix. This reveals that our benchmark presents more challenging bugs and exposes model failures that may remain hidden when evaluating on existing benchmarks. The benchmark and fine-tuned model used for bug injection are available at hf.co/collections/szalontaib/megabugfix.

📄 PDF Abstract BibTeX arXiv:2606.29088

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Hierarchical Contrastive Learning for Pattern-Generalizable Image Corruption Detection

2023-08-27 · ICCV 2023 1 · Xin Feng, Yifeng Xu, Guangming Lu, Wenjie Pei

Effective image restoration with large-size corruptions, such as blind image inpainting, entails precise detection of corruption region masks which remains extremely challenging due to diverse shapes and patterns of corr…

Contrastive LearningImage InpaintingImage Restoration

TreeDiff: AST-Guided Code Generation with Diffusion LLMs

2025-08-02 · Yiming Zeng, Jinghan Cao, Zexin Li, Yiming Chen 외 arxiv

Code generation is increasingly critical for real-world applications. Still, diffusion-based large language models continue to struggle with this demand. Unlike free-form text, code requires syntactic precision; even min…

Code Generation

Exploring Silent Data Corruption as a Reliability Challenge in LLM Training

2026-04-01 · Anton Altenbernd, Philipp Wiesner, Odej Kao arxiv

As Large Language Models (LLMs) scale in size and complexity, the consequences of failures during training become increasingly severe. A major challenge arises from Silent Data Corruption (SDC): hardware-induced faults t…

Decoding Data Quality via Synthetic Corruptions: Embedding-guided Pruning of Code Data

2023-12-05 · Yu Yang, Aaditya K. Singh, Mostafa Elhoushi, Anas Mahmoud 외

Code datasets, often collected from diverse and uncontrolled sources such as GitHub, potentially suffer from quality issues, thereby affecting the performance and training efficiency of Large Language Models (LLMs) optim…

Code GenerationHumanEvalmbpp

Benchmarking Robustness of 3D Object Detection to Common Corruptions

2023-01-01 · CVPR 2023 1 · Yinpeng Dong, Caixin Kang, Jinlai Zhang, Zijian Zhu 외

3D object detection is an important task in autonomous driving to perceive the surroundings. Despite the excellent performance, the existing 3D detectors lack the robustness to real-world corruptions caused by advers…

3D Object DetectionAutonomous DrivingBenchmarkingobject-detection+1