paper-with-me

홈 › Papers

GRPO with State Mutations: Improving LLM-Based Hardware Test Plan Generation

2026-01-12 · Dimple Vijay Kochar, Nathaniel Pinckney, Guan-Ting Liu, Chia-Tung Ho, Chenhui Deng, Haoxing Ren, Brucek Khailany arxiv

RTL design often relies heavily on ad-hoc testbench creation early in the design cycle. While large language models (LLMs) show promise for RTL code generation, their ability to reason about hardware specifications and generate targeted test plans remains largely unexplored. We present the first systematic study of LLM reasoning capabilities for RTL verification stimuli generation, establishing a two-stage framework that decomposes test plan generation from testbench execution. Our benchmark reveals that state-of-the-art models, including DeepSeek-R1 and Claude-4.0-Sonnet, achieve only 15.7-21.7% success rates on generating stimuli that pass golden RTL designs. To improve LLM generated stimuli, we develop a comprehensive training methodology combining supervised fine-tuning with a novel reinforcement learning approach, GRPO with State Mutation (GRPO-SMu), which enhances exploration by varying input mutations. Our approach leverages a tree-based branching mutation strategy to construct training data comprising equivalent and mutated trees, moving beyond linear mutation approaches to provide rich learning signals. Training on this curated dataset, our 7B parameter model achieves a 33.3% golden test pass rate and a 13.9% mutation detection rate, representing a 17.6% absolute improvement over baseline and outperforming much larger general-purpose models. These results demonstrate that specialized training methodologies can significantly enhance LLM reasoning capabilities for hardware verification tasks, establishing a foundation for automated sub-unit testing in semiconductor design workflows.

📄 PDF Abstract BibTeX arXiv:2601.07593

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningCode Generation

Similar Papers 제목 키워드 기반

Mitigating Selection Bias in Large Language Models via Permutation-Aware GRPO

2026-03-22 · Jinquan Zheng, Jia Yuan, Jiacheng Yao, Chenyang Gu 외 arxiv

Large language models (LLMs) used for multiple-choice and pairwise evaluation tasks often exhibit selection bias due to non-semantic factors like option positions and label symbols. Existing inference-time debiasing is c…

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…

Exploring Robustness of Image Recognition Models on Hardware Accelerators

2023-06-02 · Nikolaos Louloudakis, Perry Gibson, José Cano, Ajitha Rajan

As the usage of Artificial Intelligence (AI) on resource-intensive and safety-critical tasks increases, a variety of Machine Learning (ML) compilers have been developed, enabling compatibility of Deep Neural Networks (DN…

Image ClassificationModel Optimization

One Permutation Hashing

2012-12-01 · NeurIPS 2012 12 · Ping Li, Art Owen, Cun-Hui Zhang

While minwise hashing is promising for large-scale learning in massive binary data, the preprocessing cost is prohibitive as it requires applying (e.g.,) $k=500$ permutations on the data. The testing time is also expens…

WebAnchor: Anchoring Agent Planning to Stabilize Long-Horizon Web Reasoning

2026-01-06 · Xinmiao Yu, Liwen Zhang, Xiaocheng Feng, Yong Jiang 외 arxiv

Large Language Model(LLM)-based agents have shown strong capabilities in web information seeking, with reinforcement learning (RL) becoming a key optimization paradigm. However, planning remains a bottleneck, as existing…

Reinforcement Learning