CodeEditorBench: Evaluating Code Editing Capability of Large Language Models
Jiawei Guo, Ziming Li, Xueling Liu, Kaijing Ma, Tianyu Zheng, Zhouliang Yu, Ding Pan, Yizhi LI, Ruibo Liu, Yue Wang, Shuyue Guo, Xingwei Qu, Xiang Yue, Ge Zhang, Wenhu Chen, Jie Fu
TL;DR
CodeEditorBench introduces a comprehensive, SDLC-aligned benchmark for evaluating LLMs on code editing tasks, spanning debugging, translating, polishing, and requirement switching. It combines a large, diverse dataset with an online judge-based evaluation to provide a rigorous, test-case-driven assessment across 19 models, highlighting performance differences between open- and closed-source LLMs and across problem types. The study reveals that closed-source models generally outperform open-source ones, though results vary by task and prompt, underscoring areas for improvement in code polishing and requirement switching. By releasing prompts and datasets, CodeEditorBench aims to catalyze further research and practical progress in LLM-assisted code editing.
Abstract
Large Language Models (LLMs) for code are rapidly evolving, with code editing emerging as a critical capability. We introduce CodeEditorBench, an evaluation framework designed to rigorously assess the performance of LLMs in code editing tasks, including debugging, translating, polishing, and requirement switching. Unlike existing benchmarks focusing solely on code generation, CodeEditorBench emphasizes real-world scenarios and practical aspects of software development. We curate diverse coding challenges and scenarios from five sources, covering various programming languages, complexity levels, and editing tasks. Evaluation of 19 LLMs reveals that closed-source models (particularly Gemini-Ultra and GPT-4), outperform open-source models in CodeEditorBench, highlighting differences in model performance based on problem types and prompt sensitivities. CodeEditorBench aims to catalyze advancements in LLMs by providing a robust platform for assessing code editing capabilities. We will release all prompts and datasets to enable the community to expand the dataset and benchmark emerging LLMs. By introducing CodeEditorBench, we contribute to the advancement of LLMs in code editing and provide a valuable resource for researchers and practitioners.
