Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Repository files navigation

MT-Bench Inf

In mt_bench_inf.jsonl we release a corrected version of the MT-Bench questions that we use for evaluation. Each entry has the following fields:

  • question_id: The question number
  • category: Which MT-Bench category
  • turn: A list with the turns
  • reference [optional]: A reference answer

Below, we show a few examples of questions, the original GPT-4 Reference answer, and our corrected answer:

Reasoning #104

Question:

David has three sisters. Each of them has one brother. How many brothers does David have?

GPT-4 Reference Answer:

David has only one brother.

Our Corrected Answer:

David has no brother. He is the one brother of his three sisters.

Math #111

Question:

The vertices of a triangle are at points (0, 0), (-1, 1), and (3, 3). What is the area of the triangle?

GPT-4 Reference Answer:

To find the area of the triangle, we can use the formula for the area of a triangle with coordinates A(x1, y1), B(x2, y2), and C(x3, y3):
Area = (1/2) * |(x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2))|
In this case, the coordinates are A(0, 0), B(-1, 1), and C(3, 3). Plugging these values into the formula, we get:
Area = (1/2) * |(0(1 - 3) + (-1)(3 - 0) + 3(0 - 1))|
Area = (1/2) * |(-0 + 3 - 3)|
Area = (1/2) * |0|
Area = 0
The area of the triangle is 0. This means that the three points are collinear, and there is no triangle formed by these points.

Our Corrected Answer:

Area is 3

Overall, we find nearly 25% of examples in the reasoning, math, and coding categories had incorrect reference solutions or had flawed premises.

Physics GRE

We release four processed Physics GRE exams, a common graduate school entrance exam for physics students.

  • physics_gre_scored.jsonl: Exam GR8677 which we report results on.
  • physics_gre.jsonl: Three aditional Physics GRE exams (GR9277, GR9677, and GR0177). Each entry has the following fields:
  • input: The question
  • target_scores: The correct answer choice
  • has_image: Whether or not the question has an image. We include only questions without an image in our scoring.
ModelPercentile
Inflection-2.5 maj@885
Inflection-2.5 maj@3295
GPT-4 maj@897

Exam Scoring Details

For the Physics GRE, each correct answer is worth 1 point and each incorrect answer results in a -0.25 reduction. To compute score, we make the following assumption:

Raw_Score = Percentage_Correct - 0.25 * (1 - Percentage_Correct)

where Percentage_Correct is computed purely on questions without images. For simplicity, we do not use heuristics to allow the model not to answer.

Raw ScorePercentile
81 – 10098
77 – 8097
75 – 7696
72 – 7495
7194
69 – 7093
67 – 6892
65 – 6691
6490
6389
61 – 6287
6086
5985
57 – 5884
5682
5580
53 – 5478
5277
5175
49 – 5072
4870
4769
45 – 4666
4464
4362
41 – 4259
4057
3954
37 – 3852
3648
3546
33 – 3443
3241
30 – 3138
2935
2832
26 – 2730
2527
2425
22 – 2322
2120
2018
18 – 1916
1714
1612
14 – 1510
139
128
10 – 116
95
84
6 – 73
52
1 – 41
00

About

Public Inflection Benchmarks

Resources

Stars

67 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors