Discord

Checklist VsOSh AI 2026 School Stage (Sirius platform, region group 2), grades 9–11 · Task 3

Choosing a Model by MSE

Russian title: Задание 3

Choose, among four formulas, the one with the lowest mean squared error on a training set and on the combined data.

  • Model selection (overfitting)
  • Russian original · English translation

The task

Training points: (−0.5, −0.75), (0, −0.5), (0.5, 1.25), (1, 1.5). Validation points: (2, 5.0), (3, 11.5), (4, 14.0). Candidate models: y = 2x, y = x + 0.5, y = ½(x + 2)² − 2 and y = (x + 1)² − 1; quality is the mean squared error.

Choose the model with the lowest MSE on the training set, and the model with the lowest MSE on all seven points together.

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 3 files into English on 16 September 2026.

Read the task statement in English 339 words

Choosing a Model by MSE

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 of the All-Russian School Olympiad (VsOSh) 2025/26 in artificial intelligence (region group II), grades 9–11. The official answer and solution are in a separate file.

Two sets of points are given (we will call the first one the training set and the second one the validation set).

Training: (0.5,0.75),(0,0.5),(0.5,1.25),(1,1.5).\text{Training: } (-0.5, -0.75), (0, -0.5), (0.5, 1.25), (1, 1.5).

Validation: (2,5.0),(3,11.5),(4,14.0).\text{Validation: } (2, 5.0), (3, 11.5), (4, 14.0).

[Figure: see the original statement.]

Translator's transcription of the figure: the seven points above plotted on a grid (xx from −6 to 9, yy from −1 to 14), with the legend “Training points” (orange circles) and “Validation points” (blue squares). In the PDF the figure is printed at the top of the next page, inside the solution.

Four models are considered (that is, rules that specify how yy depends on xx):

  • y=2xy = 2x,
  • y=x+0.5y = x + 0.5,
  • y=12(x+2)22y = \frac{1}{2}(x + 2)^2 - 2,
  • y=(x+1)21y = (x + 1)^2 - 1.

The quality of each model on a set of points is assessed by the formula:

(y1y^1)2+(y2y^2)2++(yny^n)2n,\frac{\left(y_1 - \hat{y}_1\right)^2 + \left(y_2 - \hat{y}_2\right)^2 + \ldots + \left(y_n - \hat{y}_n\right)^2}{n},

where yiy_i is the actual value and y^i\hat{y}_i is the value given by the model's formula at the same point xix_i. The smaller the error, the better the model describes the data of this set.

Choose the model with the smallest mean squared error on the training set.
Choose the model with the smallest mean squared error on the combined set of all seven points (training and validation together).

Scoring criterion: 6 points for each correct answer

Maximum score for the task — 12

Translated by SOTA. The Russian original is the official version and wins wherever the two differ. Statement and official solution come from one PDF, the analysis of the school-stage tasks for region group II, grades 9–11, linked from the olympiad's Sirius page. The scatter plot, which only repeats the listed points, is described in words. 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
Two model choices.
Scoring
Each correct choice 6 points (12 in total).
Format
School stage on the Sirius.Courses platform, region group 2, 24 October 2025; grades 9–11; individual; 150 minutes; maximum 112 points for the paper (tasks 1–6: 12 points each; tasks 7–8: 20 points each).

Details

Year
2026, Schools in the regions of group 2 (Sirius.Courses online platform)
Round
School Stage (Sirius platform, region group 2), grades 9–11 · Task 3
Language
Russian; English translation by SOTA
License
Not stated by the source