Discord

Checklist VsOSh AI 2026 School Stage (Moscow), grades 9–11 · Task 3

Pink Lemurs: Classification Metrics

Russian title: Задание 3

Decide which of four classifiers maximises each of five standard metrics on an imbalanced test set.

  • Classification metrics
  • Russian original · English translation

The task

A test group of 100 lemurs contains 10% rare pink lemurs (class 1) and 90% ordinary lemurs (class 0). Model A predicts class 0 for everyone, model B predicts class 1 for everyone, model C has TP = 7, FP = 8, TN = 82, FN = 3, and model D has TP = 8, FP = 14, TN = 76, FN = 2.

For the metrics M1 = accuracy, M2 = TP/(TP+FN), M3 = TN/(TN+FP), M4 = (M2 + M3)/2 (balanced accuracy) and M5 = TP/(TP+FP) (precision), determine which model attains the maximum of each metric; a metric is not computed for a model if it would require division by zero.

Abridged and translated by SOTA from the official Russian materials. The official statement has the exact rules, and it wins wherever this summary differs.

In English

This task was published in Russian. SOTA translated its 4 files into English on 16 September 2026.

Read the task statement in English 423 words

Pink Lemurs: Classification Metrics

English translation by SOTA – AI Community of the Russian original. Organisers who would like this translation removed can email [email protected].

Task 3 of the school stage (Moscow) of the All-Russian School Olympiad (VsOSh) 2025/26 in artificial intelligence, grades 9–11. Original: tasks-ai-9-11-sch-msk-25-26.pdf.

A nature reserve plans to introduce automatic monitoring of rare pink lemurs. To test the system, a group of 100 animals was selected, in which 10% are pink lemurs (class 1) and the remaining 90% are ordinary lemurs (class 0). We will call this group the test set.

For each individual in the test set, AI models made a prediction of which class (0 or 1) that lemur belongs to. To assess the quality of recognition, we introduce the following standard notation:

  • TPTP. Predicted class (1), actual class (1).
  • FPFP. Predicted class (1), actual class (0).
  • TNTN. Predicted class (0), actual class (0).
  • FNFN. Predicted class (0), actual class (1).

In total, the test set contains P=TP+FNP = TP + FN objects (lemurs) of class 1 and N=TN+FPN = TN + FP objects of class 0.

Four AI models (A, B, C and D) recognised the lemurs from the test set. Model A assigned all lemurs to class 0, and model B assigned all lemurs to class 1. Data on the performance of models C and D are given in the table below.

Model TP FP TN FN
C 7 8 82 3
D 8 14 76 2

For models A, B, C, D, we compute the following five metrics M1,M2,M3,M4,M5M_1, M_2, M_3, M_4, M_5 (if a division by zero occurs for some model, the corresponding metric is not computed for it).

M1=TP+TNP+N(overall accuracy),M2=TPTP+FN(correct on class 1),M3=TNTN+FP(correct on class 0),M4=12(M2+M3)(balanced accuracy),M5=TPTP+FP(precision on predictions of 1).\begin{aligned} M_1 &= \frac{TP + TN}{P + N} && \text{(overall accuracy)},\\ M_2 &= \frac{TP}{TP + FN} && \text{(correct on class 1)},\\ M_3 &= \frac{TN}{TN + FP} && \text{(correct on class 0)},\\ M_4 &= \tfrac{1}{2}\,(M_2 + M_3) && \text{(balanced accuracy)},\\ M_5 &= \frac{TP}{TP + FP} && \text{(precision on predictions of 1)}. \end{aligned}

For each of the metrics M1,M2,,M5M_1, M_2, \ldots, M_5, determine for which of the models its maximum value is attained.

Translator's note: the statement paper gives only the total for the olympiad (112 points); the official solutions give this task a maximum of 12 points.

Translated by SOTA. The Russian original is the official version and wins wherever the two differ. Translated from the statement and solution PDFs of the Moscow school stage (grades 9–11) on vos.olimpiada.ru. The official solutions print the scoring as 'exact match — 1 point' next to a 12-point maximum, without saying how the points are split. If you organise this olympiad and would like the translation removed, email [email protected] and we will take it down.

At a glance

You get
Statement only.
You submit
For each of M1–M5, the model(s) with the maximal value.
Scoring
Exact answer (points per task are not stated in the statement file).
Format
School stage (Moscow), started 24 October 2025, grades 9–11; individual; online testing system; maximum 112 points for the paper.

Details

Year
2026, Moscow, Russia (online testing system)
Round
School Stage (Moscow), grades 9–11 · Task 3
Language
Russian; English translation by SOTA
License
Not stated by the source