IOAI-ISC commited on
Commit
198c6b4
·
verified ·
1 Parent(s): d18f9ad

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pretty_name: "IOAI 2026 – Robot Chasing"
4
+ tags:
5
+ - ioai
6
+ - olympiad
7
+ - grid-world
8
+ - instruction-following
9
+ viewer: false
10
+ ---
11
+
12
+ # IOAI 2026 — Robot Chasing
13
+
14
+ Official contest data for **Robot Chasing**, task 2 (Day 1) of the [IOAI 2026](https://ioai-official.org) Individual Contest, held in Astana, Kazakhstan.
15
+
16
+ Six robots operate in `6×6` grid rooms (an `8×8` array including walls). Each robot receives an English instruction describing a behaviour; contestants must predict the robots' actions from observations.
17
+
18
+ The task statement, translations, baseline and grader live in the [IOAI-2026 GitHub repository](https://github.com/IOAI-official/IOAI-2026/tree/main/Individual-Contest/2_Robot_Chasing). This repository holds **data only**.
19
+
20
+ ## Subsets
21
+
22
+ | Subset | Path | Contestants saw it | Role |
23
+ |---|---|---|---|
24
+ | Public – train | `public/train/` + `public/train_answers.json` | yes | labelled training observations |
25
+ | Public – dry-run | `public/pretrain/`, `public/pretest/` + answers | yes | small slices for pipeline validation |
26
+ | Private – Leaderboard A | `private/test_leaderboard_a/` + `private/test_leaderboard_a_answers.json` | no | **live leaderboard** during the contest |
27
+ | Private – Leaderboard B | `private/test_leaderboard_b/` + `private/test_leaderboard_b_answers.json` | no | **final ranking** |
28
+
29
+ Answers files sit at the subset root (`*_answers.json`), not inside the split folders — the layout the contest grader expects.
30
+
31
+ > ⚠️ **The `private/` subset contains the graded splits and their answer keys.** Published for post-contest study; the task cannot be reused for competition.
32
+
33
+ ## Credits
34
+
35
+ Proposed by **Salem Lahlou**; developed by **Anuar Aimoldin**, **Kamalkhan Artykbayev** and **Nurdaulet Akhanov**. Published by the IOAI 2026 Scientific Committee under CC BY 4.0.