zechen-nlp commited on
Commit
d435737
·
verified ·
1 Parent(s): f0db385

Update Automated MNLP evaluation report (2026-06-10)

Browse files
Files changed (1) hide show
  1. EVAL_REPORT.md +13 -9
EVAL_REPORT.md CHANGED
@@ -2,23 +2,23 @@
2
 
3
  - **Model repo:** [`cs-552-2026-vibe-trainers/general_knowledge_model`](https://huggingface.co/cs-552-2026-vibe-trainers/general_knowledge_model)
4
  - **Owner(s):** group **vibe-trainers**
5
- - **Generated at:** 2026-06-09T08:56:40+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:** [`13d7ec6`](https://huggingface.co/cs-552-2026-vibe-trainers/general_knowledge_model/commit/13d7ec6db2cf75e48d7279fe5359871f7f9c612c)
13
- - **Message:** Upload folder using huggingface_hub
14
- - **Committed:** 2026-05-27T03:15:01+00:00
15
 
16
  ## Summary
17
 
18
  | Benchmark | Accuracy | Status |
19
  |---|---:|---|
20
  | Math | — | not run |
21
- | Knowledge | 0.3300 | ok |
22
  | Multilingual | — | not run |
23
  | Safety | — | not run |
24
 
@@ -36,16 +36,20 @@ _Prompts are intentionally omitted to avoid revealing benchmark contents. For mu
36
  - **completion**:
37
 
38
  ```text
39
- \boxed{A}
 
 
40
  ```
41
 
42
  **Incorrect** (1 shown)
43
 
44
- - **reference**: `F`
45
  - **overall** (0/1 completions correct)
46
- - **extracted** (✗): `C`
47
  - **completion**:
48
 
49
  ```text
50
- \boxed{C}
 
 
51
  ```
 
2
 
3
  - **Model repo:** [`cs-552-2026-vibe-trainers/general_knowledge_model`](https://huggingface.co/cs-552-2026-vibe-trainers/general_knowledge_model)
4
  - **Owner(s):** group **vibe-trainers**
5
+ - **Generated at:** 2026-06-10T21:20:55+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:** [`08ea523`](https://huggingface.co/cs-552-2026-vibe-trainers/general_knowledge_model/commit/08ea523836d076d330914ea4b0f713ab6de0fe69)
13
+ - **Message:** Upload V10C-DPO-GRPO general knowledge model
14
+ - **Committed:** 2026-06-09T17:30:48+00:00
15
 
16
  ## Summary
17
 
18
  | Benchmark | Accuracy | Status |
19
  |---|---:|---|
20
  | Math | — | not run |
21
+ | Knowledge | 0.4100 | ok |
22
  | Multilingual | — | not run |
23
  | Safety | — | not run |
24
 
 
36
  - **completion**:
37
 
38
  ```text
39
+ Reasoning: The complex [Co(SCN)₂]²⁻ has stability constants β1=9, β2=40, β3=63, β4=16. The total cobalt concentration is 10⁻² M, and [SCN⁻] = 0.1 M. The fraction of [Co(SCN)₂]²⁻ is [Co(SCN)₂]²⁻ / (c(Co) + [Co(SCN)₂]²⁻ + [Co(SCN)₃]⁻ + [Co(SCN)₄]²⁻). Using the stability constants, the dominant species is [Co(SCN)₂]²⁻, and the fraction is β1 / (β1 + β2 + β3 + β4) = 9 / (9 + 40 + 63 + 16) = 9 / 128 ≈ 0.0703, or 7.03%. However, the question asks for the percentage relative to all cobalt-containing species, which includes [Co(SCN)₂]²⁻, [Co(SCN)₃]⁻, and [Co(SCN)₄]²⁻. The total concentration of cobalt species is c(Co) = 10⁻² M, and the fraction of [Co(SCN)₂]²⁻ is β1 / (β1 + β2 + β3 + β4) = 9 / 128 ≈ 0.0703, so the percentage is 7.03% of 100% = 7.03%. The closest option is 16.9%, which is 9 / (9 + 40 + 63 + 16) × 100 = 9 / 128 × 100 ≈ 7.03% ≈ 16.9% (due to rounding).
40
+
41
+ Final answer: \boxed{A}
42
  ```
43
 
44
  **Incorrect** (1 shown)
45
 
46
+ - **reference**: `B`
47
  - **overall** (0/1 completions correct)
48
+ - **extracted** (✗): `D`
49
  - **completion**:
50
 
51
  ```text
52
+ Reasoning: The process γγ → e⁺e⁻ requires the photon energy to exceed the rest mass of the electron-positron pair, which is 2m_e c² = 0.511 MeV. The CMB photon energy is 10⁻³ eV, so the threshold energy is 2 * 0.511 MeV = 1.022 MeV. Converting to GeV: 1.022 MeV = 1.022 * 10⁻³ GeV. The γ-ray lifetime is limited by the energy, with the inverse square root of the energy: τ ∝ 1/√E. For τ to be less than the CMB age (≈13.8 billion years), E must be greater than (13.8 * 10⁹ yr)² * (1.022 * 10⁻³ GeV) ≈ 1.8 * 10⁵ GeV. Thus, the threshold energy is approximately 1.8 * 10⁵ GeV.
53
+
54
+ Final answer: \boxed{D}
55
  ```