ALE-Bench / README.md
manishs's picture
Upload folder using huggingface_hub
51bef4e verified
metadata
license: cc-by-nd-4.0
tags:
  - competitive-programming
  - algorithmic-optimization
  - atcoder-heuristic-contest
  - benchmark
size_categories:
  - 1K<n<10K

ALE-Bench

Complete ALE-Bench dataset with all problems from SakanaAI/ALE-Bench

Dataset Information

This dataset contains 40 problems from the AtCoder Heuristic Contest (AHC).

Problems Included

  • ahc001
  • ahc002
  • ahc003
  • ahc004
  • ahc005
  • ahc006
  • ahc007
  • ahc008
  • ahc009
  • ahc010
  • ahc011
  • ahc012
  • ahc014
  • ahc015
  • ahc016
  • ahc017
  • ahc019
  • ahc020
  • ahc021
  • ahc024
  • ahc025
  • ahc026
  • ahc027
  • ahc028
  • ahc030
  • ahc031
  • ahc032
  • ahc033
  • ahc034
  • ahc035
  • ahc038
  • ahc039
  • ahc040
  • ahc041
  • ahc042
  • ahc044
  • ahc045
  • ahc046
  • future-contest-2022-qual
  • toyota2023summer-final

Usage

This dataset is compatible with the ALE-Bench toolkit. You can use it with:

from infiny.utils.problem_loader import load_problem, load_problems

# Load a single problem
problem = load_problem("ahc001", dataset="ALE-Bench")

# Load all problems
problems = load_problems(dataset="ALE-Bench")

Original Dataset

This dataset is based on SakanaAI/ALE-Bench.

License

This dataset is released under the Creative Commons Attribution-NoDerivatives 4.0 International License (CC BY-ND 4.0).