Automated MNLP evaluation report (2026-06-11)

#1
Files changed (1) hide show
  1. EVAL_REPORT.md +92 -0
EVAL_REPORT.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Automated MNLP evaluation report
2
+
3
+ - **Model repo:** [`cs-552-2026-painlp/math_model`](https://huggingface.co/cs-552-2026-painlp/math_model)
4
+ - **Owner(s):** group **painlp**
5
+ - **Generated at:** 2026-06-11T06:23:10+00:00 (UTC)
6
+ - **Pipeline:** [mnlp-project-ci](https://github.com/eric11eca/mnlp-project-ci)
7
+
8
+ _This PR is opened automatically by the course CI. It is **non-blocking** — you do not need to merge it. The next nightly run will refresh this file._
9
+
10
+ ## Evaluated checkpoint
11
+
12
+ - **Commit:** [`97762f0`](https://huggingface.co/cs-552-2026-painlp/math_model/commit/97762f02e2ae010a19fe54c26600f0fc92c4d9af)
13
+ - **Message:** upload: generation_config
14
+ - **Committed:** 2026-05-24T16:28:57+00:00
15
+
16
+ ## Summary
17
+
18
+ | Benchmark | Accuracy | Status |
19
+ |---|---:|---|
20
+ | Math | 0.3100 | ok |
21
+ | Knowledge | — | not run |
22
+ | Multilingual | — | not run |
23
+ | Safety | — | not run |
24
+
25
+ ## Sample completions
26
+
27
+ _Prompts are intentionally omitted to avoid revealing benchmark contents. For multi-completion problems, only one completion is shown per sample._
28
+
29
+ ### Math
30
+
31
+ **Correct** (1 shown)
32
+
33
+ - **reference**: `4`
34
+ - **overall** (8/8 completions correct)
35
+ - **extracted** (✓): `4`
36
+ - **completion**:
37
+
38
+ ```text
39
+ <think>
40
+ To solve for $x$ in the equation $10^x - 10 = 9990$, we can start by isolating the term $10^x$.
41
+
42
+ 1. Add 10 to both sides of the equation:
43
+ \[ 10^x = 9990 + 10 \Rightarrow 10^x = 10000 \]
44
+
45
+ 2. Recognize that $10000 = 10^4$, so we have:
46
+ \[ 10^x = 10^4 \]
47
+
48
+ 3. Since the bases are the same, we can equate the exponents:
49
+ \[ x = 4 \]
50
+
51
+ Thus, the solution is:
52
+ \[
53
+ </think>
54
+
55
+ \boxed{4} \]
56
+ ```
57
+
58
+ **Incorrect** (1 shown)
59
+
60
+ - **reference**: `2 - \frac{\pi}{2}`
61
+ - **overall** (0/8 completions correct)
62
+ - **extracted** (✗): `<no answer>`
63
+ - **completion**:
64
+
65
+ ```text
66
+ <think>
67
+ Okay, so Derek starts with a debt of π MIT, which is approximately 3.1416 MIT. Each day, he tosses a fair coin: heads reduces his debt by 1 MIT, tails by 2 MITs. If his debt ever becomes nonpositive, he's debt-free. Otherwise, after paying, his debt is doubled. We need to find the probability that Derek eventually becomes debt-free. Hmm, interesting problem. Let me try to break this down.
68
+
69
+ ... [truncated 823 chars] ...
70
+
71
+ P(0) = 1/2 * 1/2 + 1/2 * 1 = 3/4. But earlier, we thought P(2) = 1/2. This is a contradiction.
72
+
73
+ Wait, this suggests that our earlier calculation was wrong. Let's re-examine.
74
+
75
+ When x = 2, paying 1 MIT leads to 1 MIT, which is positive, so P(2) = 1/2 * P(1) + 1/2 * P(0). P(1) = 1/2, P(0) = 1. So P(2) = 1/2 * 1/2 + 1/2 * 1 = 3/4. But earlier, we thought P(2) = 1/2. This is a mistake! Earlier, I incorrectly stated that P(2) = 1/2, but actually, it should be 3/4. This changes everything!
76
+
77
+ Let's recalculate the earlier terms with this correction.
78
+
79
+ x = 1: P(1) = 1/2
80
+
81
+ x = 2: P(2) = 1/2 * P(1) + 1/2 * P(0) = 1/2 * 1/2 + 1/2 * 1 = 3/4
82
+
83
+ x = 3: P(3) = 1/2 * P(2) + 1/2 * P(2(x - 2)) = 1/2 * 3/4 + 1/2 * P(2) = 3/8 + 1/2 * 3/4 = 3/8 + 3/8 = 6/8 = 3/4
84
+
85
+ x = 4: P(4) = 1/2 * P(3) + 1/2 * P(2(x - 2)) = 1/2 * 3/4 + 1/2 * P(2) = 3/8 + 1/2 * 3/4 = 3/8 + 3/8 = 6/8 = 3/4
86
+
87
+ x = 5: P(5) = 1/2 * P(4) + 1/2 * P(2(x - 2)) = 1/2 * 3/4 + 1/2 * P(2) = 3/8 + 3/8 = 6/8 = 3/4
88
+
89
+ Wait, this can't be right. All P(x) from x = 2 onwards are 3/4? That doesn't make sense. Let's check:
90
+
91
+ Wait, no, x = 5: P(5) = 1/2 * P(4) + 1/2 * P(2(5 - 2)) = 1/2 * 3/4 + 1/2 * P(6) = 3/8 + 1/2 * P(6). But P(6) = 1/2 * P(4) + 1/2 * P(4) = 1/2 *
92
+ ```