zechen-nlp commited on
Commit
2f0228b
·
verified ·
1 Parent(s): ff29d91

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

Browse files
Files changed (1) hide show
  1. EVAL_REPORT.md +14 -38
EVAL_REPORT.md CHANGED
@@ -2,23 +2,23 @@
2
 
3
  - **Model repo:** [`cs-552-2026-thinking-tokens/general_knowledge_model`](https://huggingface.co/cs-552-2026-thinking-tokens/general_knowledge_model)
4
  - **Owner(s):** group **thinking-tokens**
5
- - **Generated at:** 2026-06-06T17:33:41+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:** [`5865a51`](https://huggingface.co/cs-552-2026-thinking-tokens/general_knowledge_model/commit/5865a51d2d413dc27830a2eae5d4fa516d375260)
13
- - **Message:** Upload folder using huggingface_hub
14
- - **Committed:** 2026-06-03T17:42:50+00:00
15
 
16
  ## Summary
17
 
18
  | Benchmark | Accuracy | Status |
19
  |---|---:|---|
20
  | Math | — | not run |
21
- | Knowledge | 0.1500 | ok |
22
  | Multilingual | — | not run |
23
  | Safety | — | not run |
24
 
@@ -30,53 +30,29 @@ _Prompts are intentionally omitted to avoid revealing benchmark contents. For mu
30
 
31
  **Correct** (1 shown)
32
 
33
- - **reference**: `C`
34
  - **overall** (1/1 completions correct)
35
- - **extracted** (✓): `C`
36
  - **completion**:
37
 
38
  ```text
39
  <think>
40
- Okay, let's try to figure out this problem. So the question is about a computer program where integers are represented using 3 bits. When they add 5 and 3, the result is 0. The options are about possible reasons for this outcome. Let's break it down step by step.
41
-
42
- First, I remember that in computer systems, integers are usually stored using binary, and when you add numbers, there's the pos
43
-
44
- ... [truncated 822 chars] ...
45
-
46
- that the sum is larger than 3 bits, which leads to overflow. So E might not be the answer.
47
-
48
- F. Calculated in binary, not decimal – but the program's output is 0. If the program uses binary addition, then yes, but how does that lead to 0? Maybe if there's an overflow, but the problem states the result is 0. So F's option is a possibility, but does it explain why 5 + 3 = 0?
49
-
50
- G. Underflow – no, underflow would be a negative number. So not relevant here.
51
-
52
- H. 2's complement and negative number – but 8 in 3 bits is 000, which is positive. So 2's complement would represent negative numbers, but 8 is positive. So H is incorrect.
53
-
54
- I. Lossy compression – that's not related to binary addition.
55
 
56
- J. Syntax error – the question says the program outputs 0. If there's a syntax error, maybe the program tried to add numbers in a different way, but the problem states the program's output is 0, so maybe that's not the issue. But syntax error would cause a runtime error, but the output is 0. Maybe not J.
57
-
58
- So the main issue is that the sum of 5 and 3 in 3-bit integers is 8, which is outside the range. So overflow occurs, and the result wraps to 0. Therefore, the correct answer is C.
59
- </think>
60
-
61
- \boxed{C}
62
  ```
63
 
64
  **Incorrect** (1 shown)
65
 
66
- - **reference**: `B`
67
  - **overall** (0/1 completions correct)
68
- - **extracted** (✗): `<no answer>`
69
  - **completion**:
70
 
71
  ```text
72
  <think>
73
- Okay, let's tackle this problem. So, we have a bosonic field X coupling to fermions through a term involving the fermion fields ψ_f and the boson X. The Lagrangian is given as L = f ( + X) ψ_f, and the mass of X is 6 GeV. We need to find the kinematically allowed decay modes of X at leading order.
74
-
75
- First, I remember that in particle physics, when a heavy particle like X decays, it c
76
-
77
- ... [truncated 823 chars] ...
78
-
79
- e the Lagrangian again.
80
 
81
- The Lagrangian is -λ f f̄ (ῡ + X) ψ_f. So maybe f is a fermion field, f̄ is its antiquark, (ῡ + X) is the sum of the up quark field and the boson X, multiplied by ψ_f. Wait, maybe the coupling is between X and the fermion fields. So for each fermion field ψ_f, the term is -λ f f̄ (ῡ + X) ψ_f. So the coupling is between X and the product of two fermion fields. So when X decays, the decay products would have to be pairs of fermions, each of which is part of the product f f̄. But since X has a mass of 6 GeV, and the fermions here are part of the product f f̄, which would require that each fermion has mass at least the mass of X. But wait, the mass of X is 6 GeV, but the quark masses are much higher. Wait, maybe the coupling here is actually between X and the quark fields, and the problem is mistyped? Because if the coupling is between X and quarks, then X would decay into pairs of quarks, each with mass ~ GeV. But the quark masses are typically around 5 GeV (like up, down, charm, strange, top). So 5 GeV quark pairs would have a total mass of 10 GeV. But the boson X has mass 6 GeV, so the invariant mass of the decay products would be at least 6 GeV. But a quark
82
  ```
 
2
 
3
  - **Model repo:** [`cs-552-2026-thinking-tokens/general_knowledge_model`](https://huggingface.co/cs-552-2026-thinking-tokens/general_knowledge_model)
4
  - **Owner(s):** group **thinking-tokens**
5
+ - **Generated at:** 2026-06-08T04:40:54+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:** [`3dade21`](https://huggingface.co/cs-552-2026-thinking-tokens/general_knowledge_model/commit/3dade21d4454015942e40dab74360bb2fa82960e)
13
+ - **Message:** Update generation_config.json
14
+ - **Committed:** 2026-06-07T21:40:33+00:00
15
 
16
  ## Summary
17
 
18
  | Benchmark | Accuracy | Status |
19
  |---|---:|---|
20
  | Math | — | not run |
21
+ | Knowledge | 0.3000 | ok |
22
  | Multilingual | — | not run |
23
  | Safety | — | not run |
24
 
 
30
 
31
  **Correct** (1 shown)
32
 
33
+ - **reference**: `D`
34
  - **overall** (1/1 completions correct)
35
+ - **extracted** (✓): `D`
36
  - **completion**:
37
 
38
  ```text
39
  <think>
40
+ We need to determine how much insurance will pay for Frank Hartman's car after a $2,350 damage. ThomasSiden has property-damage insurance on his car with a $5,000 limit. This means that the insurance company will cover up to the $5,000 limit, but not more than that. Since the damage is $2,350, which is less than $5,000, the insurance company will pay the full amount of the damage, not less. Therefore, the correct answer is the amount of the damage itself. The options include $2,350 as an option, so that is the correct choice.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
 
42
+ \boxed{D}
 
 
 
 
 
43
  ```
44
 
45
  **Incorrect** (1 shown)
46
 
47
+ - **reference**: `C`
48
  - **overall** (0/1 completions correct)
49
+ - **extracted** (✗): `H`
50
  - **completion**:
51
 
52
  ```text
53
  <think>
54
+ The patient's symptoms of urinary frequency and incontinence that begin a few days before flights and resolve the day after are classic signs of psychosomatic urinary incontinence. These symptoms are often triggered by stress, anxiety, or other psychological factors, particularly when the patient is about to travel. The only medication she takes is an oral contraceptive, which is not indicated for this condition. The other options are either unnecessary (diet change, behavioral therapy, physical therapy, psychoanalytic psychotherapy) or not indicated (neurological examination, sexual history review, stopping contraceptives). Therefore, the most appropriate next step is to advise her to stop taking oral contraceptives, as they are likely the cause of the symptoms.
55
+ </think>
 
 
 
 
 
56
 
57
+ \boxed{H}
58
  ```