paper-with-me

Papers

CodeIF: Benchmarking the Instruction-Following Capabilities of Large Language Models for Code Generation

2025-02-26 · Kaiwen Yan, Hongcheng Guo, Xuanqing Shi, Jingyi Xu, Yaonan Gu, Zhoujun Li

With the rapid advancement of Large Language Models (LLMs), the demand for robust instruction-following capabilities in code generation tasks has grown significantly. Code generation not only facilitates faster prototyping and automated testing, but also augments developer efficiency through improved maintainability and reusability of code. In this paper, we introduce CodeIF, the first benchmark specifically designed to assess the abilities of LLMs to adhere to task-oriented instructions within diverse code generation scenarios. CodeIF encompasses a broad range of tasks, including function synthesis, error debugging, algorithmic refactoring, and code explanation, thereby providing a comprehensive suite to evaluate model performance across varying complexity levels and programming domains. We conduct extensive experiments with LLMs, analyzing their strengths and limitations in meeting the demands of these tasks. The experimental results offer valuable insights into how well current models align with human instructions, as well as the extent to which they can generate consistent, maintainable, and contextually relevant code. Our findings not only underscore the critical role that instruction-following LLMs can play in modern software development, but also illuminate pathways for future research aimed at enhancing their adaptability, reliability, and overall effectiveness in automated code generation.

📄 PDF Abstract BibTeX arXiv:2502.19166

Code (1)

lin-rany/codeIF 공식 구현

Tasks

BenchmarkingCode GenerationInstruction Following

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

CodeIF-Bench: Evaluating Instruction-Following Capabilities of Large Language Models in Interactive Code Generation

2025-03-05 · Peiding Wang, Li Zhang, Fang Liu, Lin Shi 외

Large Language Models (LLMs) have demonstrated exceptional performance in code generation tasks and have become indispensable programming assistants for developers. However, existing code generation benchmarks primarily …

Code GenerationInstruction Following

IFEval-Audio: Benchmarking Instruction-Following Capability in Audio-based Large Language Models

2025-05-22 · Yiming Gao, Bin Wang, Chengwei Wei, Shuo Sun 외

Large language models (LLMs) have demonstrated strong instruction-following capabilities in text-based tasks. However, this ability often deteriorates in multimodal models after alignment with non-text modalities such as…

BenchmarkingInstruction Following

GuideBench: Benchmarking Domain-Oriented Guideline Following for LLM Agents

2025-05-16 · Lingxiao Diao, Xinyue Xu, Wanxuan Sun, Cheng Yang 외

Large language models (LLMs) have been widely deployed as autonomous agents capable of following user instructions and making decisions in real-world applications. Previous studies have made notable progress in benchmark…

BenchmarkingInstruction Following

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 t…

Instruction FollowingCode Generation

IF-RewardBench: Benchmarking Judge Models for Instruction-Following Evaluation

2026-03-05 · Bosi Wen, Yilin Niu, Cunxiang Wang, Xiaoying Ling 외 arxiv

Instruction-following is a foundational capability of large language models (LLMs), with its improvement hinging on scalable and accurate feedback from judge models. However, the reliability of current judge models in in…