English

Deep Smart Contract Intent Detection

Software Engineering 2025-03-18 v3 Machine Learning

Abstract

In recent years, research in software security has concentrated on identifying vulnerabilities in smart contracts to prevent significant losses of crypto assets on blockchains. Despite early successes in this area, detecting developers' intents in smart contracts has become a more pressing issue, as malicious intents have caused substantial financial losses. Unfortunately, existing research lacks effective methods for detecting development intents in smart contracts. To address this gap, we propose \textsc{SmartIntentNN} (Smart Contract Intent Neural Network), a deep learning model designed to automatically detect development intents in smart contracts. \textsc{SmartIntentNN} leverages a pre-trained sentence encoder to generate contextual representations of smart contracts, employs a K-means clustering model to identify and highlight prominent intent features, and utilizes a bidirectional LSTM-based deep neural network for multi-label classification. We trained and evaluated \textsc{SmartIntentNN} on a dataset containing over 40,000 real-world smart contracts, employing self-comparison baselines in our experimental setup. The results show that \textsc{SmartIntentNN} achieves an F1-score of 0.8633 in identifying intents across 10 distinct categories, outperforming all baselines and addressing the gap in smart contract detection by incorporating intent analysis.

Keywords

Cite

@article{arxiv.2211.10724,
  title  = {Deep Smart Contract Intent Detection},
  author = {Youwei Huang and Sen Fang and Jianwen Li and Jiachun Tao and Bin Hu and Tao Zhang},
  journal= {arXiv preprint arXiv:2211.10724},
  year   = {2025}
}

Comments

12 pages, 8 figures, conference

R2 v1 2026-06-28T06:16:42.859Z