Search papers, labs, and topics across Lattice.
The paper introduces L2IR, a framework that leverages LLMs to infer latent intent behind user behaviors and connections in graph fraud detection, aiming to mitigate the signal dilution caused by fraudsters camouflaging their activities. L2IR extracts intent-aware representations from behavioral traces and reasons about the purpose of connections, distinguishing supportive links from misleading ones. Experiments on real-world datasets show L2IR outperforms existing GNN-based methods and can be used as a plug-in to improve AUPRC by up to 8.27%.
LLMs can reveal the hidden intent behind fraudulent connections, boosting graph fraud detection even when fraudsters actively camouflage their activities.
Graph fraud detection has long depended on Graph Neural Networks (GNNs) to propagate and aggregate information across relational data. A critical obstacle in practice, however, is that fraudsters frequently disguise themselves by forging numerous connections with benign users, causing fraud signals to be progressively diluted during neighborhood aggregation and undermining detection reliability. While recent efforts have used Large Language Models (LLMs) to provide rich semantic cues for fraud detection, the underlying intent behind suspicious connections remains insufficiently explored. Compounding this issue, the scarcity of annotated fraud samples makes it difficult to train detectors that remain robust under heavy camouflage. To address these gaps, we propose L2IR, an LLM-driven Latent Intent Revealing framework for graph fraud detection. By uncovering latent intent from both user behaviors and suspicious connections, L2IR extracts intent-aware representations from raw behavioral traces and reasons about the true purpose behind individual connections, effectively distinguishing supportive links from misleading ones. It further incorporates adaptive self-training to enhance robustness under limited supervision. Evaluations on two real-world datasets characterized by pervasive camouflage demonstrate that L2IR surpasses strong baselines and can function as a plug-in enhancement for a range of GNN-based detectors, improving AUPRC by up to 8.27%.