paper-with-me

Papers

DevBench: A Realistic, Developer-Informed Benchmark for Code Generation Models

2026-01-17 · Adarsh Kumarappan, Pareesa Ameneh Golnari, Wen Wen, Xiaoyu Liu, Gabriel Ryan, Yuting Sun, Shengyu Fu, Elsie Nallipogu arxiv

DevBench is a telemetry-driven benchmark designed to evaluate Large Language Models (LLMs) on realistic code completion tasks. It includes 1,800 evaluation instances across six programming languages and six task categories derived from real developer telemetry and synthesized using generator models from multiple provider families to mitigate single-source bias. Unlike prior benchmarks, it emphasizes ecological validity, avoids training data contamination, and enables detailed diagnostics. The evaluation combines functional correctness, similarity-based metrics, and LLM-judge assessments focused on usefulness and contextual relevance. 9 state-of-the-art models were assessed, with the strongest achieving only 43.5% Pass@1, confirming the benchmark remains challenging and revealing differences in syntactic precision, semantic reasoning, and practical utility. Our benchmark provides actionable insights to guide model selection and improvement, detail that is often missing from other benchmarks but is essential for both practical deployment and targeted model development.

📄 PDF Abstract BibTeX arXiv:2601.11895

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationCode Completion

Similar Papers 제목 키워드 기반

ProjDevBench: Benchmarking AI Coding Agents on End-to-End Project Development

2026-02-02 · Pengrui Lu, Shiqi Zhang, Yunzhong Hou, Lyumanshan Ye 외 arxiv

Recent coding agents can generate complete codebases from simple prompts, yet existing evaluations focus on issue-level bug fixing and lag behind end-to-end development. We introduce ProjDevBench, an end-to-end benchmark…

GameDevBench: Evaluating Agentic Capabilities Through Game Development

2026-02-11 · Wayne Chi, Yixiong Fang, Arnav Yayavaram, Siddharth Yayavaram 외 arxiv

Despite rapid progress on coding agents, progress on their multimodal counterparts has lagged behind. A key challenge is the scarcity of evaluation testbeds that combine the complexity of software development with the ne…

DevBench: A multimodal developmental benchmark for language learning

2024-06-14 · Alvin Wei Ming Tan, Sunny Yu, Bria Long, Wanjing Anya Ma 외

How (dis)similar are the learning trajectories of vision-language models and children? Recent modeling work has attempted to understand the gap between models' and humans' data efficiency by constructing models trained o…

Codev-Bench: How Do LLMs Understand Developer-Centric Code Completion?

2024-10-02 · Zhenyu Pan, Rongyu Cao, Yongchang Cao, Yingwei Ma 외

Code completion, a key downstream task in code generation, is one of the most frequent and impactful methods for enhancing developer productivity in software development. As intelligent completion tools evolve, we need a…

Code CompletionCode Generation

Unintentional Security Flaws in Code: Automated Defense via Root Cause Analysis

2024-08-30 · Nafis Tanveer Islam, Mazal Bethany, Dylan Manuel, Murtuza Jadliwala 외

Software security remains a critical concern, particularly as junior developers, often lacking comprehensive knowledge of security practices, contribute to codebases. While there are tools to help developers proactively …