| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
ABC-Bench is a benchmark for Agentic Backend Coding. It evaluates whether code agents can explore real repositories, edit code, configure environments, deploy containerized services, and pass external end-to-end API tests (HTTP-based integration tests) across realistic backend stacks.
Download the full benchmark (tasks, build assets, verification suites) on Hugging Face:
👉 🤗 OpenMOSS-Team/ABC-Bench
After downloading, set --dataset-path to the local dataset root directory.
pip install terminal-benchVerify:
tb --helpReplace <DATASET_PATH> with your local dataset root directory downloaded from Hugging Face.
tb run \
--dataset-path <DATASET_PATH> \
--agent openhands \
--model openai/GPT-5 \
--n-attempts 3 \
--global-agent-timeout-sec 3600 \
--global-test-timeout-sec 1800 \
--n-concurrent 30 \
--run-id demoWe provide two models that have been Supervised Fine-Tuned (SFT) specifically for agentic backend coding tasks:
👉 🤗 OpenMOSS-Team/Qwen3-8B-ABC
👉 🤗 OpenMOSS-Team/Qwen3-32B-ABC
Pull requests and issues are welcome. For substantial changes (new scripts, new baselines, major doc updates), please open an issue first.
@misc{yang2026abcbenchbenchmarkingagenticbackend,
title={ABC-Bench: Benchmarking Agentic Backend Coding in Real-World Development},
author={Jie Yang and Honglin Guo and Li Ji and Jiazheng Zhou and Rui Zheng and Zhikai Lei and Shuo Zhang and Zhiheng Xi and Shichun Liu and Yuxin Wang and Bo Wang and Yining Zheng and Tao Gui and Xipeng Qiu},
year={2026},
eprint={2601.11077},
archivePrefix={arXiv},
primaryClass={cs.SE},
url={https://arxiv.org/abs/2601.11077},
}ABC-Bench is built from MIT-licensed open-source repositories. We thank the maintainers and contributors whose work makes realistic evaluation possible.
| Back | FazBrowse Home | New Git URL |