paper-with-me

Papers

FeatBench: Towards More Realistic Evaluation of Feature-level Code Generation

2025-09-26 · Haorui Chen, Chengze Li, Jia Li arxiv

Evaluating Large Language Models (LLMs) on repository-level feature implementation is a critical frontier in software engineering. However, establishing a benchmark that faithfully mirrors realistic development scenarios remains a significant challenge. Existing feature-level benchmarks generally suffer from two primary limitations: unrealistic task inputs enriched with code hints and significant data leakage risks due to their static nature. To address these limitations, we propose a new benchmark - FeatBench, which introduces the following advances: (1) Realistic Task Inputs. Task inputs consist solely of natural language requirements, strictly devoid of code hints (e.g., function signatures). This format mirrors realistic software development by requiring agents to independently bridge the gap between abstract user intent and concrete code changes. (2) Evolving Data. FeatBench employs a fully automated pipeline to construct new benchmark versions from the latest repositories, effectively mitigating data contamination. The initial release comprises 157 tasks sourced from 27 actively maintained repositories. We evaluate two state-of-the-art agent frameworks with four leading LLMs on FeatBench. The results reveal that FeatBench poses a significant challenge, with the highest resolved rate reaching only 29.94%. Crucially, our analysis uncovers a prevalent behavioral pattern of aggressive implementation, which leads to "scope creep" and widespread regressions where agents break existing features by diverging from the user's explicit intent. We release FeatBench, our automated pipeline, and all experimental results to facilitate further community research.

📄 PDF Abstract BibTeX arXiv:2509.22237

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

MindForge: Teaching Small Language Models Whole-Life-Cycle Software Engineering via Source-Free Program Synthesis

2026-07-29 · Yihao Chen, Shi Chang, Khaled Chawa, Feng Lin 외 hf

Coding agents have made substantial progress on software engineering tasks that modify existing codebases, including bug fixing and feature implementation. However, constructing a complete program from scratch remains a …

Program Synthesis

Learning Deep Image Priors for Blind Image Denoising

2019-06-04 · Xianxu Hou, Hongming Luo, Jingxin Liu, Bolei Xu 외

Image denoising is the process of removing noise from noisy images, which is an image domain transferring task, i.e., from a single or several noise level domains to a photo-realistic domain. In this paper, we propose an…

DenoisingImage DenoisingSSIM

RealGen: Photorealistic Text-to-Image Generation via Detector-Guided Rewards

2025-11-29 · Junyan Ye, Leiqi Zhu, Yuncheng Guo, Dongzhi Jiang 외 arxiv

With the continuous advancement of image generation technology, advanced models such as GPT-Image-1 and Qwen-Image have achieved remarkable text-to-image consistency and world knowledge However, these models still fall s…

Text-to-Image Generation

Semantic-shape Adaptive Feature Modulation for Semantic Image Synthesis

2022-03-31 · CVPR 2022 1 · Zhengyao Lv, Xiaoming Li, Zhenxing Niu, Bing Cao 외

Recent years have witnessed substantial progress in semantic image synthesis, it is still challenging in synthesizing photo-realistic images with rich details. Most previous methods focus on exploiting the given semantic…

Image GenerationObject

Towards Realistic Out-of-Distribution Detection: A Novel Evaluation Framework for Improving Generalization in OOD Detection

2022-11-20 · Vahid Reza Khazaie, Anthony Wong, Mohammad Sabokrou

This paper presents a novel evaluation framework for Out-of-Distribution (OOD) detection that aims to assess the performance of machine learning models in more realistic settings. We observed that the real-world requirem…

Out-of-Distribution DetectionOut of Distribution (OOD) Detection