50 lines
2.7 KiB
YAML
50 lines
2.7 KiB
YAML
|
|
dataset_name: conceptual_physics
|
||
|
|
description: '
|
||
|
|
|
||
|
|
The following are multiple choice questions (with answers) about conceptual physics.'
|
||
|
|
fewshot_config:
|
||
|
|
sampler: first_n
|
||
|
|
samples:
|
||
|
|
- question: 'Colors in a soap bubble result from light
|
||
|
|
|
||
|
|
(A) converted to a different frequency (B) deflection (C) interference (D) polarization'
|
||
|
|
target: Let's think step by step. In a soap bubble film, the light bounces between
|
||
|
|
the two soap-air interfaces many times, interfering with itself constructively
|
||
|
|
or destructively depending on the width of the film. This results in different
|
||
|
|
colors being visible. The answer is (C).
|
||
|
|
- question: 'Compared with the mass of a uranium atom undergoing fission, the combined
|
||
|
|
masses of the products after fission are
|
||
|
|
|
||
|
|
(A) less (B) more (C) the same (D) zero'
|
||
|
|
target: Let's think step by step. Fission releases energy, which comes from the
|
||
|
|
rest mass of its initial nucleus. Thus the mass of the products is less than
|
||
|
|
the mass of the reactant uranium nucleus. The answer is (A).
|
||
|
|
- question: 'Things that are equivalent according to the equivalence principle are
|
||
|
|
|
||
|
|
(A) space and time. (B) a traveling twin and a stay-at-home twin. (C) gravity
|
||
|
|
and acceleration. (D) mass and energy.'
|
||
|
|
target: "Let's think step by step. Einstein\u2019s famous equivalence principle\
|
||
|
|
\ states that gravity and acceleration are equivalent. The answer is (C)."
|
||
|
|
- question: 'Which of these three elements has the most mass per nucleon?
|
||
|
|
|
||
|
|
(A) Hydrogen (B) Iron (C) Uranium (D) Same in each'
|
||
|
|
target: Let's think step by step. Due to nuclear binding energy, the mass of an
|
||
|
|
atomic nucleus is less than the sum of individual masses of the free constituent
|
||
|
|
protons and neutrons; this is known as the mass defect. Hydrogen has no mass
|
||
|
|
defect because it has only a single nucleon, so it will have the most mass per
|
||
|
|
nucleon. The answer is (A).
|
||
|
|
- question: 'A model airplane flies slower when flying into the wind and faster with
|
||
|
|
wind at its back. When launched at right angles to the wind a cross wind its
|
||
|
|
groundspeed compared with flying in still air is
|
||
|
|
|
||
|
|
(A) the same (B) greater (C) less (D) either greater or less depending on wind
|
||
|
|
speed'
|
||
|
|
target: "Let's think step by step. The plane\u2019s speed in the direction of\
|
||
|
|
\ the wind is greater than it would be in the absence of wind, and its direction\
|
||
|
|
\ orthogonal to the wind is the same as it would be in the absence of the wind.\
|
||
|
|
\ The total speed, which is these two components added in quadrature, is thus\
|
||
|
|
\ greater than the speed in still air. The answer is (B).\n\n"
|
||
|
|
tag: mmlu_flan_cot_fewshot_stem
|
||
|
|
include: _mmlu_flan_cot_fewshot_template_yaml
|
||
|
|
task: mmlu_flan_cot_fewshot_conceptual_physics
|