The dataset viewer is not available for this split.
Error code: TooBigContentError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
LiveOIBench Tests
LiveOIBench consists of 403 coding problems collected directly from the official websites of 72 competitions across 14 renowned Informatics Olympiads, focusing on contests held from 2023 onward. We collect all the offical test cases, human contestant ranking results, and contestant Codeforces profiles.
Usage
Please see this Github repository for downloading and processing the dataset.
Files
liveoibench_testcases_v1_2023.parquet– testcases for problems from 2023.liveoibench_testcases_v1_2024.parquet– testcases for problems from 2024.liveoibench_testcases_v1_2025.parquet– testcases for problems from 2025/01 to 2025/05.
The test files are large; please download them with caution.
Schema
Each row in the testcases Parquet files has the following fields:
id: Unique integer identifier for the row.problem_id: Identifier of the corresponding problem, matching theproblem_idcolumn in LiveOIBench.subtasks: JSON‑encoded mapping from subtask indices to subtask metadata. Each entry typically includes:score(numeric subtask score),testcases(list of testcase identifiers assigned to the subtask), andtask(optional descriptive label for the subtask).
tests: JSON‑encoded mapping from testcase identifiers to their I/O content. For each testcase id, the value is an object containing at least:input(raw input string passed to the solution),output(expected output string from the official judge).
Input and output strings are stored exactly as used by the official judge, including newlines and any non‑ASCII characters.
License
This project is licensed under CC-BY-4.0. Please respect the original contest rules and attribution when using the problems.
- Downloads last month
- 8