paper-with-me

Papers

CodeAlignBench: Assessing Code Generation Models on Developer-Preferred Code Adjustments

2025-10-31 · Forough Mehralian, Ryan Shar, James R. Rae, Alireza Hashemi arxiv

As large language models become increasingly capable of generating code, evaluating their performance remains a complex and evolving challenge. Existing benchmarks primarily focus on functional correctness, overlooking the diversity of real-world coding tasks and developer expectations. To this end, we introduce a multi-language benchmark that evaluates LLM instruction-following capabilities and is extensible to operate on any set of standalone coding problems. Our benchmark evaluates instruction following in two key settings: adherence to pre-defined constraints specified with the initial problem, and the ability to perform refinements based on follow-up instructions. For this paper's analysis, we empirically evaluated our benchmarking pipeline with programming tasks from LiveBench, that are also automatically translated from Python into Java and JavaScript. Our automated benchmark reveals that models exhibit differing levels of performance across multiple dimensions of instruction-following. Our benchmarking pipeline provides a more comprehensive evaluation of code generation models, highlighting their strengths and limitations across languages and generation goals.

📄 PDF Abstract BibTeX arXiv:2510.27565

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingCode Generation

Similar Papers 제목 키워드 기반

Bridging LLM-Generated Code and Requirements: Reverse Generation technique and SBC Metric for Developer Insights

2025-02-11 · Ahilan Ayyachamy Nadar Ponnusamy

The rise of Large Language Models (LLMs) in software engineering, particularly in code generation, has garnered significant attention. However, assessing the quality of AI-generated code remains a challenge due to the in…

Code GenerationSemantic SimilaritySemantic Textual SimilarityText Generation

Highlight All the Phrases: Enhancing LLM Transparency through Visual Factuality Indicators

2025-08-09 · Hyo Jin Do, Rachel Ostrand, Werner Geyer, Keerthiram Murugesan 외 arxiv

Large language models (LLMs) are susceptible to generating inaccurate or false information, often referred to as "hallucinations" or "confabulations." While several technical advancements have been made to detect halluci…

An Exploratory Study of ML Sketches and Visual Code Assistants

2024-12-17 · Luís F. Gomes, Vincent J. Hellendoorn, Jonathan Aldrich, Rui Abreu

This paper explores the integration of Visual Code Assistants in Integrated Development Environments (IDEs). In Software Engineering, whiteboard sketching is often the initial step before coding, serving as a crucial col…

Code Generation

On the Impacts of Contexts on Repository-Level Code Generation

2024-06-17 · Nam Le Hai, Dung Manh Nguyen, Nghi D. Q. Bui

CodeLLMs have gained widespread adoption for code generation tasks, yet their capacity to handle repository-level code generation with complex contextual dependencies remains underexplored. Our work underscores the criti…

Code Generation

A.S.E: A Repository-Level Benchmark for Evaluating Security in AI-Generated Code

2025-08-25 · Keke Lian, Bin Wang, Lei Zhang, Libo Chen 외 arxiv

The increasing adoption of large language models (LLMs) in software engineering necessitates rigorous security evaluation of their generated code. However, existing benchmarks often lack relevance to real-world AI-assist…

Code Generation