Update Automated MNLP evaluation report (2026-06-08)
Browse files- 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-
|
| 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:** [`
|
| 13 |
-
- **Message:**
|
| 14 |
-
- **Committed:** 2026-06-
|
| 15 |
|
| 16 |
## Summary
|
| 17 |
|
| 18 |
| Benchmark | Accuracy | Status |
|
| 19 |
|---|---:|---|
|
| 20 |
| Math | — | not run |
|
| 21 |
-
| Knowledge | 0.
|
| 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**: `
|
| 34 |
- **overall** (1/1 completions correct)
|
| 35 |
-
- **extracted** (✓): `
|
| 36 |
- **completion**:
|
| 37 |
|
| 38 |
```text
|
| 39 |
<think>
|
| 40 |
-
|
| 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 |
-
|
| 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**: `
|
| 67 |
- **overall** (0/1 completions correct)
|
| 68 |
-
- **extracted** (✗): `
|
| 69 |
- **completion**:
|
| 70 |
|
| 71 |
```text
|
| 72 |
<think>
|
| 73 |
-
|
| 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 |
-
|
| 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 |
```
|