Automated MNLP evaluation report (2026-06-11)

#1
Files changed (1) hide show
  1. EVAL_REPORT.md +89 -0
EVAL_REPORT.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Automated MNLP evaluation report
2
+
3
+ - **Model repo:** [`cs-552-2026-TopHaylin/multilingual_model`](https://huggingface.co/cs-552-2026-TopHaylin/multilingual_model)
4
+ - **Owner(s):** group **TopHaylin**
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:** [`9c2d4b3`](https://huggingface.co/cs-552-2026-TopHaylin/multilingual_model/commit/9c2d4b3e8acad8da9296924b258329a8ef043362)
13
+ - **Message:** Update generation_config.json
14
+ - **Committed:** 2026-06-05T15:30:22+00:00
15
+
16
+ ## Summary
17
+
18
+ | Benchmark | Accuracy | Status |
19
+ |---|---:|---|
20
+ | Math | — | not run |
21
+ | Knowledge | — | not run |
22
+ | Multilingual | 0.5500 | 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**: `B`
34
+ - **overall** (1/1 completions correct)
35
+ - **extracted** (✓): `B`
36
+ - **completion**:
37
+
38
+ ```text
39
+ The question is asking about the meaning of the enzyme $K_m$ value.
40
+
41
+ Let's analyze each option:
42
+
43
+ A. The optimal enzyme concentration: This is incorrect. The $K_m$ value is not related to the optimal concentration of the enzyme. It is a measure of the enzyme's affinity for its substrate.
44
+
45
+ B. The enzyme's affinity for the substrate: This is correct. The $K_m$ value is a measure of the enzyme's affinity for its substrate. A lower $K_m$ value indicates a higher affinity for the substrate, meaning the enzyme can work more efficiently at lower substrate concentrations.
46
+
47
+ C. The type of enzyme inhibitor: This is incorrect. The $K_m$ value is not related to the type of enzyme inhibitor. It is a measure of the enzyme's affinity for its substrate, regardless of the presence of inhibitors.
48
+
49
+ D. The speed of the enzyme-catalyzed reaction: This is incorrect. The $K_m$ value is not directly related to the speed of the reaction. It is a measure of the enzyme's affinity for its substrate, which affects the reaction rate but not the speed itself.
50
+ </think>
51
+
52
+ \boxed{B}
53
+ ```
54
+
55
+ **Incorrect** (1 shown)
56
+
57
+ - **reference**: `C`
58
+ - **overall** (0/1 completions correct)
59
+ - **extracted** (✗): `A`
60
+ - **completion**:
61
+
62
+ ```text
63
+ The question is asking about the meanings of the words "पोथीखाना खुलवाए" in Hindi, which translates to "to open the gate of the pothi." The correct answer is given as A: तद्भव - तत्सम.
64
+
65
+ Let's analyze each option:
66
+
67
+ A. तद्भव - तत्सम:
68
+ - "तद्भव" means "to open" or "to open up."
69
+ - "तत्सम" means "the same" or "identical."
70
+ - This option correctly matches the meanings of the words in the phrase "पोथीखाना खुलवाए" (to open the gate of the pothi).
71
+
72
+ B. तत्सम - तत्सम:
73
+ - "तत्सम" means "the same" or "identical."
74
+ - "तत्सम" means "the same" or "identical."
75
+ - This option does not match the meanings of the words in the phrase.
76
+
77
+ C. तत्सम - आगत:
78
+ - "तत्सम" means "the same" or "identical."
79
+ - "आगत" means "arrival" or "arrival."
80
+ - This option does not match the meanings of the words in the phrase.
81
+
82
+ D. देशज - आगत:
83
+ - "देशज" means "local" or "native."
84
+ - "आगत" means "arrival" or "arrival."
85
+ - This option does not match the meanings of the words in the phrase.
86
+ </think>
87
+
88
+ \boxed{A}
89
+ ```