Datasets:

Modalities:
Audio
License:
IOAI-ISC commited on
Commit
73ffd24
·
verified ·
1 Parent(s): 1d93112

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 – Find the Order"
4
+ tags:
5
+ - ioai
6
+ - olympiad
7
+ - audio
8
+ - speech
9
+ viewer: false
10
+ ---
11
+
12
+ # IOAI 2026 — Find the Order
13
+
14
+ Official contest data for **Find the Order**, task 1 (Day 1) of the [IOAI 2026](https://ioai-official.org) Individual Contest, held in Astana, Kazakhstan.
15
+
16
+ Spoken English dialogues are segmented into speaker turns, one `.wav` per turn, and shuffled. Contestants reconstruct the original turn order. `prefix.json` in each dialogue folder gives the first two chunk indexes, fixing the reading direction.
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/1_Find_the_Order). 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 dialogues |
25
+ | Public – dry-run | `public/pretrain/`, `public/pretest/` + answers | yes | 20-dialogue 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
+ Audio: mono, 44.1 kHz; 7–20 chunks per dialogue. Answers files sit at the subset root, matching the contest grader's layout.
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 and developed by **Nurdaulet Akhanov**. Published by the IOAI 2026 Scientific Committee under CC BY 4.0.