Automated MNLP evaluation report (2026-06-11)

#1
Files changed (1) hide show
  1. EVAL_REPORT.md +88 -0
EVAL_REPORT.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Automated MNLP evaluation report
2
+
3
+ - **Model repo:** [`cs-552-2026-MMRF/multilingual_model`](https://huggingface.co/cs-552-2026-MMRF/multilingual_model)
4
+ - **Owner(s):** group **MMRF**
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:** [`74c4ca4`](https://huggingface.co/cs-552-2026-MMRF/multilingual_model/commit/74c4ca481a26295ce85a632db3de7add2bb746ab)
13
+ - **Message:** Update chat_template.jinja
14
+ - **Committed:** 2026-06-10T21:16:14+00:00
15
+
16
+ ## Summary
17
+
18
+ | Benchmark | Accuracy | Status |
19
+ |---|---:|---|
20
+ | Math | — | not run |
21
+ | Knowledge | — | not run |
22
+ | Multilingual | 0.5800 | 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
+ Okay, let's try to figure out this question. The question is about departmentalization and which type of structure uses it to form permanent special project groups. The options are functional, matrix, project, and network structures.
41
+
42
+ First, I need to recall what each structure entails.
43
+
44
+ Functional structure: This is where departments or functions are organized separately, and each depart
45
+
46
+ ... [truncated 822 chars] ...
47
+
48
+ иональная структура** (A) характеризуется разделением на функциональные подразделения, где проектные группы могут быть временными, но не всегда постоянными. Это не соответствует условию вопроса.
49
+
50
+ **Матричная структура** (B) сочетает функциональные и проектные элементы, но проектные группы в ней обычно временные, так как они возникают для конкретных проектов и закрываются после их завершения. Это также не подходит.
51
+
52
+ **Проектная структура** (C) основана на организации вокруг проектов. В ней формируются специальные проектные группы, которые могут быть временными, но в некоторых случаях (например, при длительных или устойчивых проектах) они могут быть действующими на постоянной основе. Однако ключевой момент — **постоянность**, что делает эту структуру подходящей для формирования **действующих на постоянной основе** специальных проектных групп.
53
+
54
+ **Сетевая структура** (D) не имеет четкой структуры и часто используется в дисциплинарных или дистанционных условиях, где нет постоянных проектных групп.
55
+
56
+ Таким образом, **проектная структура** (C) — это единственная, которая позволяет формировать специальные проектные группы на постоянной основе, используя департаментализацию.
57
+
58
+ $$
59
+ \boxed{C}
60
+ $$
61
+ ```
62
+
63
+ **Incorrect** (1 shown)
64
+
65
+ - **reference**: `D`
66
+ - **overall** (0/1 completions correct)
67
+ - **extracted** (✗): `<no answer>`
68
+ - **completion**:
69
+
70
+ ```text
71
+ <think>
72
+ Okay, let's tackle this question. The user is asking about the class in modern society that advocates for political, economic, and cultural stability. The options are андеграунд, низший, высший, and средний.
73
+
74
+ First, I need to recall what each of these terms means. "Андеграунд" translates to "underground" or "underground class," which might refer to a group that's not part of the official s
75
+
76
+ ... [truncated 5 chars] ...
77
+
78
+ hierarchy. "Низший" is "lowest," so that's the bottom class. "Высший" is "highest," meaning the top class. "Средний" is "middle."
79
+
80
+ Now, the question is about a class that supports stability in politics, economy, and culture. Stability in these areas typically relates to the ruling or dominant class. The highest class, or высший, would be the ones who control the resources and maintain the system, hence they would advocate for stability. The middle class (средний) might be more interested in growth and development, while the lower class (низший) might focus on survival. The underground class (андеграунд) is less likely to be associated with stability.
81
+
82
+ So, the answer should be C. высший.
83
+ </think>
84
+
85
+ Класс современного общества, выступающий за политическую, экономическую и культурную стабильность, относится к **высшему** классу. Этот класс, как правило, состоит из представителей, которые управляют ресурсами, регулируют экономику и политику, обеспечивая порядок и стабильность. Средний класс может быть более активным в развитии и изменении системы, а нижний класс — в защите своих интересов. Андеграунд — это не класс, а группа, не включённая в официальную структуру.
86
+
87
+ **Ответ: C. высший**
88
+ ```