paper-with-me

Papers

Blockchain Large Language Models

2023-04-25 · Yu Gai, Liyi Zhou, Kaihua Qin, Dawn Song, Arthur Gervais

This paper presents a dynamic, real-time approach to detecting anomalous blockchain transactions. The proposed tool, BlockGPT, generates tracing representations of blockchain activity and trains from scratch a large language model to act as a real-time Intrusion Detection System. Unlike traditional methods, BlockGPT is designed to offer an unrestricted search space and does not rely on predefined rules or patterns, enabling it to detect a broader range of anomalies. We demonstrate the effectiveness of BlockGPT through its use as an anomaly detection tool for Ethereum transactions. In our experiments, it effectively identifies abnormal transactions among a dataset of 68M transactions and has a batched throughput of 2284 transactions per second on average. Our results show that, BlockGPT identifies abnormal transactions by ranking 49 out of 124 attacks among the top-3 most abnormal transactions interacting with their victim contracts. This work makes contributions to the field of blockchain transaction analysis by introducing a custom data encoding compatible with the transformer architecture, a domain-specific tokenization technique, and a tree encoding method specifically crafted for the Ethereum Virtual Machine (EVM) trace representation.

📄 PDF Abstract BibTeX arXiv:2304.12749

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionIntrusion DetectionLanguage ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Blockchain Meets LLMs: A Living Survey on Bidirectional Integration

2024-11-25 · Jianghao Gong, Peiqi Yan, Yue Zhang, Hongli An 외

In the domain of large language models, considerable advancements have been attained in multimodal large language models and explainability research, propelled by the continuous technological progress and innovation. Non…

Survey

Blockchain for Large Language Model Security and Safety: A Holistic Survey

2024-07-26 · Caleb Geren, Amanda Board, Gaby G. Dagher, Tim Andersen 외

With the growing development and deployment of large language models (LLMs) in both industrial and academic fields, their security and safety concerns have become increasingly critical. However, recent studies indicate t…

Data PoisoningLanguage ModelingLanguage ModellingLarge Language Model

Blockchain Data Analysis in the Era of Large-Language Models

2024-12-09 · Kentaroh Toyoda, Xiao Wang, Mingzhe Li, Bo Gao 외

Blockchain data analysis is essential for deriving insights, tracking transactions, identifying patterns, and ensuring the integrity and security of decentralized networks. It plays a key role in various areas, such as f…

Fraud Detection

Dynamic Large Language Models on Blockchains

2023-07-20 · Yuanhao Gong

Training and deploying the large language models requires a large mount of computational resource because the language models contain billions of parameters and the text has thousands of tokens. Another problem is that t…

Language ModelingLanguage ModellingLarge Language Model

BlockFound: Customized blockchain foundation model for anomaly detection

2024-10-05 · Jiahao Yu, Xian Wu, Hao liu, Wenbo Guo 외

We propose BlockFound, a customized foundation model for anomaly blockchain transaction detection. Unlike existing methods that rely on rule-based systems or directly apply off-the-shelf large language models, BlockFound…

Anomaly Detectionmodel