Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ds4_eval.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,12 @@ static const eval_case eval_cases[] = {
.answer = "16",
},
{
.source = "GPQA Diamond",
.source = "GPQA Diamond (modified)",
.id = "recDytVnNYZe2HuUU",
.domain = "Physics",
.title = "What is the energy of the Relativistic Heavy Ion Collider (RHIC)",
.question = "What is the energy of the Relativistic Heavy Ion Collider (RHIC) so that the speed of the nucleus X is equal to 0.96c?\n\nKnowing that X is defined as Li with 3 neutrons.\n\nPS: the precision of the energy is at 1e-4.",
.choice[0] = "20.132 GeV",
.choice[0] = "20.011 GeV",
.choice[1] = "18.475 GeV",
.choice[2] = "21.419",
.choice[3] = "23.069 GeV",
Expand Down