Can LLMs Find Fraudsters? Multi-level LLM Enhanced Graph Fraud Detection
By: Tairan Huang, Yili Wang
Potential Business Impact:
Finds fake online accounts using text and connections.
Graph fraud detection has garnered significant attention as Graph Neural Networks (GNNs) have proven effective in modeling complex relationships within multimodal data. However, existing graph fraud detection methods typically use preprocessed node embeddings and predefined graph structures to reveal fraudsters, which ignore the rich semantic cues contained in raw textual information. Although Large Language Models (LLMs) exhibit powerful capabilities in processing textual information, it remains a significant challenge to perform multimodal fusion of processed textual embeddings with graph structures. In this paper, we propose a \textbf{M}ulti-level \textbf{L}LM \textbf{E}nhanced Graph Fraud \textbf{D}etection framework called MLED. In MLED, we utilize LLMs to extract external knowledge from textual information to enhance graph fraud detection methods. To integrate LLMs with graph structure information and enhance the ability to distinguish fraudsters, we design a multi-level LLM enhanced framework including type-level enhancer and relation-level enhancer. One is to enhance the difference between the fraudsters and the benign entities, the other is to enhance the importance of the fraudsters in different relations. The experiments on four real-world datasets show that MLED achieves state-of-the-art performance in graph fraud detection as a generalized framework that can be applied to existing methods.
Similar Papers
Deep Semantic Graph Learning via LLM based Node Enhancement
Artificial Intelligence
Makes computers understand text in networks better.
Exploring the In-Context Learning Capabilities of LLMs for Money Laundering Detection in Financial Graphs
Machine Learning (CS)
Helps catch money launderers by reading financial clues.
Court of LLMs: Evidence-Augmented Generation via Multi-LLM Collaboration for Text-Attributed Graph Anomaly Detection
Machine Learning (CS)
Finds weird patterns in text and connections.