Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

Can LLMs Find Fraudsters? Multi-level LLM Enhanced Graph Fraud Detection

Created by
  • Haebom

Author

Tairan Huang, Yili Wang, Qiutong Li, Changlong He, Jianliang Gao

Outline

This paper presents research on graph fraud detection using Graph Neural Networks (GNNs), which are effective in modeling complex relationships within multimodal data. Specifically, we highlight that existing graph fraud detection methods ignore the rich semantic cues in textual information. Therefore, we propose MLED, a novel framework that utilizes large-scale language models (LLMs) to process textual information and fuse it with graph structures. MLED improves graph fraud detection by extracting external knowledge from textual information using LLMs. We design a multi-level LLM-based framework that includes type-level enhancers and relation-level enhancers to enhance the distinction between fraudsters and legitimate entities and emphasize the importance of fraudsters in various relationships. Experimental results demonstrate that MLED achieves state-of-the-art performance on four real-world datasets, outperforming existing methods.

Takeaways, Limitations

Takeaways:
A novel approach to integrating textual information into graph fraud detection using LLM.
Design of a multi-level LLM-based framework utilizing type-level enhancers and relation-level enhancers.
Demonstrated superior performance over existing graph fraud detection methods
Presenting a generalized framework applicable to various fraud detection methods.
Limitations:
Specific Limitations is not stated in the abstract
👍