yuki-imajuku commited on
Commit
da16032
·
verified ·
1 Parent(s): 5489d98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -25,6 +25,16 @@ task_categories:
25
  This dataset is **officially provided by [AtCoder Inc.](https://atcoder.jp/company?lang=en)**.
26
  Please be sure to check the "License" section below.
27
 
 
 
 
 
 
 
 
 
 
 
28
  ## Usage
29
 
30
  [Our Python library](https://github.com/SakanaAI/ALE-Bench) automatically downloads the data from this repository.
@@ -42,10 +52,10 @@ ale_bench_session = ale_bench.start("ahc001")
42
  ## Citation
43
 
44
  ```bibtex
45
- @misc{imajuku2025ale-bench,
46
- title = {{ALE-Bench}: A Benchmark for Long-Horizon Objective-Driven Algorithm Engineering},
47
  author = {Imajuku, Yuki and Horie, Kohki and Iwata, Yoichi and Aoki, Kensho and Takahashi, Naohiro and Akiba, Takuya},
48
- howpublished = {\url{https://github.com/SakanaAI/ALE-Bench}},
49
  year = {2025}
50
  }
51
  ```
 
25
  This dataset is **officially provided by [AtCoder Inc.](https://atcoder.jp/company?lang=en)**.
26
  Please be sure to check the "License" section below.
27
 
28
+ Please read [our blog post](https://sakana.ai/ale-bench/)) and [our paper](https://arxiv.org/abs/2506.09050) for more details.
29
+
30
+ **Related resources:**
31
+
32
+ - [Preprint paper (arXiv)](https://arxiv.org/abs/2506.09050)
33
+ - [Sakana AI Blog (English)](https://sakana.ai/ale-bench/)
34
+ - [Sakana AI Blog (Japanese)](https://sakana.ai/ale-bench-jp/)
35
+ - [GitHub repository](https://github.com/SakanaAI/ALE-Bench)
36
+ - [Leaderboard](https://sakanaai.github.io/ALE-Bench-Leaderboard/)
37
+
38
  ## Usage
39
 
40
  [Our Python library](https://github.com/SakanaAI/ALE-Bench) automatically downloads the data from this repository.
 
52
  ## Citation
53
 
54
  ```bibtex
55
+ @article{imajuku2025ale-bench,
56
+ title = {ALE-Bench: A Benchmark for Long-Horizon Objective-Driven Algorithm Engineering},
57
  author = {Imajuku, Yuki and Horie, Kohki and Iwata, Yoichi and Aoki, Kensho and Takahashi, Naohiro and Akiba, Takuya},
58
+ journal = {arXiv preprint arXiv:2506.09050},
59
  year = {2025}
60
  }
61
  ```