English

QCoder Benchmark: Bridging Language Generation and Quantum Hardware through Simulator-Based Feedback

Computation and Language 2025-11-04 v2 Programming Languages Quantum Physics

Abstract

Large language models (LLMs) have increasingly been applied to automatic programming code generation. This task can be viewed as a language generation task that bridges natural language, human knowledge, and programming logic. However, it remains underexplored in domains that require interaction with hardware devices, such as quantum programming, where human coders write Python code that is executed on a quantum computer. To address this gap, we introduce QCoder Benchmark, an evaluation framework that assesses LLMs on quantum programming with feedback from simulated hardware devices. Our benchmark offers two key features. First, it supports evaluation using a quantum simulator environment beyond conventional Python execution, allowing feedback of domain-specific metrics such as circuit depth, execution time, and error classification, which can be used to guide better generation. Second, it incorporates human-written code submissions collected from real programming contests, enabling both quantitative comparisons and qualitative analyses of LLM outputs against human-written codes. Our experiments reveal that even advanced models like GPT-4o achieve only around 18.97% accuracy, highlighting the difficulty of the benchmark. In contrast, reasoning-based models such as o3 reach up to 78% accuracy, outperforming averaged success rates of human-written codes (39.98%). We release the QCoder Benchmark dataset and public evaluation API to support further research. (Codes and datasets are available at https://qcoder-bench.github.io/ )

Keywords

Cite

@article{arxiv.2510.26101,
  title  = {QCoder Benchmark: Bridging Language Generation and Quantum Hardware through Simulator-Based Feedback},
  author = {Taku Mikuriya and Tatsuya Ishigaki and Masayuki Kawarada and Shunya Minami and Tadashi Kadowaki and Yohichi Suzuki and Soshun Naito and Shunya Takata and Takumi Kato and Tamotsu Basseda and Reo Yamada and Hiroya Takamura},
  journal= {arXiv preprint arXiv:2510.26101},
  year   = {2025}
}

Comments

Accepted to INLG2025

R2 v1 2026-07-01T07:13:08.535Z