Automated MNLP evaluation report (2026-06-01)

#1
Files changed (1) hide show
  1. EVAL_REPORT.md +95 -0
EVAL_REPORT.md ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Automated MNLP evaluation report
2
+
3
+ - **Model repo:** [`cs-552-2026-baseline/general_knowledge_model`](https://huggingface.co/cs-552-2026-baseline/general_knowledge_model)
4
+ - **Owner(s):** group **baseline**
5
+ - **Generated at:** 2026-06-01T06:13:57+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
+ ## Summary
11
+
12
+ | Benchmark | Accuracy | Status |
13
+ |---|---:|---|
14
+ | Math | β€” | not run |
15
+ | Knowledge | 0.2700 | ok |
16
+ | Multilingual | β€” | not run |
17
+ | Safety | β€” | not run |
18
+
19
+ ## Sample completions
20
+
21
+ _Prompts are intentionally omitted to avoid revealing benchmark contents. For multi-completion problems, only one completion is shown per sample._
22
+
23
+ ### Knowledge
24
+
25
+ **Correct** (1 shown)
26
+
27
+ - **reference**: `I`
28
+ - **overall** (1/1 completions correct)
29
+ - **extracted** (βœ“): `I`
30
+ - **completion**:
31
+
32
+ ```text
33
+ <think>
34
+ Okay, let's try to figure out this credit term question. The term given is (7/10) EOM. I need to understand what this means.
35
+
36
+ First, I remember that credit terms like 7/10 EOM are commonly used in business. The format is usually something like (discount percentage)/days allowed, followed by the EOM. So, the 7/10 part would mean a 7% discount if paid within 10 days of the end of the month.
37
+
38
+ ... [truncated 823 chars] ...
39
+
40
+ r the end of the month"
41
+ βœ— Incorrect. The discount is 7%, not 10%.
42
+
43
+ - **F.** "A customer may deduct 7% of the amount of the invoice if payment is made on the tenth day of the month"
44
+ βœ— Incorrect. The discount is not available on the 10th day of the month, but 10 days after the end of the month.
45
+
46
+ - **G.** "A customer may deduct 10% of the amount of the invoice if payment is made no later than the seventh day of the month"
47
+ βœ— Incorrect. The discount is 7%, not 10%.
48
+
49
+ - **H.** "A customer must pay the full amount of the invoice within 7 days of the end of the month"
50
+ βœ— Incorrect. This is not a credit term. The full payment is not required unless the discount is not taken.
51
+
52
+ - **I.** "A customer may deduct 7% of the amount of the invoice if payment is made no later than the tenth day after the end of the month"
53
+ βœ… **Correct.** This directly matches the meaning of the term **(7/10) EOM**, where the **7% discount is available within 10 days of the end of the month**.
54
+
55
+ - **J.** "A customer may deduct 10% of the amount of the invoice if payment is made within 7 days of receiving the invoice"
56
+ βœ— Incorrect. The discount is 7%, not 10%.
57
+
58
+ ---
59
+
60
+ ### Final Answer:
61
+
62
+ $$
63
+ \boxed{I}
64
+ $$
65
+ ```
66
+
67
+ **Incorrect** (1 shown)
68
+
69
+ - **reference**: `A`
70
+ - **overall** (0/1 completions correct)
71
+ - **extracted** (βœ—): `<no answer>`
72
+ - **completion**:
73
+
74
+ ```text
75
+ <think>
76
+ Okay, let's try to figure out this Cope rearrangement problem. So, the question is about determining the major products of two reactions: one is a Cope rearrangement involving a 1,5-diene and some reagents, and the other is a heat-induced rearrangement of a compound. The choices are A, B, C, D, and I need to pick the correct one.
77
+
78
+ First, let me recall what a Cope rearrangement is. From wha
79
+
80
+ ... [truncated 823 chars] ...
81
+
82
+ ent, and the reaction is with BuLi and H+, maybe the reaction is a Grignard reaction. For example, if the substituent is a 1,2-diene, then the base (BuLi) might deprotonate the carbon adjacent to the double bond, forming a Grignard reagent, which then reacts with H+ to form a carbonyl. But I'm not sure.
83
+
84
+ Alternatively, maybe the reaction is a hydroboration-oxidation, but that would require a different set of reagents.
85
+
86
+ Alternatively, maybe the reaction is a Cope rearrangement. But the starting material is a 1,2-diene. Wait, the Cope rearrangement typically involves a 1,5-diene, so maybe the starting material is a 1,5-diene, but the structure given is different.
87
+
88
+ Alternatively, maybe the reaction is a cyclopropane formation. Wait, but the question says that the Cope rearrangement involves a 1,5-diene.
89
+
90
+ Alternatively, maybe the reaction is a Diels-Alder reaction, but that's not mentioned here.
91
+
92
+ Alternatively, maybe the reaction is a nucleophilic substitution where the base deprotonates a carbon, leading to a carbonyl group. For example, if the substituent is a 1,2-diene, then the deprotonation might occur at the carbon adjacent to the double bond, leading to a carbonyl group.
93
+
94
+ But
95
+ ```