Revise dataset card: logo header, verified citation, paper/GitHub links
Browse files
README.md
CHANGED
|
@@ -45,7 +45,24 @@ configs:
|
|
| 45 |
path: data/statistics.jsonl
|
| 46 |
---
|
| 47 |
|
| 48 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
|
| 50 |
**ARC-Bench** is a **55-topic, open-ended autonomous-research benchmark** spanning
|
| 51 |
five scientific domains. Each topic is not a fixed-input/fixed-output task — it is a
|
|
@@ -164,20 +181,30 @@ credited when reporting domain results:
|
|
| 164 |
|
| 165 |
## Links
|
| 166 |
|
| 167 |
-
- **Code / harness:** <https://github.com/aiming-lab/AutoResearchClaw>
|
| 168 |
-
- **Paper
|
|
|
|
| 169 |
|
| 170 |
## Citation
|
| 171 |
|
|
|
|
|
|
|
| 172 |
```bibtex
|
| 173 |
-
@misc{
|
| 174 |
-
|
| 175 |
-
|
| 176 |
-
|
| 177 |
-
|
|
|
|
|
|
|
|
|
|
| 178 |
}
|
| 179 |
```
|
| 180 |
|
| 181 |
## License
|
| 182 |
|
| 183 |
Released under the [MIT License](LICENSE).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
path: data/statistics.jsonl
|
| 46 |
---
|
| 47 |
|
| 48 |
+
<p align="center">
|
| 49 |
+
<img src="assets/logo.png" width="700" alt="AutoResearchClaw Logo">
|
| 50 |
+
</p>
|
| 51 |
+
|
| 52 |
+
<h2 align="center"><b>ARC-Bench: An Open-Ended Autonomous-Research Benchmark Across Five Scientific Domains</b></h2>
|
| 53 |
+
|
| 54 |
+
<p align="center">
|
| 55 |
+
The benchmark released with <a href="https://arxiv.org/abs/2605.20025"><i>AutoResearchClaw: Self-Reinforcing Autonomous Research with Human-AI Collaboration</i></a>.
|
| 56 |
+
</p>
|
| 57 |
+
|
| 58 |
+
<p align="center">
|
| 59 |
+
<a href="https://arxiv.org/abs/2605.20025"><img src="https://img.shields.io/badge/arXiv-2605.20025-b31b1b?logo=arxiv&logoColor=white" alt="arXiv"></a>
|
| 60 |
+
<a href="https://huggingface.co/papers/2605.20025"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Paper-2605.20025-yellow" alt="HF Paper"></a>
|
| 61 |
+
<a href="https://github.com/aiming-lab/AutoResearchClaw"><img src="https://img.shields.io/badge/GitHub-AutoResearchClaw-181717?logo=github" alt="GitHub"></a>
|
| 62 |
+
<a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="MIT License"></a>
|
| 63 |
+
</p>
|
| 64 |
+
|
| 65 |
+
---
|
| 66 |
|
| 67 |
**ARC-Bench** is a **55-topic, open-ended autonomous-research benchmark** spanning
|
| 68 |
five scientific domains. Each topic is not a fixed-input/fixed-output task — it is a
|
|
|
|
| 181 |
|
| 182 |
## Links
|
| 183 |
|
| 184 |
+
- 💻 **Code / harness:** <https://github.com/aiming-lab/AutoResearchClaw>
|
| 185 |
+
- 📄 **Paper (arXiv):** <https://arxiv.org/abs/2605.20025>
|
| 186 |
+
- 🤗 **Paper page:** <https://huggingface.co/papers/2605.20025>
|
| 187 |
|
| 188 |
## Citation
|
| 189 |
|
| 190 |
+
If you find ARC-Bench or AutoResearchClaw useful, please cite:
|
| 191 |
+
|
| 192 |
```bibtex
|
| 193 |
+
@misc{liu2026autoresearchclawselfreinforcingautonomousresearch,
|
| 194 |
+
title={AutoResearchClaw: Self-Reinforcing Autonomous Research with Human-AI Collaboration},
|
| 195 |
+
author={Jiaqi Liu and Shi Qiu and Mairui Li and Bingzhou Li and Haonian Ji and Siwei Han and Xinyu Ye and Peng Xia and Zihan Dong and Congyu Zhang and Letian Zhang and Guiming Chen and Haoqin Tu and Xinyu Yang and Lu Feng and Xujiang Zhao and Haifeng Chen and Jiawei Zhou and Xiao Wang and Weitong Zhang and Hongtu Zhu and Yun Li and Jieru Mei and Hongliang Fei and Jiaheng Zhang and Linjie Li and Linjun Zhang and Yuyin Zhou and Sheng Wang and Caiming Xiong and James Zou and Zeyu Zheng and Cihang Xie and Mingyu Ding and Huaxiu Yao},
|
| 196 |
+
year={2026},
|
| 197 |
+
eprint={2605.20025},
|
| 198 |
+
archivePrefix={arXiv},
|
| 199 |
+
primaryClass={cs.AI},
|
| 200 |
+
url={https://arxiv.org/abs/2605.20025},
|
| 201 |
}
|
| 202 |
```
|
| 203 |
|
| 204 |
## License
|
| 205 |
|
| 206 |
Released under the [MIT License](LICENSE).
|
| 207 |
+
|
| 208 |
+
<p align="center">
|
| 209 |
+
<sub>Built with 🦞 by the AutoResearchClaw team</sub>
|
| 210 |
+
</p>
|