PulseAugur
实时 11:06:23

ClassEval-Pro benchmark reveals LLMs struggle with class-level code generation

Researchers have introduced ClassEval-Pro, a new benchmark designed to evaluate the class-level code generation capabilities of large language models. This benchmark consists of 300 tasks across 11 domains, created using an automated pipeline that incorporates complexity enhancement and real-world code from GitHub repositories updated after January 2025. Initial evaluations of five frontier LLMs showed that even the best-performing model achieved only 45.6% Pass@1, highlighting significant challenges in compositional code creation, with logic and dependency errors being the primary issues. AI

影响 New benchmark highlights limitations in LLM class-level code generation, focusing on logic and dependency errors.

排序理由 Introduces a new benchmark for evaluating LLM code generation capabilities.

在 Hugging Face Daily Papers 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

ClassEval-Pro benchmark reveals LLMs struggle with class-level code generation

报道来源 [1]

  1. Hugging Face Daily Papers TIER_1 English(EN) ·

    ClassEval-Pro: A Cross-Domain Benchmark for Class-Level Code Generation

    LLMs have achieved strong results on both function-level code synthesis and repository-level code modification, yet a capability that falls between these two extremes -- compositional code creation, i.e., building a complete, internally structured class from a specification -- re…