paper-with-me

홈 › Papers

Ethereum Fraud Detection via Joint Transaction Language Model and Graph Representation Learning

2024-09-09 · Jianguo Sun, Yifan Jia, Yanbin Wang, Yiwei Liu, Zhang Sheng, Ye Tian

Ethereum faces growing fraud threats. Current fraud detection methods, whether employing graph neural networks or sequence models, fail to consider the semantic information and similarity patterns within transactions. Moreover, these approaches do not leverage the potential synergistic benefits of combining both types of models. To address these challenges, we propose TLMG4Eth that combines a transaction language model with graph-based methods to capture semantic, similarity, and structural features of transaction data in Ethereum. We first propose a transaction language model that converts numerical transaction data into meaningful transaction sentences, enabling the model to learn explicit transaction semantics. Then, we propose a transaction attribute similarity graph to learn transaction similarity information, enabling us to capture intuitive insights into transaction anomalies. Additionally, we construct an account interaction graph to capture the structural information of the account transaction network. We employ a deep multi-head attention network to fuse transaction semantic and similarity embeddings, and ultimately propose a joint training approach for the multi-head attention network and the account interaction graph to obtain the synergistic benefits of both.

📄 PDF Abstract BibTeX arXiv:2409.07494

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeFraud DetectionGraph Representation LearningLanguage ModelingLanguage ModellingRepresentation LearningSemantic SimilaritySemantic Textual Similarity

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

BERT4ETH: A Pre-trained Transformer for Ethereum Fraud Detection

2023-03-29 · Sihao Hu, Zhen Zhang, Bingqiao Luo, Shengliang Lu 외

As various forms of fraud proliferate on Ethereum, it is imperative to safeguard against these malicious activities to protect susceptible users from being victimized. While current studies solely rely on graph-based fra…

Fraud Detection

Unveiling Latent Information in Transaction Hashes: Hypergraph Learning for Ethereum Ponzi Scheme Detection

2025-03-27 · Junhao Wu, Yixin Yang, Chengxiang Jin, Silu Mu 외

With the widespread adoption of Ethereum, financial frauds such as Ponzi schemes have become increasingly rampant in the blockchain ecosystem, posing significant threats to the security of account assets. Existing Ethere…

Fraud Detection

Ethereum Fraud Detection with Heterogeneous Graph Neural Networks

2022-03-23 · Hiroki Kanezashi, Toyotaro Suzumura, Xin Liu, Takahiro Hirofuchi

While transactions with cryptocurrencies such as Ethereum are becoming more prevalent, fraud and other criminal transactions are not uncommon. Graph analysis algorithms and machine learning techniques detect suspicious t…

Fraud DetectionGraph Neural Network

LMAE4Eth: Generalizable and Robust Ethereum Fraud Detection by Exploring Transaction Semantics and Masked Graph Embedding

2025-09-04 · Yifan Jia, Yanbin Wang, Jianguo Sun, Ye Tian 외 arxiv

Current Ethereum fraud detection methods rely on context-independent, numerical transaction sequences, failing to capture semantic of account transactions. Furthermore, the pervasive homogeneity in Ethereum transaction r…

Self-Supervised LearningContrastive LearningGraph EmbeddingFraud Detection

Enhancing Ethereum Fraud Detection via Generative and Contrastive Self-supervision

2024-08-01 · Chenxiang Jin, Jiajun Zhou, Chenxuan Xie, Shanqing Yu 외

The rampant fraudulent activities on Ethereum hinder the healthy development of the blockchain ecosystem, necessitating the reinforcement of regulations. However, multiple imbalances involving account interaction frequen…

Fraud Detection