Datasets:
ChemPro v1.0 - 4,100 chemistry questions across four difficulty tiers
Browse files- CITATION.cff +51 -0
- LICENSE +408 -0
- README.md +288 -0
- data/mcq/challenging.parquet +3 -0
- data/mcq/difficult.parquet +3 -0
- data/mcq/easy.parquet +3 -0
- data/mcq/medium.parquet +3 -0
- data/numerical/challenging.parquet +3 -0
- data/numerical/difficult.parquet +3 -0
- data/numerical/easy.parquet +3 -0
- data/numerical/medium.parquet +3 -0
CITATION.cff
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cff-version: 1.2.0
|
| 2 |
+
message: "If you use ChemPro, please cite the journal article below."
|
| 3 |
+
title: "ChemPro: A Progressive Chemistry Benchmark for Large Language Models"
|
| 4 |
+
abstract: >-
|
| 5 |
+
ChemPro is a progressive benchmark of chemistry question-answer pairs spanning
|
| 6 |
+
four curriculum-aligned difficulty tiers, covering multiple-choice and numerical
|
| 7 |
+
questions across biochemistry, inorganic, organic and physical chemistry.
|
| 8 |
+
type: dataset
|
| 9 |
+
license: CC-BY-NC-4.0
|
| 10 |
+
authors:
|
| 11 |
+
- family-names: Baranwal
|
| 12 |
+
given-names: Aaditya
|
| 13 |
+
affiliation: University of Central Florida
|
| 14 |
+
email: aaditya.baranwal@ucf.edu
|
| 15 |
+
- family-names: Vyas
|
| 16 |
+
given-names: Shruti
|
| 17 |
+
affiliation: University of Central Florida
|
| 18 |
+
keywords:
|
| 19 |
+
- chemistry
|
| 20 |
+
- benchmark
|
| 21 |
+
- large language models
|
| 22 |
+
- evaluation
|
| 23 |
+
- question answering
|
| 24 |
+
preferred-citation:
|
| 25 |
+
type: article
|
| 26 |
+
title: "ChemPro: A progressive chemistry benchmark for Large Language Models"
|
| 27 |
+
authors:
|
| 28 |
+
- family-names: Baranwal
|
| 29 |
+
given-names: Aaditya
|
| 30 |
+
- family-names: Vyas
|
| 31 |
+
given-names: Shruti
|
| 32 |
+
journal: "Artificial Intelligence Chemistry"
|
| 33 |
+
volume: 4
|
| 34 |
+
issue: 1
|
| 35 |
+
start: 100118
|
| 36 |
+
year: 2026
|
| 37 |
+
issn: "2949-7477"
|
| 38 |
+
doi: "10.1016/j.aichem.2026.100118"
|
| 39 |
+
url: "https://www.sciencedirect.com/science/article/pii/S2949747726000126"
|
| 40 |
+
references:
|
| 41 |
+
- type: article
|
| 42 |
+
title: "ChemPro: A Progressive Chemistry Benchmark for Large Language Models"
|
| 43 |
+
authors:
|
| 44 |
+
- family-names: Baranwal
|
| 45 |
+
given-names: Aaditya
|
| 46 |
+
- family-names: Vyas
|
| 47 |
+
given-names: Shruti
|
| 48 |
+
year: 2026
|
| 49 |
+
doi: "10.48550/arXiv.2602.03108"
|
| 50 |
+
url: "https://arxiv.org/abs/2602.03108"
|
| 51 |
+
notes: "arXiv preprint"
|
LICENSE
ADDED
|
@@ -0,0 +1,408 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Attribution-NonCommercial 4.0 International
|
| 2 |
+
|
| 3 |
+
=======================================================================
|
| 4 |
+
|
| 5 |
+
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
| 6 |
+
does not provide legal services or legal advice. Distribution of
|
| 7 |
+
Creative Commons public licenses does not create a lawyer-client or
|
| 8 |
+
other relationship. Creative Commons makes its licenses and related
|
| 9 |
+
information available on an "as-is" basis. Creative Commons gives no
|
| 10 |
+
warranties regarding its licenses, any material licensed under their
|
| 11 |
+
terms and conditions, or any related information. Creative Commons
|
| 12 |
+
disclaims all liability for damages resulting from their use to the
|
| 13 |
+
fullest extent possible.
|
| 14 |
+
|
| 15 |
+
Using Creative Commons Public Licenses
|
| 16 |
+
|
| 17 |
+
Creative Commons public licenses provide a standard set of terms and
|
| 18 |
+
conditions that creators and other rights holders may use to share
|
| 19 |
+
original works of authorship and other material subject to copyright
|
| 20 |
+
and certain other rights specified in the public license below. The
|
| 21 |
+
following considerations are for informational purposes only, are not
|
| 22 |
+
exhaustive, and do not form part of our licenses.
|
| 23 |
+
|
| 24 |
+
Considerations for licensors: Our public licenses are
|
| 25 |
+
intended for use by those authorized to give the public
|
| 26 |
+
permission to use material in ways otherwise restricted by
|
| 27 |
+
copyright and certain other rights. Our licenses are
|
| 28 |
+
irrevocable. Licensors should read and understand the terms
|
| 29 |
+
and conditions of the license they choose before applying it.
|
| 30 |
+
Licensors should also secure all rights necessary before
|
| 31 |
+
applying our licenses so that the public can reuse the
|
| 32 |
+
material as expected. Licensors should clearly mark any
|
| 33 |
+
material not subject to the license. This includes other CC-
|
| 34 |
+
licensed material, or material used under an exception or
|
| 35 |
+
limitation to copyright. More considerations for licensors:
|
| 36 |
+
wiki.creativecommons.org/Considerations_for_licensors
|
| 37 |
+
|
| 38 |
+
Considerations for the public: By using one of our public
|
| 39 |
+
licenses, a licensor grants the public permission to use the
|
| 40 |
+
licensed material under specified terms and conditions. If
|
| 41 |
+
the licensor's permission is not necessary for any reason--for
|
| 42 |
+
example, because of any applicable exception or limitation to
|
| 43 |
+
copyright--then that use is not regulated by the license. Our
|
| 44 |
+
licenses grant only permissions under copyright and certain
|
| 45 |
+
other rights that a licensor has authority to grant. Use of
|
| 46 |
+
the licensed material may still be restricted for other
|
| 47 |
+
reasons, including because others have copyright or other
|
| 48 |
+
rights in the material. A licensor may make special requests,
|
| 49 |
+
such as asking that all changes be marked or described.
|
| 50 |
+
Although not required by our licenses, you are encouraged to
|
| 51 |
+
respect those requests where reasonable. More considerations
|
| 52 |
+
for the public:
|
| 53 |
+
wiki.creativecommons.org/Considerations_for_licensees
|
| 54 |
+
|
| 55 |
+
=======================================================================
|
| 56 |
+
|
| 57 |
+
Creative Commons Attribution-NonCommercial 4.0 International Public
|
| 58 |
+
License
|
| 59 |
+
|
| 60 |
+
By exercising the Licensed Rights (defined below), You accept and agree
|
| 61 |
+
to be bound by the terms and conditions of this Creative Commons
|
| 62 |
+
Attribution-NonCommercial 4.0 International Public License ("Public
|
| 63 |
+
License"). To the extent this Public License may be interpreted as a
|
| 64 |
+
contract, You are granted the Licensed Rights in consideration of Your
|
| 65 |
+
acceptance of these terms and conditions, and the Licensor grants You
|
| 66 |
+
such rights in consideration of benefits the Licensor receives from
|
| 67 |
+
making the Licensed Material available under these terms and
|
| 68 |
+
conditions.
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
Section 1 -- Definitions.
|
| 72 |
+
|
| 73 |
+
a. Adapted Material means material subject to Copyright and Similar
|
| 74 |
+
Rights that is derived from or based upon the Licensed Material
|
| 75 |
+
and in which the Licensed Material is translated, altered,
|
| 76 |
+
arranged, transformed, or otherwise modified in a manner requiring
|
| 77 |
+
permission under the Copyright and Similar Rights held by the
|
| 78 |
+
Licensor. For purposes of this Public License, where the Licensed
|
| 79 |
+
Material is a musical work, performance, or sound recording,
|
| 80 |
+
Adapted Material is always produced where the Licensed Material is
|
| 81 |
+
synched in timed relation with a moving image.
|
| 82 |
+
|
| 83 |
+
b. Adapter's License means the license You apply to Your Copyright
|
| 84 |
+
and Similar Rights in Your contributions to Adapted Material in
|
| 85 |
+
accordance with the terms and conditions of this Public License.
|
| 86 |
+
|
| 87 |
+
c. Copyright and Similar Rights means copyright and/or similar rights
|
| 88 |
+
closely related to copyright including, without limitation,
|
| 89 |
+
performance, broadcast, sound recording, and Sui Generis Database
|
| 90 |
+
Rights, without regard to how the rights are labeled or
|
| 91 |
+
categorized. For purposes of this Public License, the rights
|
| 92 |
+
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
| 93 |
+
Rights.
|
| 94 |
+
d. Effective Technological Measures means those measures that, in the
|
| 95 |
+
absence of proper authority, may not be circumvented under laws
|
| 96 |
+
fulfilling obligations under Article 11 of the WIPO Copyright
|
| 97 |
+
Treaty adopted on December 20, 1996, and/or similar international
|
| 98 |
+
agreements.
|
| 99 |
+
|
| 100 |
+
e. Exceptions and Limitations means fair use, fair dealing, and/or
|
| 101 |
+
any other exception or limitation to Copyright and Similar Rights
|
| 102 |
+
that applies to Your use of the Licensed Material.
|
| 103 |
+
|
| 104 |
+
f. Licensed Material means the artistic or literary work, database,
|
| 105 |
+
or other material to which the Licensor applied this Public
|
| 106 |
+
License.
|
| 107 |
+
|
| 108 |
+
g. Licensed Rights means the rights granted to You subject to the
|
| 109 |
+
terms and conditions of this Public License, which are limited to
|
| 110 |
+
all Copyright and Similar Rights that apply to Your use of the
|
| 111 |
+
Licensed Material and that the Licensor has authority to license.
|
| 112 |
+
|
| 113 |
+
h. Licensor means the individual(s) or entity(ies) granting rights
|
| 114 |
+
under this Public License.
|
| 115 |
+
|
| 116 |
+
i. NonCommercial means not primarily intended for or directed towards
|
| 117 |
+
commercial advantage or monetary compensation. For purposes of
|
| 118 |
+
this Public License, the exchange of the Licensed Material for
|
| 119 |
+
other material subject to Copyright and Similar Rights by digital
|
| 120 |
+
file-sharing or similar means is NonCommercial provided there is
|
| 121 |
+
no payment of monetary compensation in connection with the
|
| 122 |
+
exchange.
|
| 123 |
+
|
| 124 |
+
j. Share means to provide material to the public by any means or
|
| 125 |
+
process that requires permission under the Licensed Rights, such
|
| 126 |
+
as reproduction, public display, public performance, distribution,
|
| 127 |
+
dissemination, communication, or importation, and to make material
|
| 128 |
+
available to the public including in ways that members of the
|
| 129 |
+
public may access the material from a place and at a time
|
| 130 |
+
individually chosen by them.
|
| 131 |
+
|
| 132 |
+
k. Sui Generis Database Rights means rights other than copyright
|
| 133 |
+
resulting from Directive 96/9/EC of the European Parliament and of
|
| 134 |
+
the Council of 11 March 1996 on the legal protection of databases,
|
| 135 |
+
as amended and/or succeeded, as well as other essentially
|
| 136 |
+
equivalent rights anywhere in the world.
|
| 137 |
+
|
| 138 |
+
l. You means the individual or entity exercising the Licensed Rights
|
| 139 |
+
under this Public License. Your has a corresponding meaning.
|
| 140 |
+
|
| 141 |
+
|
| 142 |
+
Section 2 -- Scope.
|
| 143 |
+
|
| 144 |
+
a. License grant.
|
| 145 |
+
|
| 146 |
+
1. Subject to the terms and conditions of this Public License,
|
| 147 |
+
the Licensor hereby grants You a worldwide, royalty-free,
|
| 148 |
+
non-sublicensable, non-exclusive, irrevocable license to
|
| 149 |
+
exercise the Licensed Rights in the Licensed Material to:
|
| 150 |
+
|
| 151 |
+
a. reproduce and Share the Licensed Material, in whole or
|
| 152 |
+
in part, for NonCommercial purposes only; and
|
| 153 |
+
|
| 154 |
+
b. produce, reproduce, and Share Adapted Material for
|
| 155 |
+
NonCommercial purposes only.
|
| 156 |
+
|
| 157 |
+
2. Exceptions and Limitations. For the avoidance of doubt, where
|
| 158 |
+
Exceptions and Limitations apply to Your use, this Public
|
| 159 |
+
License does not apply, and You do not need to comply with
|
| 160 |
+
its terms and conditions.
|
| 161 |
+
|
| 162 |
+
3. Term. The term of this Public License is specified in Section
|
| 163 |
+
6(a).
|
| 164 |
+
|
| 165 |
+
4. Media and formats; technical modifications allowed. The
|
| 166 |
+
Licensor authorizes You to exercise the Licensed Rights in
|
| 167 |
+
all media and formats whether now known or hereafter created,
|
| 168 |
+
and to make technical modifications necessary to do so. The
|
| 169 |
+
Licensor waives and/or agrees not to assert any right or
|
| 170 |
+
authority to forbid You from making technical modifications
|
| 171 |
+
necessary to exercise the Licensed Rights, including
|
| 172 |
+
technical modifications necessary to circumvent Effective
|
| 173 |
+
Technological Measures. For purposes of this Public License,
|
| 174 |
+
simply making modifications authorized by this Section 2(a)
|
| 175 |
+
(4) never produces Adapted Material.
|
| 176 |
+
|
| 177 |
+
5. Downstream recipients.
|
| 178 |
+
|
| 179 |
+
a. Offer from the Licensor -- Licensed Material. Every
|
| 180 |
+
recipient of the Licensed Material automatically
|
| 181 |
+
receives an offer from the Licensor to exercise the
|
| 182 |
+
Licensed Rights under the terms and conditions of this
|
| 183 |
+
Public License.
|
| 184 |
+
|
| 185 |
+
b. No downstream restrictions. You may not offer or impose
|
| 186 |
+
any additional or different terms or conditions on, or
|
| 187 |
+
apply any Effective Technological Measures to, the
|
| 188 |
+
Licensed Material if doing so restricts exercise of the
|
| 189 |
+
Licensed Rights by any recipient of the Licensed
|
| 190 |
+
Material.
|
| 191 |
+
|
| 192 |
+
6. No endorsement. Nothing in this Public License constitutes or
|
| 193 |
+
may be construed as permission to assert or imply that You
|
| 194 |
+
are, or that Your use of the Licensed Material is, connected
|
| 195 |
+
with, or sponsored, endorsed, or granted official status by,
|
| 196 |
+
the Licensor or others designated to receive attribution as
|
| 197 |
+
provided in Section 3(a)(1)(A)(i).
|
| 198 |
+
|
| 199 |
+
b. Other rights.
|
| 200 |
+
|
| 201 |
+
1. Moral rights, such as the right of integrity, are not
|
| 202 |
+
licensed under this Public License, nor are publicity,
|
| 203 |
+
privacy, and/or other similar personality rights; however, to
|
| 204 |
+
the extent possible, the Licensor waives and/or agrees not to
|
| 205 |
+
assert any such rights held by the Licensor to the limited
|
| 206 |
+
extent necessary to allow You to exercise the Licensed
|
| 207 |
+
Rights, but not otherwise.
|
| 208 |
+
|
| 209 |
+
2. Patent and trademark rights are not licensed under this
|
| 210 |
+
Public License.
|
| 211 |
+
|
| 212 |
+
3. To the extent possible, the Licensor waives any right to
|
| 213 |
+
collect royalties from You for the exercise of the Licensed
|
| 214 |
+
Rights, whether directly or through a collecting society
|
| 215 |
+
under any voluntary or waivable statutory or compulsory
|
| 216 |
+
licensing scheme. In all other cases the Licensor expressly
|
| 217 |
+
reserves any right to collect such royalties, including when
|
| 218 |
+
the Licensed Material is used other than for NonCommercial
|
| 219 |
+
purposes.
|
| 220 |
+
|
| 221 |
+
|
| 222 |
+
Section 3 -- License Conditions.
|
| 223 |
+
|
| 224 |
+
Your exercise of the Licensed Rights is expressly made subject to the
|
| 225 |
+
following conditions.
|
| 226 |
+
|
| 227 |
+
a. Attribution.
|
| 228 |
+
|
| 229 |
+
1. If You Share the Licensed Material (including in modified
|
| 230 |
+
form), You must:
|
| 231 |
+
|
| 232 |
+
a. retain the following if it is supplied by the Licensor
|
| 233 |
+
with the Licensed Material:
|
| 234 |
+
|
| 235 |
+
i. identification of the creator(s) of the Licensed
|
| 236 |
+
Material and any others designated to receive
|
| 237 |
+
attribution, in any reasonable manner requested by
|
| 238 |
+
the Licensor (including by pseudonym if
|
| 239 |
+
designated);
|
| 240 |
+
|
| 241 |
+
ii. a copyright notice;
|
| 242 |
+
|
| 243 |
+
iii. a notice that refers to this Public License;
|
| 244 |
+
|
| 245 |
+
iv. a notice that refers to the disclaimer of
|
| 246 |
+
warranties;
|
| 247 |
+
|
| 248 |
+
v. a URI or hyperlink to the Licensed Material to the
|
| 249 |
+
extent reasonably practicable;
|
| 250 |
+
|
| 251 |
+
b. indicate if You modified the Licensed Material and
|
| 252 |
+
retain an indication of any previous modifications; and
|
| 253 |
+
|
| 254 |
+
c. indicate the Licensed Material is licensed under this
|
| 255 |
+
Public License, and include the text of, or the URI or
|
| 256 |
+
hyperlink to, this Public License.
|
| 257 |
+
|
| 258 |
+
2. You may satisfy the conditions in Section 3(a)(1) in any
|
| 259 |
+
reasonable manner based on the medium, means, and context in
|
| 260 |
+
which You Share the Licensed Material. For example, it may be
|
| 261 |
+
reasonable to satisfy the conditions by providing a URI or
|
| 262 |
+
hyperlink to a resource that includes the required
|
| 263 |
+
information.
|
| 264 |
+
|
| 265 |
+
3. If requested by the Licensor, You must remove any of the
|
| 266 |
+
information required by Section 3(a)(1)(A) to the extent
|
| 267 |
+
reasonably practicable.
|
| 268 |
+
|
| 269 |
+
4. If You Share Adapted Material You produce, the Adapter's
|
| 270 |
+
License You apply must not prevent recipients of the Adapted
|
| 271 |
+
Material from complying with this Public License.
|
| 272 |
+
|
| 273 |
+
|
| 274 |
+
Section 4 -- Sui Generis Database Rights.
|
| 275 |
+
|
| 276 |
+
Where the Licensed Rights include Sui Generis Database Rights that
|
| 277 |
+
apply to Your use of the Licensed Material:
|
| 278 |
+
|
| 279 |
+
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
| 280 |
+
to extract, reuse, reproduce, and Share all or a substantial
|
| 281 |
+
portion of the contents of the database for NonCommercial purposes
|
| 282 |
+
only;
|
| 283 |
+
|
| 284 |
+
b. if You include all or a substantial portion of the database
|
| 285 |
+
contents in a database in which You have Sui Generis Database
|
| 286 |
+
Rights, then the database in which You have Sui Generis Database
|
| 287 |
+
Rights (but not its individual contents) is Adapted Material; and
|
| 288 |
+
|
| 289 |
+
c. You must comply with the conditions in Section 3(a) if You Share
|
| 290 |
+
all or a substantial portion of the contents of the database.
|
| 291 |
+
|
| 292 |
+
For the avoidance of doubt, this Section 4 supplements and does not
|
| 293 |
+
replace Your obligations under this Public License where the Licensed
|
| 294 |
+
Rights include other Copyright and Similar Rights.
|
| 295 |
+
|
| 296 |
+
|
| 297 |
+
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
| 298 |
+
|
| 299 |
+
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
| 300 |
+
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
| 301 |
+
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
| 302 |
+
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
| 303 |
+
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
| 304 |
+
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
| 305 |
+
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
| 306 |
+
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
| 307 |
+
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
| 308 |
+
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
| 309 |
+
|
| 310 |
+
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
| 311 |
+
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
| 312 |
+
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
| 313 |
+
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
| 314 |
+
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
| 315 |
+
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
| 316 |
+
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
| 317 |
+
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
| 318 |
+
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
| 319 |
+
|
| 320 |
+
c. The disclaimer of warranties and limitation of liability provided
|
| 321 |
+
above shall be interpreted in a manner that, to the extent
|
| 322 |
+
possible, most closely approximates an absolute disclaimer and
|
| 323 |
+
waiver of all liability.
|
| 324 |
+
|
| 325 |
+
|
| 326 |
+
Section 6 -- Term and Termination.
|
| 327 |
+
|
| 328 |
+
a. This Public License applies for the term of the Copyright and
|
| 329 |
+
Similar Rights licensed here. However, if You fail to comply with
|
| 330 |
+
this Public License, then Your rights under this Public License
|
| 331 |
+
terminate automatically.
|
| 332 |
+
|
| 333 |
+
b. Where Your right to use the Licensed Material has terminated under
|
| 334 |
+
Section 6(a), it reinstates:
|
| 335 |
+
|
| 336 |
+
1. automatically as of the date the violation is cured, provided
|
| 337 |
+
it is cured within 30 days of Your discovery of the
|
| 338 |
+
violation; or
|
| 339 |
+
|
| 340 |
+
2. upon express reinstatement by the Licensor.
|
| 341 |
+
|
| 342 |
+
For the avoidance of doubt, this Section 6(b) does not affect any
|
| 343 |
+
right the Licensor may have to seek remedies for Your violations
|
| 344 |
+
of this Public License.
|
| 345 |
+
|
| 346 |
+
c. For the avoidance of doubt, the Licensor may also offer the
|
| 347 |
+
Licensed Material under separate terms or conditions or stop
|
| 348 |
+
distributing the Licensed Material at any time; however, doing so
|
| 349 |
+
will not terminate this Public License.
|
| 350 |
+
|
| 351 |
+
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
| 352 |
+
License.
|
| 353 |
+
|
| 354 |
+
|
| 355 |
+
Section 7 -- Other Terms and Conditions.
|
| 356 |
+
|
| 357 |
+
a. The Licensor shall not be bound by any additional or different
|
| 358 |
+
terms or conditions communicated by You unless expressly agreed.
|
| 359 |
+
|
| 360 |
+
b. Any arrangements, understandings, or agreements regarding the
|
| 361 |
+
Licensed Material not stated herein are separate from and
|
| 362 |
+
independent of the terms and conditions of this Public License.
|
| 363 |
+
|
| 364 |
+
|
| 365 |
+
Section 8 -- Interpretation.
|
| 366 |
+
|
| 367 |
+
a. For the avoidance of doubt, this Public License does not, and
|
| 368 |
+
shall not be interpreted to, reduce, limit, restrict, or impose
|
| 369 |
+
conditions on any use of the Licensed Material that could lawfully
|
| 370 |
+
be made without permission under this Public License.
|
| 371 |
+
|
| 372 |
+
b. To the extent possible, if any provision of this Public License is
|
| 373 |
+
deemed unenforceable, it shall be automatically reformed to the
|
| 374 |
+
minimum extent necessary to make it enforceable. If the provision
|
| 375 |
+
cannot be reformed, it shall be severed from this Public License
|
| 376 |
+
without affecting the enforceability of the remaining terms and
|
| 377 |
+
conditions.
|
| 378 |
+
|
| 379 |
+
c. No term or condition of this Public License will be waived and no
|
| 380 |
+
failure to comply consented to unless expressly agreed to by the
|
| 381 |
+
Licensor.
|
| 382 |
+
|
| 383 |
+
d. Nothing in this Public License constitutes or may be interpreted
|
| 384 |
+
as a limitation upon, or waiver of, any privileges and immunities
|
| 385 |
+
that apply to the Licensor or You, including from the legal
|
| 386 |
+
processes of any jurisdiction or authority.
|
| 387 |
+
|
| 388 |
+
=======================================================================
|
| 389 |
+
|
| 390 |
+
Creative Commons is not a party to its public
|
| 391 |
+
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
| 392 |
+
its public licenses to material it publishes and in those instances
|
| 393 |
+
will be considered the “Licensor.” The text of the Creative Commons
|
| 394 |
+
public licenses is dedicated to the public domain under the CC0 Public
|
| 395 |
+
Domain Dedication. Except for the limited purpose of indicating that
|
| 396 |
+
material is shared under a Creative Commons public license or as
|
| 397 |
+
otherwise permitted by the Creative Commons policies published at
|
| 398 |
+
creativecommons.org/policies, Creative Commons does not authorize the
|
| 399 |
+
use of the trademark "Creative Commons" or any other trademark or logo
|
| 400 |
+
of Creative Commons without its prior written consent including,
|
| 401 |
+
without limitation, in connection with any unauthorized modifications
|
| 402 |
+
to any of its public licenses or any other arrangements,
|
| 403 |
+
understandings, or agreements concerning use of licensed material. For
|
| 404 |
+
the avoidance of doubt, this paragraph does not form part of the
|
| 405 |
+
public licenses.
|
| 406 |
+
|
| 407 |
+
Creative Commons may be contacted at creativecommons.org.
|
| 408 |
+
|
README.md
ADDED
|
@@ -0,0 +1,288 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: ChemPro
|
| 3 |
+
license: cc-by-nc-4.0
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
size_categories:
|
| 7 |
+
- 1K<n<10K
|
| 8 |
+
task_categories:
|
| 9 |
+
- question-answering
|
| 10 |
+
- multiple-choice
|
| 11 |
+
task_ids:
|
| 12 |
+
- multiple-choice-qa
|
| 13 |
+
tags:
|
| 14 |
+
- chemistry
|
| 15 |
+
- science
|
| 16 |
+
- benchmark
|
| 17 |
+
- evaluation
|
| 18 |
+
- reasoning
|
| 19 |
+
- curriculum
|
| 20 |
+
- arxiv:2602.03108
|
| 21 |
+
configs:
|
| 22 |
+
- config_name: mcq
|
| 23 |
+
data_files:
|
| 24 |
+
- split: easy
|
| 25 |
+
path: data/mcq/easy.parquet
|
| 26 |
+
- split: medium
|
| 27 |
+
path: data/mcq/medium.parquet
|
| 28 |
+
- split: challenging
|
| 29 |
+
path: data/mcq/challenging.parquet
|
| 30 |
+
- split: difficult
|
| 31 |
+
path: data/mcq/difficult.parquet
|
| 32 |
+
- config_name: numerical
|
| 33 |
+
data_files:
|
| 34 |
+
- split: easy
|
| 35 |
+
path: data/numerical/easy.parquet
|
| 36 |
+
- split: medium
|
| 37 |
+
path: data/numerical/medium.parquet
|
| 38 |
+
- split: challenging
|
| 39 |
+
path: data/numerical/challenging.parquet
|
| 40 |
+
- split: difficult
|
| 41 |
+
path: data/numerical/difficult.parquet
|
| 42 |
+
---
|
| 43 |
+
|
| 44 |
+
# ChemPro
|
| 45 |
+
|
| 46 |
+
**A progressive chemistry benchmark for large language models.**
|
| 47 |
+
|
| 48 |
+
ChemPro is an evaluation benchmark. It contains **4,100 chemistry questions** in
|
| 49 |
+
four tiers of increasing difficulty.
|
| 50 |
+
|
| 51 |
+
Most benchmarks take their difficulty labels from annotator judgement. ChemPro
|
| 52 |
+
does not. Each tier comes from one established educational source:
|
| 53 |
+
|
| 54 |
+
- elementary web material
|
| 55 |
+
- Indian NCERT curricula for grades 9–10 and 11–12
|
| 56 |
+
- JEE Mains competitive examinations
|
| 57 |
+
|
| 58 |
+
Decades of curriculum design set the difficulty of each tier. No one applied the
|
| 59 |
+
labels afterwards.
|
| 60 |
+
|
| 61 |
+
The benchmark keeps conceptual understanding separate from computational
|
| 62 |
+
reasoning. Multiple-choice questions test the first. Numerical questions test the
|
| 63 |
+
second. You can score the two independently.
|
| 64 |
+
|
| 65 |
+
## Why the tiers matter
|
| 66 |
+
|
| 67 |
+
Many models score well on introductory chemistry. Their accuracy then drops
|
| 68 |
+
sharply as the questions become harder to read, even when the concepts stay
|
| 69 |
+
inside the same syllabus.
|
| 70 |
+
|
| 71 |
+
JEE Mains follows the official NCERT syllabus. The `challenging` and `difficult`
|
| 72 |
+
tiers therefore cover the same concepts. The accuracy gap between these two tiers
|
| 73 |
+
shows the effect of question complexity alone, not of subject coverage.
|
| 74 |
+
|
| 75 |
+
## Contents
|
| 76 |
+
|
| 77 |
+
| Split | `tier` | Source | MCQ | Numerical | Total |
|
| 78 |
+
|---|---|---|---:|---:|---:|
|
| 79 |
+
| `easy` | `CP_E` | Web quizzes and questionnaires | 590 | 204 | 794 |
|
| 80 |
+
| `medium` | `CP_M` | NCERT, grades 9–10 | 229 | 107 | 336 |
|
| 81 |
+
| `challenging` | `CP_C` | NCERT, grades 11–12 | 455 | 208 | 663 |
|
| 82 |
+
| `difficult` | `CP_D` | JEE Mains, 2020–2024 | 1,493 | 814 | 2,307 |
|
| 83 |
+
| **Total** | | | **2,767** | **1,333** | **4,100** |
|
| 84 |
+
|
| 85 |
+
Each question also has one or more subfield labels:
|
| 86 |
+
|
| 87 |
+
| Subfield | Items |
|
| 88 |
+
|---|---:|
|
| 89 |
+
| Inorganic-Chemistry | 1,651 |
|
| 90 |
+
| Physical-Chemistry | 1,536 |
|
| 91 |
+
| Organic-Chemistry | 915 |
|
| 92 |
+
| Bio-Chemistry | 227 |
|
| 93 |
+
|
| 94 |
+
## Usage
|
| 95 |
+
|
| 96 |
+
```python
|
| 97 |
+
from datasets import load_dataset
|
| 98 |
+
|
| 99 |
+
# One tier of multiple-choice questions
|
| 100 |
+
mcq = load_dataset("sochastic/ChemPro", "mcq", split="difficult")
|
| 101 |
+
print(mcq[0]["question"])
|
| 102 |
+
print(mcq[0]["choices"])
|
| 103 |
+
print(mcq[0]["answer"], mcq[0]["answer_text"])
|
| 104 |
+
|
| 105 |
+
# All tiers at once
|
| 106 |
+
every_tier = load_dataset("sochastic/ChemPro", "mcq")
|
| 107 |
+
|
| 108 |
+
# Numerical problems
|
| 109 |
+
num = load_dataset("sochastic/ChemPro", "numerical", split="easy")
|
| 110 |
+
print(num[0]["question"], num[0]["answer_value"], num[0]["answer_unit"])
|
| 111 |
+
```
|
| 112 |
+
|
| 113 |
+
To filter by subfield:
|
| 114 |
+
|
| 115 |
+
```python
|
| 116 |
+
organic = mcq.filter(lambda r: "Organic-Chemistry" in r["attributes"])
|
| 117 |
+
```
|
| 118 |
+
|
| 119 |
+
## Schema
|
| 120 |
+
|
| 121 |
+
Both configs share these fields:
|
| 122 |
+
|
| 123 |
+
| Field | Type | Description |
|
| 124 |
+
|---|---|---|
|
| 125 |
+
| `id` | string | A stable identifier, for example `chempro-difficult-mcq-01504`. You can cite it. |
|
| 126 |
+
| `source_id` | int32 | The index of the question in its source tier and question type |
|
| 127 |
+
| `tier` | string | The tier symbol used in the paper: `CP_E`, `CP_M`, `CP_C` or `CP_D`. The split name gives the readable form. |
|
| 128 |
+
| `source` | string | `web`, `ncert_grade_9_10`, `ncert_grade_11_12` or `jee_mains_2020_2024` |
|
| 129 |
+
| `question_type` | string | `mcq` or `numerical` |
|
| 130 |
+
| `question` | string | The question stem. For MCQ items, the options are in `choices`. |
|
| 131 |
+
| `attributes` | list[string] | One or more of the four subfields above |
|
| 132 |
+
|
| 133 |
+
The `mcq` config adds these fields:
|
| 134 |
+
|
| 135 |
+
| Field | Type | Description |
|
| 136 |
+
|---|---|---|
|
| 137 |
+
| `choices` | list[string] | Exactly four options, in the order A to D |
|
| 138 |
+
| `answer` | string | The letter of the correct option, `A` to `D` |
|
| 139 |
+
| `answer_index` | int32 | The zero-based index of the correct option in `choices` |
|
| 140 |
+
| `answer_text` | string | The text of the correct option. It always equals `choices[answer_index]`. |
|
| 141 |
+
|
| 142 |
+
The `numerical` config adds these fields:
|
| 143 |
+
|
| 144 |
+
| Field | Type | Description |
|
| 145 |
+
|---|---|---|
|
| 146 |
+
| `answer` | string | The answer as written. It includes the unit when the source gave one. |
|
| 147 |
+
| `answer_value` | float64 | The numeric value taken from `answer`. Use it for tolerance-based scoring. |
|
| 148 |
+
| `answer_unit` | string | The unit taken from `answer`. It is null when the answer has no unit. |
|
| 149 |
+
|
| 150 |
+
### Examples
|
| 151 |
+
|
| 152 |
+
An MCQ item:
|
| 153 |
+
|
| 154 |
+
```json
|
| 155 |
+
{
|
| 156 |
+
"id": "chempro-difficult-mcq-00001",
|
| 157 |
+
"tier": "CP_D",
|
| 158 |
+
"source": "jee_mains_2020_2024",
|
| 159 |
+
"question_type": "mcq",
|
| 160 |
+
"question": "The five successive ionization enthalpies of an element are ...",
|
| 161 |
+
"choices": ["2", "4", "3", "5"],
|
| 162 |
+
"answer": "C",
|
| 163 |
+
"answer_index": 2,
|
| 164 |
+
"answer_text": "3",
|
| 165 |
+
"attributes": ["Inorganic-Chemistry"]
|
| 166 |
+
}
|
| 167 |
+
```
|
| 168 |
+
|
| 169 |
+
A numerical item:
|
| 170 |
+
|
| 171 |
+
```json
|
| 172 |
+
{
|
| 173 |
+
"id": "chempro-easy-numerical-00001",
|
| 174 |
+
"tier": "CP_E",
|
| 175 |
+
"question_type": "numerical",
|
| 176 |
+
"question": "Calculate the molar mass of $$ CH_3COOH $$.",
|
| 177 |
+
"answer": "60.05 g/mol",
|
| 178 |
+
"answer_value": 60.05,
|
| 179 |
+
"answer_unit": "g/mol",
|
| 180 |
+
"attributes": ["Physical-Chemistry"]
|
| 181 |
+
}
|
| 182 |
+
```
|
| 183 |
+
|
| 184 |
+
Chemical notation stays in LaTeX between `$$` delimiters. Remove the delimiters
|
| 185 |
+
or render them, as your evaluation requires.
|
| 186 |
+
|
| 187 |
+
## Evaluation notes
|
| 188 |
+
|
| 189 |
+
- **MCQ.** Score against `answer`, which gives the letter, or against
|
| 190 |
+
`answer_text`. The options are an ordered list, so you can shuffle them to
|
| 191 |
+
control position bias. If you shuffle them, set `answer_index` again.
|
| 192 |
+
- **Numerical.** `answer_value` supports exact-match scoring and tolerance-based
|
| 193 |
+
scoring. Tolerance-based scoring tells you more, because many items round at
|
| 194 |
+
intermediate steps. The unit is a separate field, so a correct value does not
|
| 195 |
+
lose marks for its format.
|
| 196 |
+
- Report the result for each tier. A single average hides the fall in accuracy
|
| 197 |
+
that this benchmark shows.
|
| 198 |
+
|
| 199 |
+
## Construction
|
| 200 |
+
|
| 201 |
+
We took the questions from the sources above. We put them into one text format.
|
| 202 |
+
Three passes then verified them:
|
| 203 |
+
|
| 204 |
+
1. A source check confirmed the origin of each question.
|
| 205 |
+
2. An expert review confirmed that each question is correct and has one meaning.
|
| 206 |
+
3. Automated checks looked for format errors and duplicates.
|
| 207 |
+
|
| 208 |
+
GPT-4o applied the subfield `attributes`. Human annotators did not. Use these
|
| 209 |
+
labels to slice the data. Do not use them as a gold-standard taxonomy.
|
| 210 |
+
|
| 211 |
+
Each tier holds its full number of questions. Every question matches the
|
| 212 |
+
difficulty level and the subject mix of its tier.
|
| 213 |
+
|
| 214 |
+
## Limitations
|
| 215 |
+
|
| 216 |
+
- **Possible exposure.** The `difficult` tier comes from the JEE Mains papers of
|
| 217 |
+
2020 to 2024. These papers are public and may appear in pretraining data. The
|
| 218 |
+
paper estimates roughly 8% possible exposure. It used four probes: prefix
|
| 219 |
+
completion, paraphrase detection, content modification, and reverse
|
| 220 |
+
engineering. A comparison with other benchmarks found minimal overlap with
|
| 221 |
+
existing chemistry datasets.
|
| 222 |
+
- **Text only.** Some questions first used chemical structure diagrams. These
|
| 223 |
+
questions now use text. We rewrote or removed the items that text could not
|
| 224 |
+
show correctly. The benchmark therefore under-represents structure
|
| 225 |
+
recognition.
|
| 226 |
+
- **Curricular scope.** The difficulty comes from the Indian secondary and
|
| 227 |
+
competitive examination system. It applies well to general chemistry ability.
|
| 228 |
+
Do not read the tier names as universal difficulty labels.
|
| 229 |
+
- **Answer keys.** Every item passes automated structural validation. We
|
| 230 |
+
cross-checked the answer keys wherever two near-identical questions disagreed.
|
| 231 |
+
This method cannot find an error that both copies of a question share. It also
|
| 232 |
+
cannot find an error in an item that has no near-duplicate. Assume a small
|
| 233 |
+
number of remaining errors, as in any benchmark of this size.
|
| 234 |
+
- **Language.** The dataset is in English only.
|
| 235 |
+
- **No training split.** ChemPro is an evaluation benchmark. The tiers are splits
|
| 236 |
+
for convenience. No split is intended for training.
|
| 237 |
+
|
| 238 |
+
## Licensing and provenance
|
| 239 |
+
|
| 240 |
+
ChemPro uses the [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)
|
| 241 |
+
licence. You can share and adapt the dataset for non-commercial purposes. You
|
| 242 |
+
must give attribution.
|
| 243 |
+
|
| 244 |
+
The `medium` and `challenging` tiers come from NCERT curricular material. The
|
| 245 |
+
`difficult` tier comes from JEE Mains examination papers. The National Testing
|
| 246 |
+
Agency administers those examinations. We adapted the questions. We did not copy
|
| 247 |
+
them word for word. The non-commercial term follows from these sources. If you
|
| 248 |
+
plan to use the dataset for more than non-commercial research, check the status
|
| 249 |
+
of the source material first.
|
| 250 |
+
|
| 251 |
+
## Citation
|
| 252 |
+
|
| 253 |
+
If you use ChemPro, please cite the journal article:
|
| 254 |
+
|
| 255 |
+
```bibtex
|
| 256 |
+
@article{baranwal2026chempro,
|
| 257 |
+
title = {ChemPro: A progressive chemistry benchmark for Large Language Models},
|
| 258 |
+
author = {Baranwal, Aaditya and Vyas, Shruti},
|
| 259 |
+
journal = {Artificial Intelligence Chemistry},
|
| 260 |
+
volume = {4},
|
| 261 |
+
number = {1},
|
| 262 |
+
pages = {100118},
|
| 263 |
+
year = {2026},
|
| 264 |
+
issn = {2949-7477},
|
| 265 |
+
doi = {10.1016/j.aichem.2026.100118},
|
| 266 |
+
url = {https://www.sciencedirect.com/science/article/pii/S2949747726000126}
|
| 267 |
+
}
|
| 268 |
+
```
|
| 269 |
+
|
| 270 |
+
The preprint:
|
| 271 |
+
|
| 272 |
+
```bibtex
|
| 273 |
+
@article{baranwal2026chempro_arxiv,
|
| 274 |
+
title = {ChemPro: A Progressive Chemistry Benchmark for Large Language Models},
|
| 275 |
+
author = {Baranwal, Aaditya and Vyas, Shruti},
|
| 276 |
+
journal = {arXiv preprint arXiv:2602.03108},
|
| 277 |
+
year = {2026},
|
| 278 |
+
doi = {10.48550/arXiv.2602.03108},
|
| 279 |
+
url = {https://arxiv.org/abs/2602.03108}
|
| 280 |
+
}
|
| 281 |
+
```
|
| 282 |
+
|
| 283 |
+
- **Paper:** https://www.sciencedirect.com/science/article/pii/S2949747726000126
|
| 284 |
+
- **Preprint:** https://arxiv.org/abs/2602.03108
|
| 285 |
+
|
| 286 |
+
## Contact
|
| 287 |
+
|
| 288 |
+
Aaditya Baranwal, University of Central Florida. Email: aaditya.baranwal@ucf.edu
|
data/mcq/challenging.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd9274c21e21ac67786bf3474765a9850f3c8532c12b6154d6f6ee5e74fe9b1a
|
| 3 |
+
size 83636
|
data/mcq/difficult.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75dad55c9c4fc30f8c41cce52825779a0ddf855730aa1f9d515b2496ce130f05
|
| 3 |
+
size 270909
|
data/mcq/easy.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edfbf75ede46f1924705bd78b84cd14e53892077ca0ab58fdbf1c40747d4cad6
|
| 3 |
+
size 91276
|
data/mcq/medium.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c62b8cc3a443dcef09e49b0aa98306c54496c62c8e0f893918d292df802ed6c
|
| 3 |
+
size 25984
|
data/numerical/challenging.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a764c6d112d1e50093bf630daba242d7ff5d7ec27857c9300b813045101cdbaf
|
| 3 |
+
size 28716
|
data/numerical/difficult.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33b07dadafe6af96fb55e18bb24abb47219566c4301412ef30b7e21f0ec663c3
|
| 3 |
+
size 110446
|
data/numerical/easy.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a394b454a82002040c0d6aede3ac28111a7900bd5915c1550f59e7e8c688da4f
|
| 3 |
+
size 19822
|
data/numerical/medium.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e270f4bc2a54fb162cfc0e610103b8739db9b5b32493ae4e30e46bbdee2e3ae6
|
| 3 |
+
size 13932
|