Deep Smart Contract Intent Detection
Youwei Huang, Sen Fang, Jianwen Li, Jiachun Tao, Bin Hu, Tao Zhang
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/web3se-lab/web3-sekitOfficialIn papertf★ 12
- gitlab.com/web3se/smartintentOfficialIn papertf★ 0
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 SmartIntentNN (Smart Contract Intent Neural Network), a deep learning model designed to automatically detect development intents in smart contracts. 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 SmartIntentNN on a dataset containing over 40,000 real-world smart contracts, employing self-comparison baselines in our experimental setup. The results show that 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.