zechen-nlp commited on
Commit
737e45f
Β·
verified Β·
1 Parent(s): 68c5da3

Update Automated MNLP evaluation report (2026-05-17)

Browse files
Files changed (1) hide show
  1. EVAL_REPORT.md +10 -8
EVAL_REPORT.md CHANGED
@@ -2,7 +2,7 @@
2
 
3
  - **Model repo:** [`cs-552-2026-MandMP/general_knowledge_model`](https://huggingface.co/cs-552-2026-MandMP/general_knowledge_model)
4
  - **Owner(s):** group **MandMP**
5
- - **Generated at:** 2026-05-16T04:57:46+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._
@@ -12,7 +12,7 @@ _This PR is opened automatically by the course CI. It is **non-blocking** β€” yo
12
  | Benchmark | Accuracy | Status |
13
  |---|---:|---|
14
  | Math | β€” | not run |
15
- | Knowledge | 0.2600 | ok |
16
  | Multilingual | β€” | not run |
17
  | Safety | β€” | not run |
18
 
@@ -24,28 +24,30 @@ _Prompts are intentionally omitted to avoid revealing benchmark contents. For mu
24
 
25
  **Correct** (1 shown)
26
 
27
- - **reference**: `G`
28
  - **overall** (1/1 completions correct)
29
- - **extracted** (βœ“): `G`
30
  - **completion**:
31
 
32
  ```text
 
33
  Let me work through this carefully.
34
  </think>
35
 
36
- \boxed{G}
37
  ```
38
 
39
  **Incorrect** (1 shown)
40
 
41
- - **reference**: `C`
42
  - **overall** (0/1 completions correct)
43
- - **extracted** (βœ—): `B`
44
  - **completion**:
45
 
46
  ```text
 
47
  Let me work through this carefully.
48
  </think>
49
 
50
- \boxed{B}
51
  ```
 
2
 
3
  - **Model repo:** [`cs-552-2026-MandMP/general_knowledge_model`](https://huggingface.co/cs-552-2026-MandMP/general_knowledge_model)
4
  - **Owner(s):** group **MandMP**
5
+ - **Generated at:** 2026-05-17T04:52:19+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._
 
12
  | Benchmark | Accuracy | Status |
13
  |---|---:|---|
14
  | Math | β€” | not run |
15
+ | Knowledge | 0.3700 | ok |
16
  | Multilingual | β€” | not run |
17
  | Safety | β€” | not run |
18
 
 
24
 
25
  **Correct** (1 shown)
26
 
27
+ - **reference**: `C`
28
  - **overall** (1/1 completions correct)
29
+ - **extracted** (βœ“): `C`
30
  - **completion**:
31
 
32
  ```text
33
+ <think>
34
  Let me work through this carefully.
35
  </think>
36
 
37
+ \boxed{C}
38
  ```
39
 
40
  **Incorrect** (1 shown)
41
 
42
+ - **reference**: `G`
43
  - **overall** (0/1 completions correct)
44
+ - **extracted** (βœ—): `C`
45
  - **completion**:
46
 
47
  ```text
48
+ <think>
49
  Let me work through this carefully.
50
  </think>
51
 
52
+ \boxed{C}
53
  ```