Automated MNLP evaluation report (2026-06-11)

#1
Files changed (1) hide show
  1. EVAL_REPORT.md +110 -0
EVAL_REPORT.md ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Automated MNLP evaluation report
2
+
3
+ - **Model repo:** [`cs-552-2026-the-transformers/general_knowledge_model`](https://huggingface.co/cs-552-2026-the-transformers/general_knowledge_model)
4
+ - **Owner(s):** group **the-transformers**
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:** [`a4ce155`](https://huggingface.co/cs-552-2026-the-transformers/general_knowledge_model/commit/a4ce155f8f52f41e8bf577b2d750a53186729715)
13
+ - **Message:** Upload general knowledge SFT checkpoint
14
+ - **Committed:** 2026-06-08T18:41:16+00:00
15
+
16
+ ## Summary
17
+
18
+ | Benchmark | Accuracy | Status |
19
+ |---|---:|---|
20
+ | Math | β€” | not run |
21
+ | Knowledge | 0.4200 | ok |
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
+ ### Knowledge
30
+
31
+ **Correct** (1 shown)
32
+
33
+ - **reference**: `B`
34
+ - **overall** (1/1 completions correct)
35
+ - **extracted** (βœ“): `B`
36
+ - **completion**:
37
+
38
+ ```text
39
+ <think>
40
+ Okay, let's try to figure this out. The question is about determining the correct 1H NMR data for a specific compound. Let me start by recalling what each part of the NMR data tells us.
41
+
42
+ First, the compound is a di-substituted 6-membered aromatic ring with 8 carbon atoms. That means the aromatic ring is a benzene ring, but since it's di-substituted, there are two substituents. The ring has
43
+
44
+ ... [truncated 822 chars] ...
45
+
46
+ th aromatic protons.
47
+
48
+ - **Option B**:
49
+ - Aromatic protons at **7.8 (2H, d)** and **7.6 (2H, d)** β€” again, consistent with **two aromatic protons**.
50
+ - The **s at 2.3 ppm** is consistent with **two CH3 groups** (each at 2.3 ppm).
51
+ - The **carbonyl group** is at **1700–1750 ppm**, which is typical for a carbonyl group.
52
+ - This configuration is **chemically plausible** for a substituted aromatic ring with **two substituents**, and the **aromatic protons are double-decoupled**, matching the expected pattern for a di-substituted aromatic ring.
53
+
54
+ - **Option C**:
55
+ - Aromatic protons at **4.8 (2H, d)** and **4.6 (2H, d)** β€” **too low** for aromatic protons (typically around 6.5–8.5 ppm), so inconsistent with aromatic structure.
56
+
57
+ - **Option D**:
58
+ - Similar to Option C, aromatic protons are **too low** for aromatic protons and **not consistent** with the presence of a carbonyl group.
59
+
60
+ ---
61
+
62
+ ### Conclusion:
63
+
64
+ Option **B** provides the most chemically consistent and plausible NMR data for a **di-substituted aromatic ring** with a **carbonyl group** and an **aromatic-halogen bond**. It matches all expected chemical shifts and splitting patterns for such a compound.
65
+
66
+ $$
67
+ \boxed{B}
68
+ $$
69
+ ```
70
+
71
+ **Incorrect** (1 shown)
72
+
73
+ - **reference**: `I`
74
+ - **overall** (0/1 completions correct)
75
+ - **extracted** (βœ—): `F`
76
+ - **completion**:
77
+
78
+ ```text
79
+ <think>
80
+ Okay, let's see. The question is about executory contracts and which statement is least correct. First, I need to remember the definitions related to executory contracts.
81
+
82
+ An executory contract is one where one party has already performed, and the other hasn't yet begun. So, for example, if Party A has delivered a product to Party B, but Party B hasn't accepted it yet. That would be an ex
83
+
84
+ ... [truncated 822 chars] ...
85
+
86
+ yet begun performance.*
87
+ βœ… Correct. This matches the definition of an executory contract.
88
+
89
+ - **D.** *A wholly executory contract is where only promises have been exchanged and there has been no performance by either party.*
90
+ βœ… Correct. This is the definition of a wholly executory contract.
91
+
92
+ - **E.** *A partially executed contract means that at least one party has begun performance.*
93
+ βœ… Correct. This is consistent with the definition of a partially executed contract.
94
+
95
+ - **F.** *An executory contract is when both parties have yet to begin performance.*
96
+ ❌ **Incorrect.** An executory contract is not one where **both parties have yet to begin** performance. It is one where **one has begun**, and the **other has not**. Therefore, this statement is **false**.
97
+
98
+ - **G.** *A fully executed contract is when both parties have completed their performance.*
99
+ βœ… Correct. This is the definition of a fully executed contract.
100
+
101
+ ---
102
+
103
+ ### Conclusion:
104
+
105
+ Among all the options, **F** is the **least correct** because it incorrectly defines an executory contract. It suggests that both parties have not yet begun performance, which is **not** the case for an executory contract.
106
+
107
+ $$
108
+ \boxed{F}
109
+ $$
110
+ ```