paper-with-me

홈 › Papers

COMPASS: A Multi-Dimensional Benchmark for Evaluating Code Generation in Large Language Models

2025-08-19 · James Meaden, Michał Jarosz, Piotr Jodłowski, Grigori Melnik arxiv

Current code generation benchmarks focus primarily on functional correctness while overlooking two critical aspects of real-world programming: algorithmic efficiency and code quality. We introduce COMPASS (COdility's Multi-dimensional Programming ASSessment), a comprehensive evaluation framework that assesses code generation across three dimensions: correctness, efficiency, and quality. COMPASS consists of 50 competitive programming problems from real Codility competitions, providing authentic human baselines from 393,150 submissions. Unlike existing benchmarks that treat algorithmically inefficient solutions identically to optimal ones provided they pass test cases, COMPASS systematically evaluates runtime efficiency and code quality using industry-standard analysis tools. Our evaluation of three leading reasoning-enhanced models, Anthropic Claude Opus 4, Google Gemini 2.5 Pro, and OpenAI O4-Mini-High, reveals that models achieving high correctness scores do not necessarily produce efficient algorithms or maintainable code. These findings highlight the importance of evaluating more than just correctness to truly understand the real-world capabilities of code generation models. COMPASS serves as a guiding framework, charting a path for future research toward AI systems that are robust, reliable, and ready for production use.

📄 PDF Abstract BibTeX arXiv:2508.13757

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

AlignMMBench: Evaluating Chinese Multimodal Alignment in Large Vision-Language Models

2024-06-13 · Yuhang Wu, Wenmeng Yu, Yean Cheng, Yan Wang 외

Evaluating the alignment capabilities of large Vision-Language Models (VLMs) is essential for determining their effectiveness as helpful assistants. However, existing benchmarks primarily focus on basic abilities using n…

Multiple-choice

SWE-Compass: Towards Unified Evaluation of Agentic Coding Abilities for Large Language Models

2025-11-07 · Jingxuan Xu, Ken Deng, Weihao Li, Songwei Yu 외 arxiv

Evaluating large language models (LLMs) for software engineering has been limited by narrow task coverage, language bias, and insufficient alignment with real-world developer workflows. Existing benchmarks often focus on…

Political Alignment in Large Language Models: A Multidimensional Audit of Psychometric Identity and Behavioral Bias

2026-01-08 · Adib Sakhawat, Tahsin Islam, Takia Farhin, Syed Rifat Raiyan 외 arxiv

As large language models (LLMs) are increasingly deployed, understanding how they express political positioning is important for evaluating alignment and downstream effects. We audit 26 contemporary LLMs using three poli…

CompassVerifier: A Unified and Robust Verifier for LLMs Evaluation and Outcome Reward

2025-08-05 · Shudong Liu, Hongwei Liu, Junnan Liu, Linchen Xiao 외 arxiv

Answer verification is crucial not only for evaluating large language models (LLMs) by matching their unstructured outputs against standard answers, but also serves as the reward model to guide LLM optimization. Most eva…

Reinforcement Learning

A Multi-Dimensional Constraint Framework for Evaluating and Improving Instruction Following in Large Language Models

2025-05-12 · Junjie Ye, Caishuang Huang, Zhuohan Chen, Wenjie Fu 외

Instruction following evaluates large language models (LLMs) on their ability to generate outputs that adhere to user-defined constraints. However, existing benchmarks often rely on templated constraint prompts, which la…

Instruction Following