AI Briefing
KO

LiveCodeBench Leaderboard Released

·2024.04.16 09:00

Key point

The LiveCodeBench leaderboard has launched, addressing data contamination issues and evaluating code generation ability from multiple angles.

Details

LiveCodeBench, developed by researchers at UC Berkeley, MIT, and Cornell, has been released. This benchmark measures LLMs' code generation ability using problems from coding platforms such as LeetCode, AtCoder, and CodeForces.

To prevent data contamination, a major problem with existing benchmarks, it records the release date of each problem and introduces a 'scrolling over time' approach that verifies performance using problems released after the model's training data cutoff.

Evaluation is conducted from multiple angles through the following four scenarios:

  • Code Generation: Generating correct code based on problem descriptions
  • Self Repair: Evaluating the ability to fix code through error feedback
  • Code Execution: Predicting execution results for given code and inputs
  • Test Output Prediction: Generating expected output using only the problem description and input values

According to the performance test results, GPT-4-Turbo showed the best performance in most scenarios, while Claude-3-Opus excelled at test output prediction and Mistral-Large excelled at tasks based on natural language reasoning.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.