Automated MNLP evaluation report (2026-06-11)

#1
Files changed (1) hide show
  1. EVAL_REPORT.md +59 -0
EVAL_REPORT.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Automated MNLP evaluation report
2
+
3
+ - **Model repo:** [`cs-552-2026-kth/multilingual_model`](https://huggingface.co/cs-552-2026-kth/multilingual_model)
4
+ - **Owner(s):** group **kth**
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:** [`f61be12`](https://huggingface.co/cs-552-2026-kth/multilingual_model/commit/f61be1265c5219756d478ec818a48a4b7caef62a)
13
+ - **Message:** Upload tokenizer
14
+ - **Committed:** 2026-06-08T11:35:14+00:00
15
+
16
+ ## Summary
17
+
18
+ | Benchmark | Accuracy | Status |
19
+ |---|---:|---|
20
+ | Math | — | not run |
21
+ | Knowledge | — | not run |
22
+ | Multilingual | 0.5000 | ok |
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
+ ### Multilingual
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
+ प्लीस्टोसीन के अंत में, दुनिया में समुद्र का स्तर बहुत कम हो गया, जिससे साइबेरिया के पूर्व में बेरिंगिया भूभाग उजागर हुआ। यह अवधि लेट ग्लेशियल मैक्सिमम कहलाती है।
41
+ </think>
42
+
43
+ \boxed{C}
44
+ ```
45
+
46
+ **Incorrect** (1 shown)
47
+
48
+ - **reference**: `C`
49
+ - **overall** (0/1 completions correct)
50
+ - **extracted** (✗): `A`
51
+ - **completion**:
52
+
53
+ ```text
54
+ <think>
55
+ The question describes a traffic sign indicating the direction of the vehicle. The correct action is to turn left, as the sign is on the right side. Option A correctly states "बायीं ओर मुड़ने का संकेत" (left turn sign). Other options are incorrect: B is for a right turn, C is for obeying a time restriction, and D is for reducing speed.
56
+ </think>
57
+
58
+ \boxed{A}
59
+ ```