Discord

Checklist VsOSh AI 2026 Final Stage, Tour 1 (theory) · E task

New Sample

Russian title: Новая выборка

Express the coefficient of determination of a regression refitted on data augmented with its own predictions in terms of the original one.

  • Proof (linear regression)
  • Russian original · English translation

The task

A model f(x) = ax + b is fitted by least squares on (x₁, y₁), …, (x_n, y_n), and R₀² = 1 − Σ(y_i − f(x_i))² / Σ(y_i − ȳ)² is computed on this sample.

A new sample of 2n objects is formed by adding the n points (x_i, f(x_i)). A model g(x) = cx + d is fitted on it by least squares and its coefficient of determination R₁² is computed on all 2n objects. Assuming both fits are unique, express R₁² in terms of R₀².

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 17 September 2026.

Read the task statement in English 312 words

New Sample

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

All-Russian School Olympiad in Informatics 2025–2026, Final Stage
“Artificial Intelligence” profile, Tour 1, Moscow, 23 March 2026
Task E

A model predicts a real number from a real number xx by the method of linear regression, that is, by the formula f(x)=ax+bf(x) = ax + b, where a,bRa, b \in \mathbb{R} are the parameters of the model ff.

A training sample (x1,y1),(x2,y2),(xn,yn)(x_1, y_1), (x_2, y_2), \ldots (x_n, y_n) is given, where x1,,xn,y1,ynRx_1, \ldots, x_n, y_1, \ldots y_n \in \mathbb{R}. The model ff is trained on these data: the parameters aa and bb are chosen by the least-squares method, that is, so that the value of the expression

i=1n(yif(xi))2\sum_{i=1}^{n} (y_i - f(x_i))^2

is minimal.

We define the coefficient of determination R02R_0^2, computed on this sample, as follows:

R02=1i=1n(yif(xi))2i=1n(yiyˉ)2,whereyˉ=1ni=1nyi.R_0^2 = 1 - \frac{\sum\limits_{i=1}^{n} (y_i - f(x_i))^2}{\sum\limits_{i=1}^{n} (y_i - \bar{y})^2}, \qquad \text{where} \quad \bar{y} = \frac{1}{n} \sum_{i=1}^{n} y_i.

We construct a new sample by adding the nn objects (xi,f(xi))(x_i, f(x_i)), i=1,2,,ni = 1, 2, \ldots, n, to the original one. Let a model g(x)=cx+dg(x) = cx + d be trained on the resulting sample of 2n2n objects, also by the least-squares method. Denote by R12R_1^2 the coefficient of determination for the model gg, computed on the sample of all 2n2n objects.

It is assumed that the parameters of both models could be determined by the least-squares method uniquely.

Express R12R_1^2 in terms of R02R_0^2.

Translated by SOTA. The Russian original is the official version and wins wherever the two differ. 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
Written solution (proof or answer with justification), graded by the criteria in the official solutions file.
Scoring
Points awarded by the published criteria (partial credit for stated intermediate results; deductions for gaps).
Rules
  • Written tour; no computer-based submission.
Format
Final stage, Tour 1 (theoretical), Moscow, 23 March 2026; grades 9–11; individual written tour.

Details

Year
2026, Moscow, Russia
Round
Final Stage, Tour 1 (theory) · E task
Language
Russian; English translation by SOTA
License
Not stated by the source