BigCodeBench-Full
Progress Over Time
Interactive timeline showing model performance evolution on BigCodeBench-Full
BigCodeBench-Full Leaderboard
| Context | Cost | License | ||||
|---|---|---|---|---|---|---|
| 1 | Alibaba Cloud / Qwen Team | 32B | — | — |
What is BigCodeBench-Full?
A comprehensive benchmark that evaluates large language models' ability to solve complex, practical programming tasks via code generation. Contains 1,140 fine-grained tasks across 7 domains using function calls from 139 libraries. Challenges LLMs to invoke multiple function calls as tools and handle complex instructions for realistic software engineering and general-purpose reasoning tasks.
BigCodeBench-Full is a text benchmark evaluating models on reasoning and general tasks. LLM Stats tracks 1 models on this benchmark, scored on a 0–1 scale. The current average is 0.5, with the leader at 0.5.
Compare leaders on the best AI for reasoning and best AI for general leaderboards.
Current leaders
Qwen2.5-Coder 32B Instruct from Alibaba Cloud / Qwen Team currently leads the BigCodeBench-Full leaderboard with a score of 0.496 across 1 evaluated AI models.
Source paper
- Title
- BigCodeBench: Benchmarking Code Generation with Diverse Function Calls and Complex Instructions
- Authors
- Terry Yue Zhuo, Minh Chien Vu, Jenny Chim, Han Hu, and 29 others
- Published
- arXiv
- 2406.15877
Abstract
Task automation has been greatly empowered by the recent advances in Large Language Models (LLMs) via Python code, where the tasks ranging from software engineering development to general-purpose reasoning. While current benchmarks have shown that LLMs can solve tasks using programs like human developers, the majority of their evaluations are limited to short and self-contained algorithmic tasks or standalone function calls. Solving challenging and practical tasks requires the capability of utilizing diverse function calls as tools to efficiently implement functionalities like data analysis and web development. In addition, using multiple tools to solve a task needs compositional reasoning by accurately understanding complex instructions. Fulfilling both of these characteristics can pose a great challenge for LLMs.To assess how well LLMs can solve challenging and practical tasks via programs, we introduce BigCodeBench, a benchmark that challenges LLMs to invoke multiple function calls as tools from 139 libraries and 7 domains for 1,140 fine-grained tasks. To evaluate LLMs rigorously, each task encompasses 5.6 test cases with an average branch coverage of 99%. In addition, we propose a natural-language-oriented variant of BigCodeBench, BigCodeBench-Instruct, that automatically transforms the original docstrings into short instructions only with essential information. Our extensive evaluation of 60 LLMs shows that LLMs are not yet capable of following complex instructions to use function calls precisely, with scores up to 60%, significantly lower than the human performance of 97%. The results underscore the need for further advancements in this area.
FAQ
Common questions about the BigCodeBench-Full benchmark and leaderboard.