Automated MNLP evaluation report (2026-06-11)

#1
Files changed (1) hide show
  1. EVAL_REPORT.md +186 -0
EVAL_REPORT.md ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Automated MNLP evaluation report
2
+
3
+ - **Model repo:** [`cs-552-2026-bilko/math_model`](https://huggingface.co/cs-552-2026-bilko/math_model)
4
+ - **Owner(s):** group **bilko**
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:** [`0236551`](https://huggingface.co/cs-552-2026-bilko/math_model/commit/0236551766f1f73213ce94ec93e99168322135ff)
13
+ - **Message:** SFT stage 1: sft/new_tries/sft_enhanced_June5/sft_stage1_merged model
14
+ - **Committed:** 2026-06-06T19:06:57+00:00
15
+
16
+ ## Summary
17
+
18
+ | Benchmark | Accuracy | Status |
19
+ |---|---:|---|
20
+ | Math | 0.5200 | 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**: `99774`
34
+ - **overall** (1/8 completions correct)
35
+ - **extracted** (✓): `99774`
36
+ - **completion**:
37
+
38
+ ```text
39
+ <think>
40
+ Okay, let's tackle this cryptarithm problem. So, we need to find a 5-digit number EARTH where HATER plus HEART equals EARTH. All the letters E, A, R, T, H are digits, and E and H can't be zero. Also, they don't have to be distinct. Hmm, cryptarithms can be tricky because of the carry-over rules. Let me start by writing down the equation:
41
+
42
+ HATER + HEART = EARTH
43
+
44
+ First, let me align the numb
45
+
46
+ ... [truncated 823 chars] ...
47
+
48
+ arry}_5 = 0
49
+ \]
50
+
51
+ ### Checking Validity:
52
+ Using the values \(H = 4\), \(E = 9\), and solving the remaining equations:
53
+
54
+ 1. **Units Place**:
55
+ \[
56
+ R + T = 4 + 10 \cdot \text{carry}_1
57
+ \]
58
+ If \(\text{carry}_1 = 0\):
59
+ \[
60
+ R + T = 4
61
+ \]
62
+ If \(\text{carry}_1 = 1\):
63
+ \[
64
+ R + T = 14
65
+ \]
66
+
67
+ 2. **Tens Place**:
68
+ \[
69
+ E + R + \text{carry}_1 = T + 10 \cdot \text{carry}_2
70
+ \]
71
+ If \(E = 9\) and \(\text{carry}_1 = 0\):
72
+ \[
73
+ 9 + R = T + 10 \cdot \text{carry}_2
74
+ \]
75
+ If \(\text{carry}_2 = 0\):
76
+ \[
77
+ 9 + R = T
78
+ \]
79
+ If \(\text{carry}_2 = 1\):
80
+ \[
81
+ 9 + R = T + 10
82
+ \]
83
+
84
+ 3. **Hundreds Place**:
85
+ \[
86
+ T + A + \text{carry}_2 = R + 10 \cdot \text{carry}_3
87
+ \]
88
+ With \(T + A + \text{carry}_2 = 14\):
89
+ \[
90
+ 14 + A = R + 10 \cdot 1
91
+ \]
92
+ \[
93
+ A + R = 4
94
+ \]
95
+
96
+ 4. **Thousands Place**:
97
+ \[
98
+ A + E + \text{carry}_3 = A + 10 \cdot \text{carry}_4
99
+ \]
100
+ With \(E = 9\) and \(\text{carry}_3 = 1\):
101
+ \[
102
+ A + 9 + 1 = A + 10
103
+ \]
104
+ \[
105
+ A = 8
106
+ \]
107
+
108
+ 5. **Ten-Thousands Place**:
109
+ \[
110
+ H + H + \text{carry}_4 = E + 10 \cdot \text{carry}_5
111
+ \]
112
+ With \(H = 4\) and \(E = 9\):
113
+ \[
114
+ 4 + 4 + 1 = 9 + 10 \cdot 0
115
+ \]
116
+ \[
117
+ 9 = 9
118
+ \]
119
+
120
+ ### Final Solution:
121
+ From the above, we have:
122
+ \[
123
+ H = 4, \quad E = 9, \quad A = 8, \quad R = 7, \quad T = 7
124
+ \]
125
+ Thus, the unique 5-digit integer \(\underline{EARTH}\) is:
126
+ \[
127
+ \boxed{99774}
128
+ \]
129
+ ```
130
+
131
+ **Incorrect** (1 shown)
132
+
133
+ - **reference**: `7200`
134
+ - **overall** (0/8 completions correct)
135
+ - **extracted** (✗): `301950`
136
+ - **completion**:
137
+
138
+ ```text
139
+ <think>
140
+ Okay, so I need to figure out how many polynomials P with integer coefficients satisfy three conditions: degree at most 3, all coefficients between 0 and 2012, for each x from 1 to 100, P(x) + P(-x) is divisible by 2013, and the residues modulo 2013 of P(0), P(1), ..., P(2012) are all distinct. Hmm, that's a mouthful. Let me break it down step by step.
141
+
142
+ First, let's note that 2013 is a com
143
+
144
+ ... [truncated 823 chars] ...
145
+
146
+ ubic polynomial modulo 3 must be a permutation polynomial. The number of permutation polynomials modulo a prime \( p \) is given by \( \frac{p(p-1)}{2} \). For \( p = 3 \):
147
+ \[
148
+ \frac{3 \times 2}{2} = 3
149
+ \]
150
+ Thus, there are 3 permutation cubic polynomials modulo 3.
151
+
152
+ ### Step 2: Modulo 11 Analysis
153
+ Similarly, the number of permutation polynomials modulo 11 is:
154
+ \[
155
+ \frac{11 \times 10}{2} = 55
156
+ \]
157
+ Thus, there are 55 permutation cubic polynomials modulo 11.
158
+
159
+ ### Step 3: Modulo 61 Analysis
160
+ For \( p = 61 \), the number of permutation polynomials is:
161
+ \[
162
+ \frac{61 \times 60}{2} = 1830
163
+ \]
164
+ Thus, there are 1830 permutation cubic polynomials modulo 61.
165
+
166
+ ### Step 4: Combining Results Using Chinese Remainder Theorem
167
+ Since the polynomial \( P \) must be a permutation polynomial modulo \( 2013 \), the total number of such polynomials is the product of the number of permutation polynomials modulo each prime factor:
168
+ \[
169
+ 3 \times 55 \times 1830
170
+ \]
171
+
172
+ ### Step 5: Calculating the Product
173
+ First, calculate \( 3 \times 55 \):
174
+ \[
175
+ 3 \times 55 = 165
176
+ \]
177
+ Next, multiply the result by 1830:
178
+ \[
179
+ 165 \times 1830 = 301950
180
+ \]
181
+
182
+ Thus, the number of polynomials \( P \) that satisfy all the given conditions is:
183
+ \[
184
+ \boxed{301950}
185
+ \]
186
+ ```