Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

SALAD: Systematic Assessment of Machine Unlearning on LLM-Aided Hardware Design

Created by
  • Haebom

Author

Zeng Wang, Minghao Shao, Rupesh Karn, Likhitha Mankali, Jitendra Bhandari, Ramesh Karri, Ozgur Sinanoglu, Muhammad Shafique, Johann Knechtel

Outline

Large-Scale Language Models (LLMs) offer innovative capabilities for hardware design automation, including Verilog code generation. However, they also pose significant data security challenges, including Verilog evaluation data contamination, intellectual property (IP) design leakage, and the risk of malicious Verilog generation. This paper introduces SALAD, a comprehensive evaluation leveraging machine unlearning, to mitigate these threats. SALAD enables selective removal of contaminated benchmarks, sensitive IP and design artifacts, or malicious code patterns from pre-trained LLMs without requiring full retraining.

Takeaways, Limitations

Takeaways:
Reducing data security risks in LLM-based hardware designs using machine learning techniques.
Selectively remove specific data without full retraining
Protection from contaminated benchmarks, sensitive IPs, and malware
Limitations:
No specific Limitations information provided in the paper
👍