manishs commited on
Commit
8e104e5
·
verified ·
1 Parent(s): ab11806

Upload folder using huggingface_hub

Browse files
Files changed (12) hide show
  1. README.md +53 -0
  2. ahc008.zip +3 -0
  3. ahc011.zip +3 -0
  4. ahc015.zip +3 -0
  5. ahc016.zip +3 -0
  6. ahc024.zip +3 -0
  7. ahc025.zip +3 -0
  8. ahc026.zip +3 -0
  9. ahc027.zip +3 -0
  10. ahc039.zip +3 -0
  11. ahc046.zip +3 -0
  12. problem_ids.txt +10 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nd-4.0
3
+ tags:
4
+ - competitive-programming
5
+ - algorithmic-optimization
6
+ - atcoder-heuristic-contest
7
+ - benchmark
8
+ size_categories:
9
+ - 1K<n<10K
10
+ ---
11
+
12
+ # ALE-Bench-lite
13
+
14
+ ALE-Bench-lite dataset containing 10 selected problems: ahc008, ahc011, ahc015, ahc016, ahc024, ahc025, ahc026, ahc027, ahc039, ahc046
15
+
16
+ ## Dataset Information
17
+
18
+ This dataset contains 10 problems from the AtCoder Heuristic Contest (AHC).
19
+
20
+ ### Problems Included
21
+
22
+ - ahc008
23
+ - ahc011
24
+ - ahc015
25
+ - ahc016
26
+ - ahc024
27
+ - ahc025
28
+ - ahc026
29
+ - ahc027
30
+ - ahc039
31
+ - ahc046
32
+
33
+ ## Usage
34
+
35
+ This dataset is compatible with the ALE-Bench toolkit. You can use it with:
36
+
37
+ ```python
38
+ from infiny.utils.problem_loader import load_problem, load_problems
39
+
40
+ # Load a single problem
41
+ problem = load_problem("ahc001", dataset="ALE-Bench-lite")
42
+
43
+ # Load all problems
44
+ problems = load_problems(dataset="ALE-Bench-lite")
45
+ ```
46
+
47
+ ## Original Dataset
48
+
49
+ This dataset is based on [SakanaAI/ALE-Bench](https://huggingface.co/datasets/SakanaAI/ALE-Bench).
50
+
51
+ ## License
52
+
53
+ This dataset is released under the Creative Commons Attribution-NoDerivatives 4.0 International License (CC BY-ND 4.0).
ahc008.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14eee2a7da6da2c3c1099283cd415fa51794ecfa1dd8c639513434828521a614
3
+ size 34647
ahc011.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ecc1a445caa814c3390508d4e993f0a75e06d6ef8c8a92fef4ef955cd92c31b
3
+ size 37744
ahc015.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c14530a0f28d74db5e5bcbc740aca2fd2a03c50e81ff88bf20b2bee6e3f26e0
3
+ size 6181
ahc016.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:107651234342b20f932939324c7eed426fc7a1e0ce454320513c3ad768fa7e27
3
+ size 27318
ahc024.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a79abafdee0c1276e6cee13d3dbe18b53cf82b9485cf9807ba9f1f52971fae40
3
+ size 6633
ahc025.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f15d4c3eaf1a4cf80fa63fd10d5080458870f0c867ba298e7230a8d029101e8c
3
+ size 59487
ahc026.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91771781b0b57b9dc96322191c7e3189ba135b11ac490864c02a31fcfa3b643b
3
+ size 5897
ahc027.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10ec7d9978f348de35f56f120922aebc46a8effcb826bea9bf3ad889bc2bf1ea
3
+ size 27806
ahc039.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01282f3334cb9e6b76bff0ca2c6f514c0eec306eda980260bd6f98b97f4cc41a
3
+ size 5169
ahc046.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96dd74bfa00e8ea3e61a931e5aed84f39af16fb6bfa83988dbf26f1ac76923fd
3
+ size 4715
problem_ids.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ahc008
2
+ ahc011
3
+ ahc015
4
+ ahc016
5
+ ahc024
6
+ ahc025
7
+ ahc026
8
+ ahc027
9
+ ahc039
10
+ ahc046