Automated MNLP evaluation report (2026-06-11)

#1
Files changed (1) hide show
  1. EVAL_REPORT.md +168 -0
EVAL_REPORT.md ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Automated MNLP evaluation report
2
+
3
+ - **Model repo:** [`cs-552-2026-RatGPT/math_model`](https://huggingface.co/cs-552-2026-RatGPT/math_model)
4
+ - **Owner(s):** group **RatGPT**
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:** [`7c489c6`](https://huggingface.co/cs-552-2026-RatGPT/math_model/commit/7c489c6863dd1f8c063b6bd51711422c3e431a0f)
13
+ - **Message:** Upload group-model RFT v2 math checkpoint
14
+ - **Committed:** 2026-06-09T09:59:39+00:00
15
+
16
+ ## Summary
17
+
18
+ | Benchmark | Accuracy | Status |
19
+ |---|---:|---|
20
+ | Math | 0.3600 | 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**: `$\frac{a}{2}$`
34
+ - **overall** (1/8 completions correct)
35
+ - **extracted** (✓): `\frac{a}{2}`
36
+ - **completion**:
37
+
38
+ ```text
39
+ <think>
40
+
41
+ </think>
42
+
43
+ 1. **Identify Key Points and Properties**:
44
+ - \(P\) is the circumcenter of \(\triangle XYZ\).
45
+ - \(Q\) is the midpoint of \(YZ\).
46
+ - \(R\) is the reflection of \(Q\) over \(XZ\).
47
+ - \(S\) is chosen such that \(XQYS\) is a rectangle.
48
+ - Given \(\angle YXZ = a\).
49
+
50
+ 2. **Reflection and Midpoint**:
51
+ - Since \(Q\) is the midpoint of \(YZ\), \(XQ\) is the median.
52
+ - Refle
53
+
54
+ ... [truncated 512 chars] ...
55
+
56
+ \) over \(XZ\), is at \(\left(\frac{c + d}{2}, -\frac{e}{2}\right)\).
57
+
58
+ 5. **Equations and Symmetry**:
59
+ - The rectangle \(XQYS\) implies \(YS\) is horizontal.
60
+ - \(S\) is at \(\left(\frac{c + d}{2}, 0\right)\).
61
+
62
+ 6. **Circumcenter \(P\)**:
63
+ - \(P\) is the circumcenter of \(\triangle XYZ\).
64
+ - The circumcenter \(P\) lies on the perpendicular bisector of \(XZ\), which is the y-axis.
65
+ - Therefore, \(P\) is at \((0, k)\).
66
+
67
+ 7. **Angle Calculation**:
68
+ - The angle \(\angle PRS\) is calculated using vector analysis and properties of the circumcenter.
69
+ - Vectors \(PR\) and \(PS\) are calculated as:
70
+ \[
71
+ PR = \left( \frac{c + d}{2}, -\frac{e}{2} - k \right)
72
+ \]
73
+ \[
74
+ PS = \left( \frac{c + d}{2}, -k \right)
75
+ \]
76
+ - The angle \(\angle PRS\) is found using the dot product:
77
+ \[
78
+ \cos \theta = \frac{\vec{PR} \cdot \vec{PS}}{|\vec{PR}| |\vec{PS}|}
79
+ \]
80
+ - Simplifying the dot product and magnitudes, we find:
81
+ \[
82
+ \cos \theta = \frac{e^2}{2e^2 + 4k^2}
83
+ \]
84
+ - The angle \(\theta\) is found to be \(a/2\).
85
+
86
+ ### Conclusion
87
+ The angle \(\angle PRS\) in terms of \(a\) is \(a/2\).
88
+
89
+ \[
90
+ \angle PRS = \frac{a}{2}
91
+ \]
92
+
93
+ Final answer:
94
+ \boxed{\frac{a}{2}}
95
+ ```
96
+
97
+ **Incorrect** (1 shown)
98
+
99
+ - **reference**: `756`
100
+ - **overall** (0/8 completions correct)
101
+ - **extracted** (✗): `111`
102
+ - **completion**:
103
+
104
+ ```text
105
+ <think>
106
+
107
+ </think>
108
+
109
+ 1. **Identify the centers and radii of the balloons:**
110
+ - The radii of the balloons are 11, 13, and 19.
111
+ - The centers of the balloons are denoted by \( X \), \( Y \), and \( Z \).
112
+
113
+ 2. **Use the distance formula between the centers:**
114
+ - Given \( XY^2 = 560 \), we can express the distance between centers \( X \) and \( Y \) as \( \sqrt{560} \).
115
+
116
+ 3. **Use the Pythagorean th
117
+
118
+ ... [truncated 770 chars] ...
119
+
120
+ 5)^2
121
+ \]
122
+ Solving for \( h_3 \):
123
+ \[
124
+ h_3^2 = 225 - 361 = -136 \implies h_3 = \sqrt{136}
125
+ \]
126
+
127
+ 5. **Use the distance formula for the centers \( X \), \( Y \), and \( Z \):**
128
+ - The distance between the centers \( X \) and \( Y \) is given by:
129
+ \[
130
+ XY^2 = (h_1 - h_2)^2 + (13 - 11)^2 = 560
131
+ \]
132
+ Simplifying:
133
+ \[
134
+ (h_1 - h_2)^2 + 4 = 560 \implies (h_1 - h_2)^2 = 556
135
+ \]
136
+
137
+ 6. **Use the Pythagorean theorem in the triangle formed by \( X \), \( Y \), and \( Z \):**
138
+ - The distance \( XZ^2 \) is given by:
139
+ \[
140
+ XZ^2 = (h_1 - h_3)^2 + (19 - 11)^2
141
+ \]
142
+ Substituting \( h_1 = \sqrt{23} \), \( h_3 = \sqrt{136} \):
143
+ \[
144
+ XZ^2 = (\sqrt{23} - \sqrt{136})^2 + (8)^2
145
+ \]
146
+ Simplify \( (\sqrt{23} - \sqrt{136})^2 \):
147
+ \[
148
+ (\sqrt{23} - \sqrt{136})^2 = 23 + 136 - 2\sqrt{23 \cdot 136} = 159 - 2\sqrt{3128}
149
+ \]
150
+ Since \( \sqrt{3128} = \sqrt{16 \cdot 196} = 4 \cdot 14 = 56 \):
151
+ \[
152
+ (\sqrt{23} - \sqrt{136})^2 = 159 - 2 \cdot 56 = 159 - 112 = 47
153
+ \]
154
+ Therefore:
155
+ \[
156
+ XZ^2 = 47 + 64 = 111
157
+ \]
158
+
159
+ 7. **Conclusion:**
160
+ - The value of \( XZ^2 \) is \( 111 \).
161
+
162
+ \[
163
+ 111
164
+ \]
165
+
166
+ Final answer:
167
+ \boxed{111}
168
+ ```