Skip to content

Commit 8ab4166

Browse files
authored
Update README.md
1 parent ae5fcbb commit 8ab4166

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# SciCode
22

3-
[**Homepage**](https://scicode-bench.github.io/) | [**Paper**](https://github.com/scicode-bench/scicode-bench.github.io/blob/main/SciCode.pdf)
3+
[**Homepage**](https://scicode-bench.github.io/) | [**Paper**](https://arxiv.org/abs/2407.13168)
44

55

6-
This repo contains the evaluation code for the paper "[SciCode: A Research Coding Benchmark Curated by Scientists](https://github.com/scicode-bench/scicode-bench.github.io/blob/main/SciCode.pdf)"
6+
This repo contains the evaluation code for the paper "[SciCode: A Research Coding Benchmark Curated by Scientists](https://arxiv.org/abs/2407.13168)"
77

88
## Introduction
99
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. Claude3.5-Sonnet, the best-performing model among those tested, can solve only **4.6%** 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.
@@ -25,7 +25,9 @@ SciCode sources challenging and realistic research-level coding problems across
2525
| Deepseek-Coder-v2 | 21.2 | 3.1 |
2626
| Claude3-Sonnet | 17 | 1.5 |
2727
| Qwen2-72B-Instruct | 17 | 1.5 |
28+
| Llama-3.1-70B-Instruct | 16.3 | 1.5 |
2829
| Mixtral-8x22B-Instruct | 16.3 | 0 |
30+
| GPT-4o-mini | 15.3 | 1.5 |
2931
| Llama-3-70B-Chat | 14.6 | 0 |
3032

3133
## Instructions to evaluate a new model

0 commit comments

Comments
 (0)