AIARMay 11

Arcane: An Assertion Reduction Framework through Semantic Clustering and MCTS-Guided Rule Exploring

arXiv:2605.1010747.7
Predicted impact top 75% in AI · last 90 daysOriginality Incremental advance
AI Analysis

For hardware verification engineers, Arcane reduces simulation overhead from redundant assertions, but the problem is incremental (improving on existing LLM-based generation).

Arcane reduces redundant assertions in hardware verification by up to 76.2% while preserving formal coverage and mutation detection, achieving 2.6x–6.1x simulation speedup on Assertionbench.

Assertion-based Verification (ABV) is essential for ensuring that hardware designs conform to their intended specifications. However, existing automated assertion-generation approaches, such as LLM-based frameworks, often generate large numbers of redundant assertions, which significantly degrade simulation efficiency. To mitigate the simulation overhead caused by redundant assertions, this paper proposes Arcane, an efficient assertion reduction framework. It integrates a two-tier assertion clustering approach for accurate semantic classification of large assertion sets, and employs Monte Carlo Tree Search (MCTS) to explore optimal rule-application sequences for efficient assertion reduction. The experimental results on Assertionbench [20] show that Arcane achieves a reduction of up to 76.2% in the assertion count while fully preserving formal coverage and mutation-detection ability. Further simulation studies demonstrate a speedup of 2.6x to 6.1x speedup in simulation time. The proposed framework is released at https://anonymous.4open.science/r/Arcane1-0A6F/.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes