@inproceedings{long-etal-2026-veriloglavd,
title = "{V}erilog{LAVD}: {LLM}-Aided Pattern Generation for Verilog {CWE} Detection",
author = "Long, Xiang and
Xia, Yingjie and
Kuang, Li and
Wan, Yao and
Liu, ZiHao",
editor = "Liakata, Maria and
Moreira, Viviane P. and
Zhang, Jiajun and
Jurgens, David",
booktitle = "Proceedings of the 64th Annual Meeting of the {A}ssociation for {C}omputational {L}inguistics (Volume 1: Long Papers)",
month = jul,
year = "2026",
address = "San Diego, California, United States",
publisher = "Association for Computational Linguistics",
url = "https://preview.aclanthology.org/ingest-acl/2026.acl-long.1304/",
pages = "28292--28308",
ISBN = "979-8-89176-390-6",
abstract = "LLMs often fail in hardware vulnerability detection due to the intrinsic semantic concurrency of HDLs (Hardware Description Language), where vulnerabilities arise from the interaction of multiple concurrent execution statements rather than a single sequential execution path. To address the problem, we propose VerilogLAVD, a LLM-Aided Vulnerability Detection framework by generating executable Traversal Detection Patterns (TDPs), i.e. the rules describing how to find the evidence of vulnerabilities in Verilog HDL. We first introduce a Unified Verilog Property Graph (VeriPG) that explicitly models parallel semantics by combining AST, CFG, and DDG. Furthermore, a semantic validation mechanism is designed to constrain and filter the LLM-generated TDPs. By executing these validated TDPs on VeriPG, our method produces stable and deterministic detection results. Experiments demonstrate that VerilogLAVD improves the F1 score by 133{\%} compared to LLM-based methods. Furthermore, the framework successfully identifies real-world hardware vulnerabilities in open-source hardware design repositories."
}Markdown (Informal)
[VerilogLAVD: LLM-Aided Pattern Generation for Verilog CWE Detection](https://preview.aclanthology.org/ingest-acl/2026.acl-long.1304/) (Long et al., ACL 2026)
ACL
- Xiang Long, Yingjie Xia, Li Kuang, Yao Wan, and ZiHao Liu. 2026. VerilogLAVD: LLM-Aided Pattern Generation for Verilog CWE Detection. In Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 28292–28308, San Diego, California, United States. Association for Computational Linguistics.