paper-with-me

Papers

QSpark: Towards Reliable Qiskit Code Generation

2025-07-16 · Kiana Kheiri, Aamna Aamir, Andriy Miranskyy, Chen Ding arxiv

Quantum circuits must be error-resilient, yet LLMs like Granite-20B-Code and StarCoder often output flawed Qiskit code. We fine-tuned the Qwen2.5-Coder-32B model with two RL methods, Group Relative Policy Optimization (GRPO) and Odds-Ratio Preference Optimization (ORPO), using a richly annotated synthetic dataset. On the Qiskit HumanEval benchmark, ORPO reaches 56.29% Pass@1 ($\approx+10$ pp over Granite-8B-QK) and GRPO hits 49%, both beating all general-purpose baselines; on the original HumanEval they score 65.90% and 63.00%. GRPO performs well on basic tasks (44/78) and excels on intermediate ones (41/68), but neither GRPO nor ORPO solves any of the five advanced tasks, highlighting clear gains yet room for progress in AI-assisted quantum programming.

📄 PDF Abstract BibTeX arXiv:2507.12642

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

QuanBench+: A Unified Multi-Framework Benchmark for LLM-Based Quantum Code Generation

2026-03-25 · Ali Slim, Haydar Hamieh, Jawad Kotaich, Yehya Ghosn 외 arxiv

Large Language Models (LLMs) are increasingly used for code generation, yet quantum code generation is still evaluated mostly within single frameworks, making it difficult to separate quantum reasoning from framework fam…

Code Generation

Qiskit HumanEval: An Evaluation Benchmark For Quantum Code Generative Models

2024-06-20 · Sanjay Vishwakarma, Francis Harkins, Siddharth Golecha, Vishal Sharathchandra Bajpe 외

Quantum programs are typically developed using quantum Software Development Kits (SDKs). The rapid advancement of quantum computing necessitates new tools to streamline this development process, and one such tool could b…

Code GenerationHumanEval

Generative AI for Quantum Circuits and Quantum Code: A Technical Review and Taxonomy

2026-03-17 · Juhani Merilehto arxiv

We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-F…

Graph GenerationCode Generation

Quantum Verifiable Rewards for Post-Training Qiskit Code Assistant

2025-08-28 · Nicolas Dupuis, Adarsh Tiwari, Youssef Mroueh, David Kremer 외 arxiv

Qiskit is an open-source quantum computing framework that allows users to design, simulate, and run quantum circuits on real quantum hardware. We explore post-training techniques for LLMs to assist in writing Qiskit code…

Automatic Qiskit Code Refactoring Using Large Language Models

2025-06-17 · José Manuel Suárez, Luis Mariano Bibbó, Joaquin Bogado, Alejandro Fernandez

As quantum software frameworks evolve, developers face increasing challenges in maintaining compatibility with rapidly changing APIs. In this work, we present a novel methodology for refactoring Qiskit code using large l…