PulseAugur
EN
LIVE 06:09:53

LLMs tackle smart contract vulnerabilities with new continual learning framework

Researchers have developed a novel framework to address the challenges of using Large Language Models (LLMs) for smart contract vulnerability detection. The proposed three-stage pipeline tackles parameter-efficient adaptation, catastrophic forgetting, and adapter consolidation. The adaptation stage utilizes Frequency-Aware Low-Rank Adaptation (FA-LoRA) with per-frequency importance gates, requiring minimal trainable parameters. The continual learning stage employs Forget-Aware Replay (FAR) to prioritize vulnerable knowledge for rehearsal, achieving a Micro-F1 score of 0.8022. Finally, Anchor-Protected Progressive Merging (APPM) consolidates multiple adapters into a single model, maintaining high performance with minimal overhead. AI

IMPACT This framework could improve the efficiency and effectiveness of LLMs in identifying evolving security threats in smart contracts.

RANK_REASON Academic paper detailing a new framework and methods for LLM application. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

LLMs tackle smart contract vulnerabilities with new continual learning framework

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Tenghui Huang, Jiawen Kang, Dongning Liu, Changyan Yi, Chengjun Cai, Anjia Yang, Li Li, Dong In Kim ·

    Frequency-Aware Continual Learning for Smart Contract Vulnerability Detection with Large Language Models

    arXiv:2608.19680v1 Announce Type: new Abstract: Smart contract vulnerability detection with Large Language Models (LLMs) faces three causally linked challenges. First, new vulnerability categories demand parameter-efficient adaptation, since full retraining is prohibitive for seq…