SECLFeb 12, 2024

Mercury: A Code Efficiency Benchmark for Code Large Language Models

arXiv:2402.07844v445 citationsh-index: 32Has CodeNIPS
Originality Incremental advance
AI Analysis

This addresses a gap in evaluating code efficiency for developers and researchers, though it is incremental as it builds on existing benchmarks by adding an efficiency focus.

The authors tackled the lack of benchmarks for computational efficiency in code generation by large language models, presenting Mercury, a benchmark with 1,889 Python tasks, and found that leading models achieve 65% on functional correctness but less than 50% on a new efficiency metric, indicating a notable gap.

Amidst the recent strides in evaluating Large Language Models for Code (Code LLMs), existing benchmarks have mainly focused on the functional correctness of generated code, neglecting the importance of their computational efficiency. To fill the gap, we present Mercury, the first code efficiency benchmark for Code LLMs. It comprises 1,889 Python tasks, each accompanied by adequate solutions that serve as real-world efficiency baselines, enabling a comprehensive analysis of the runtime distribution. Based on the distribution, we introduce a new metric Beyond, which computes a runtime-percentile-weighted Pass score to reflect functional correctness and code efficiency simultaneously. On Mercury, leading Code LLMs can achieve 65% on Pass, while less than 50% on Beyond. Given that an ideal Beyond score would be aligned with the Pass score, it indicates that while Code LLMs exhibit impressive capabilities in generating functionally correct code, there remains a notable gap in their efficiency. Finally, our empirical experiments reveal that Direct Preference Optimization (DPO) serves as a robust baseline for enhancing code efficiency compared with Supervised Fine Tuning (SFT), which paves a promising avenue for future exploration of efficient code generation. Our code and data are available on GitHub: https://github.com/Elfsong/Mercury.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes