Hugging Face Daily PapersXiaoqiang Wang, Mengyang Xiong, Jun Dai1 min readpaperadvanced
Circuit Hypernetworks for Quantum-Augmented Diffusion Language Models
Summary
The paper introduces HyperQ, a token‑conditioned quantum residual branch added to a frozen masked‑diffusion language model. By using a hypernetwork to generate circuit parameters and an exact linear‑time classical expectation formula, they train circuits up to 64 qubits and achieve modest benchmark improvements over the base model with far fewer fine‑tuning examples.
- HyperQ inserts a quantum residual module per transformer block that reads token hidden states, runs a parameterised circuit, and adds measured expectations back via a residual connection.
- A lightweight hypernetwork emits token‑specific rotation angles, coupling strengths, and measurement axes for a shared sparse circuit, keeping the quantum part small and trainable.
- Expectation values of the circuits have a closed‑form classical expression whose cost scales linearly with qubit count, enabling training of 16‑64 qubit circuits within a 1.1 B‑parameter model.
- Across downstream tasks, increasing circuit width raises average scores from 47.65 to 54.30, beating the frozen backbone by 4.71 points and a low‑rank adaptation by 3.67 points.
Engineers and researchers interested in practical quantum‑augmented language models and low‑cost adaptation techniques should see how token‑conditioned circuits can be integrated efficiently.
6/10

