Dataset Viewer
Auto-converted to Parquet Duplicate
The dataset viewer is not available for this split.
Parquet error: Scan size limit exceeded: attempted to read 10372678326 bytes, limit is 300000000 bytes Make sure that 1. the Parquet files contain a page index to enable random access without loading entire row groups2. otherwise use smaller row-group sizes when serializing the Parquet files
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 the problem_id column 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), and
    • task (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