Skip to content

Commit 162a889

Browse files
Deployed 3b38f2b with MkDocs version: 1.6.0
1 parent a1fd210 commit 162a889

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

index.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@
562562

563563
<h1 id="scicode-a-research-coding-benchmark-curated-by-scientists">SciCode: A Research Coding Benchmark Curated by Scientists</h1>
564564
<p align="center">
565-
<strong>Minyang Tian<sup>1,2*‡</sup>, Luyu Gao<sup>3*</sup>, Shizhuo Dylan Zhang<sup>1</sup>, Xinan Chen<sup>1†</sup>, Cunwei Fan<sup>1†</sup>, Xuefei Guo<sup>1†</sup>, Roland Haas<sup>1†</sup>, Pan Ji<sup>4†</sup>, Kittithat Krongchon<sup>1†</sup>, Yao Li<sup>1†</sup>, Shengyan Liu<sup>1†</sup>, Di Luo<sup>5,6,11†</sup>, Yutao Ma<sup>7†</sup>, Hao Tong<sup>1†</sup>, Kha Trinh<sup>7†</sup>, Chenyu Tian<sup>8†</sup>, Zihan Wang<sup>1†</sup>, Bohao Wu<sup>1†</sup>, Yanyu Xiong<sup>9†</sup>, Shengzhu Yin<sup>1†</sup>, Minhui Zhu<sup>1†</sup>, Kilian Lieret<sup>10</sup>, Yanxin Lu<sup>1</sup>, Genglin Liu<sup>1</sup>, Yufeng Du<sup>1</sup>, Tianhua Tao<sup>1</sup>, Ofir Press<sup>10</sup>, Jamie Callan<sup>3</sup>, Eliu Huerta<sup>1,2,7‡</sup>, Hao Peng<sup>1‡</sup></strong>
565+
<strong>Minyang Tian<sup>1,2*‡</sup>, Luyu Gao<sup>3*</sup>, Shizhuo Dylan Zhang<sup>1</sup>, Xinan Chen<sup>1†</sup>, Cunwei Fan<sup>1†</sup>, Xuefei Guo<sup>1†</sup>, Roland Haas<sup>1†</sup>, Pan Ji<sup>4†</sup>, Kittithat Krongchon<sup>1†</sup>, Yao Li<sup>1†</sup>, Shengyan Liu<sup>1†</sup>, Di Luo<sup>5,6,11†</sup>, Yutao Ma<sup>7†</sup>, Hao Tong<sup>1†</sup>, Kha Trinh<sup>7†</sup>, Chenyu Tian<sup>8†</sup>, Zihan Wang<sup>1†</sup>, Bohao Wu<sup>1†</sup>, Yanyu Xiong<sup>9†</sup>, Shengzhu Yin<sup>1†</sup>, Minhui Zhu<sup>1†</sup>, Kilian Lieret<sup>10</sup>, Yanxin Lu<sup>1</sup>, Genglin Liu<sup>1</sup>, Yufeng Du<sup>1</sup>, Tianhua Tao<sup>1</sup>, Ofir Press<sup>10</sup>, Jamie Callan<sup>3</sup>, Eliu Huerta<sup>1,2,7‡</sup>, Hao Peng<sup>1‡</sup><b>
566566
</p>
567567

568568
<p align="center">
@@ -615,7 +615,7 @@ <h1 id="scicode-a-research-coding-benchmark-curated-by-scientists">SciCode: A Re
615615
</div>
616616
<h2 id="introduction">Introduction</h2>
617617
<p align="justify">
618-
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 <b> 16 </b> subdomains from </strong>6</strong> 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 </strong>338</strong> subproblems decomposed from </strong>80</strong> 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 </strong>4.6%</strong> 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.
618+
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 <b>16</b> subdomains from <b>6</b>b> 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 <b>338</b>b> subproblems decomposed from <b>80</b>b> 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 <b>4.6%</b>b> 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.
619619
</p>
620620

621621
<h2 id="overview">Overview</h2>
@@ -624,36 +624,36 @@ <h2 id="overview">Overview</h2>
624624

625625
Among various coding necessities, 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. The below figure is an example of the combination of 1 and 3.
626626

627-
In designing test cases for evaluation, we incorporate domain-specific test cases in addition to numerical cases. These tests are extracted from real scientific workflows: scientists must design domain-specific test cases to verify code accuracy by reproducing results published in papers or matching analytical solutions derived from theoretical models. Each problem goes through </strong>3</strong> rounds of validation (i.e. by in-domain scientists, out-of-domain scientists, GPT4) for quality control.
627+
In designing test cases for evaluation, we incorporate domain-specific test cases in addition to numerical cases. These tests are extracted from real scientific workflows: scientists must design domain-specific test cases to verify code accuracy by reproducing results published in papers or matching analytical solutions derived from theoretical models. Each problem goes through <b>3</b> rounds of validation (i.e. by in-domain scientists, out-of-domain scientists, GPT4) for quality control.
628628
</p>
629629
<p><a class="glightbox" href="figures/SciCode_example_problem.png" data-type="image" data-width="auto" data-height="auto" data-desc-position="bottom"><img alt="Image Title" src="figures/SciCode_example_problem.png" /></a></p>
630630
<h2 id="benchmark-statistics">Benchmark Statistics</h2>
631631
<table>
632632
<thead>
633633
<tr>
634-
<th></strong>Fields</strong></th>
635-
<th></strong>Subfields</strong></th>
634+
<th><b>Fields</b></th>
635+
<th><b>Subfields</b></th>
636636
</tr>
637637
</thead>
638638
<tbody>
639639
<tr>
640-
<td></strong>Mathematics</strong></td>
640+
<td><b>Mathematics</b></td>
641641
<td><a href="problems/#numerical-linear-algebra">Numerical Linear Algebra</a> (8), <a href="problems/#computational-mechanics">Computational Mechanics</a> (5), <a href="problems/#computational-finance">Computational Finance</a> (1)</td>
642642
</tr>
643643
<tr>
644-
<td></strong>Physics</strong></td>
644+
<td><b>Physics</b></td>
645645
<td><a href="problems/#condensed-matter-physics">Condensed Matter Physics</a> (13), <a href="problems/#optics">Optics</a> (10), <a href="problems/#quantum-informationcomputing">Quantum Information/Computing</a> (6), <a href="problems/#computational-physics">Computational Physics</a> (5), <a href="problems/#astrophysics">Astrophysics</a> (2), <a href="problems/#particle-physics">Particle Physics</a> (1)</td>
646646
</tr>
647647
<tr>
648-
<td></strong>Chemistry</strong></td>
648+
<td><b>Chemistry</b></td>
649649
<td><a href="problems/#quantum-chemistry">Quantum Chemistry</a> (5), <a href="problems/#computational-chemistry">Computational Chemistry</a> (3)</td>
650650
</tr>
651651
<tr>
652-
<td></strong>Biology</strong></td>
652+
<td><b>Biology</b></td>
653653
<td><a href="problems/#ecology">Ecology</a> (6), <a href="problems/#biochemistry">Biochemistry</a> (1), <a href="problems/#genetics">Genetics</a> (1)</td>
654654
</tr>
655655
<tr>
656-
<td></strong>Material Science</strong></td>
656+
<td><b>Material Science</b></td>
657657
<td><a href="problems/#semiconductor-materials">Semiconductor Materials</a> (7), <a href="problems/#molecular-modeling">Molecular Modeling</a> (6)</td>
658658
</tr>
659659
</tbody>
@@ -662,7 +662,7 @@ <h2 id="benchmark-statistics">Benchmark Statistics</h2>
662662
<p style="text-align: center;">Left: Distribution of Main Problems Right: Distribution of Subproblems</p>
663663

664664
<p align="justify">
665-
We include several research problems that are built upon or reproduce methods used in Nobel Prize-winning studies to highlight current trends in scientific research: the self-consistent field (SCF) method for density functional theory (DFT) calculations (</strong>The Nobel Prize in Chemistry 1998</strong>), the PMNS matrix for neutrino oscillation in matter (</strong>The Nobel Prize in Physics 2015</strong>), the Haldane model for the anomalous quantum Hall effect (</strong>The Nobel Prize in Physics 2016</strong>), optical tweezer simulations for microscopic thermodynamics (</strong>The Nobel Prize in Physics 2018</strong>), and the replica method for spin glasses (</strong>The Nobel Prize in Physics 2021</strong>).
665+
We include several research problems that are built upon or reproduce methods used in Nobel Prize-winning studies to highlight current trends in scientific research: the self-consistent field (SCF) method for density functional theory (DFT) calculations (<b>The Nobel Prize in Chemistry 1998</b>), the PMNS matrix for neutrino oscillation in matter (<b>The Nobel Prize in Physics 2015</b>), the Haldane model for the anomalous quantum Hall effect (<b>The Nobel Prize in Physics 2016</b>), optical tweezer simulations for microscopic thermodynamics (<b>The Nobel Prize in Physics 2018</b>), and the replica method for spin glasses (<b>The Nobel Prize in Physics 2021</b>).
666666
</p>
667667
<h2 id="experiment-results">Experiment Results</h2>
668668
<p align="justify">

0 commit comments

Comments
 (0)