This repo contains the evaluation code for the paper "SciCode: A Research Coding Benchmark Curated by Scientists"
[2024-10-01]: We have added OpenAI o1-mini and o1-preview results.
[2024-09-26]: SciCode is accepted at NeurIPS D&B Track 2024.
[2024-07-24]: We add the scientist-annotated background and support setup for w/ background evaluation.
SciCode is a challenging benchmark designed to evaluate the capabilities of language models (LMs) in generating code for solving realistic scientific research problems. It has a diverse coverage of 16 subdomains from 6 domains: Physics, Math, Material Science, Biology, and Chemistry. Unlike previous benchmarks that consist of exam-like question-answer pairs, SciCode is converted from real research problems. SciCode problems naturally factorize into multiple subproblems, each involving knowledge recall, reasoning, and code synthesis. In total, SciCode contains 338 subproblems decomposed from 80 challenging main problems, and it offers optional descriptions specifying useful scientific background information and scientist-annotated gold-standard solutions and test cases for evaluation. OpenAI o1-preview, the best-performing model among those tested, can solve only 7.7% of the problems in the most realistic setting. Broadly, SciCode demonstrates a realistic and scientists' everyday workflow of identifying critical science concepts and facts and then transforming them into computation and simulation code. We believe SciCode not only helps demonstrate contemporary LLMs' progress towards helpful assistant for scientists but also helps shed light on future building and evaluation of scientific AI.
SciCode sources challenging and realistic research-level coding problems across 6 natural science disciplines, covering a total of 16 subfields. Scicode mainly focuses on 1. Numerical methods 2.Simulation of systems 3. Scientific calculation. These are the tasks we believe require intense scientific knowledge and reasoning to optimally test LM’s science capability.
Model | Subproblem | Main Problem |
---|---|---|
OpenAI o1-preview | 28.5 | 7.7 |
Claude3.5-Sonnet | 26 | 4.6 |
GPT-4o | 25 | 1.5 |
GPT-4-Turbo | 22.9 | 1.5 |
OpenAI o1-mini | 22.2 | 1.5 |
Gemini 1.5 Pro | 21.9 | 1.5 |
Claude3-Opus | 21.5 | 1.5 |
Deepseek-Coder-v2 | 21.2 | 3.1 |
Claude3-Sonnet | 17 | 1.5 |
Qwen2-72B-Instruct | 17 | 1.5 |
Llama-3.1-70B-Instruct | 16.3 | 1.5 |
Mixtral-8x22B-Instruct | 16.3 | 0 |
Llama-3-70B-Chat | 14.6 | 0 |
git clone git@github.com:scicode-bench/SciCode.git
scicode
package with pip install -e .
./eval/data/test_data.h5
eval/scripts/gencode_json.py
to generate new model outputs (see the eval/scripts
readme) for more informationeval/scripts/test_generated_code.py
to evaluate the unittestsMore information, including a FAQ section, is provided on our website. If you have trouble reaching the website, please find the markdown source in its github repository.
@misc{tian2024scicode,
title={SciCode: A Research Coding Benchmark Curated by Scientists},
author={Minyang Tian and Luyu Gao and Shizhuo Dylan Zhang and Xinan Chen and Cunwei Fan and Xuefei Guo and Roland Haas and Pan Ji and Kittithat Krongchon and Yao Li and Shengyan Liu and Di Luo and Yutao Ma and Hao Tong and Kha Trinh and Chenyu Tian and Zihan Wang and Bohao Wu and Yanyu Xiong and Shengzhu Yin and Minhui Zhu and Kilian Lieret and Yanxin Lu and Genglin Liu and Yufeng Du and Tianhua Tao and Ofir Press and Jamie Callan and Eliu Huerta and Hao Peng},
year={2024},
eprint={2407.13168},
archivePrefix={arXiv},
primaryClass={cs.AI}
}