paper-with-me

Papers

LiveCodeBench: Holistic and Contamination Free Evaluation of Large Language Models for Code

2024-03-12 · Naman jain, King Han, Alex Gu, Wen-Ding Li, Fanjia Yan, Tianjun Zhang, Sida Wang, Armando Solar-Lezama, Koushik Sen, Ion Stoica

Large Language Models (LLMs) applied to code-related applications have emerged as a prominent field, attracting significant interest from both academia and industry. However, as new and improved LLMs are developed, existing evaluation benchmarks (e.g., HumanEval, MBPP) are no longer sufficient for assessing their capabilities. In this work, we propose LiveCodeBench, a comprehensive and contamination-free evaluation of LLMs for code, which continuously collects new problems over time from contests across three competition platforms, namely LeetCode, AtCoder, and CodeForces. Notably, our benchmark also focuses on a broader range of code related capabilities, such as self-repair, code execution, and test output prediction, beyond just code generation. Currently, LiveCodeBench hosts four hundred high-quality coding problems that were published between May 2023 and May 2024. We have evaluated 18 base LLMs and 34 instruction-tuned LLMs on LiveCodeBench. We present empirical findings on contamination, holistic performance comparisons, potential overfitting in existing benchmarks as well as individual model comparisons. We will release all prompts and model completions for further community analysis, along with a general toolkit for adding new scenarios and model

📄 PDF Abstract BibTeX arXiv:2403.07974

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationHumanEvalmbpp

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Multi-LCB: Extending LiveCodeBench to Multiple Programming Languages

2026-06-18 · Maria Ivanova, Pavel Zadorozhny, Rodion Levichev, Ivan Petrov 외 arxiv

LiveCodeBench (LCB) has recently become a widely adopted benchmark for evaluating large language models (LLMs) on code-generation tasks. By curating competitive programming problems, constantly adding fresh problems to t…

Code Generation

C$^2$LEVA: Toward Comprehensive and Contamination-Free Language Model Evaluation

2024-12-06 · Yanyang Li, Tin Long Wong, Cheung To Hung, Jianqiao Zhao 외

Recent advances in large language models (LLMs) have shown significant promise, yet their evaluation raises concerns, particularly regarding data contamination due to the lack of access to proprietary training data. To a…

Language Model EvaluationLanguage ModelingLanguage Modelling

Test of Time: Rethinking Temporal Signal of Benchmark Contamination

2025-08-26 · Terry Jingchen Zhang, Gopal Dev, Ning Wang, Max Obreiter 외 arxiv

Post-cutoff performance decay of LLMs has been widely interpreted as a temporal signal for benchmark contamination, where public information released before the training cutoff may have been included into training corpor…

LiveCodeBench Pro: How Do Olympiad Medalists Judge LLMs in Competitive Programming?

2025-06-13 · Zihan Zheng, Zerui Cheng, Zeyu Shen, Shang Zhou 외

Recent reports claim that large language models (LLMs) now outperform elite humans in competitive programming. Drawing on knowledge from a group of medalists in international algorithmic contests, we revisit this claim, …

Planning In Natural Language Improves LLM Search For Code Generation

2024-09-05 · Evan Wang, Federico Cassano, Catherine Wu, Yunfeng Bai 외

While scaling training compute has led to remarkable improvements in large language models (LLMs), scaling inference compute has not yet yielded analogous gains. We hypothesize that a core missing component is a lack of …

Code GenerationDiversityHumanEvalmbpp