paper-with-me

Papers

DGP: A Dual-Granularity Prompting Framework for Fraud Detection with Graph-Enhanced LLMs

2025-07-29 · Yuan Li, Jun Hu, Bryan Hooi, Bingsheng He, Cheng Chen arxiv

Real-world fraud detection applications benefit from graph learning techniques that jointly exploit node features, often rich in textual data, and graph structural information. Recently, Graph-Enhanced LLMs emerge as a promising graph learning approach that converts graph information into prompts, exploiting LLMs' ability to reason over both textual and structural information. Among them, text-only prompting, which converts graph information to prompts consisting solely of text tokens, offers a solution that relies only on LLM tuning without requiring additional graph-specific encoders. However, text-only prompting struggles on heterogeneous fraud-detection graphs: multi-hop relations expand exponentially with each additional hop, leading to rapidly growing neighborhoods associated with dense textual information. These neighborhoods may overwhelm the model with long, irrelevant content in the prompt and suppress key signals from the target node, thereby degrading performance. To address this challenge, we propose Dual Granularity Prompting (DGP), which mitigates information overload by preserving fine-grained textual details for the target node while summarizing neighbor information into coarse-grained text prompts. DGP introduces tailored summarization strategies for different data modalities, bi-level semantic abstraction for textual fields and statistical aggregation for numerical features, enabling effective compression of verbose neighbor content into concise, informative prompts. Experiments across public and industrial datasets demonstrate that DGP operates within a manageable token budget while improving fraud detection performance by up to 6.8% (AUPRC) over state-of-the-art methods, showing the potential of Graph-Enhanced LLMs for fraud detection.

📄 PDF Abstract BibTeX arXiv:2507.21653

Code (0)

등록된 구현이 없습니다.

Tasks

Fraud DetectionGraph Learning

Similar Papers 제목 키워드 기반

Autonomous Chain-of-Thought Distillation for Graph-Based Fraud Detection

2026-01-30 · Yuan Li, Jun Hu, Bryan Hooi, Bingsheng He 외 arxiv

Graph-based fraud detection on text-attributed graphs (TAGs) requires jointly modeling rich textual semantics and relational dependencies. However, existing LLM-enhanced GNN approaches are constrained by predefined promp…

Fraud Detection

LUMOS: Universal Semi-Supervised OCT Retinal Layer Segmentation with Hierarchical Reliable Mutual Learning

2026-04-07 · Yizhou Fang, Jian Zhong, Li Lin, Xiaoying Tang arxiv

Optical Coherence Tomography (OCT) layer segmentation faces challenges due to annotation scarcity and heterogeneous label granularities across datasets. While semi-supervised learning helps alleviate label scarcity, exis…

SAGE: An LLM-driven Self Reflective Agentic Framework for Fraud Detection

2026-06-06 · Yichen Chen, Siying Li, Yuhang Liang, Lijun Wang 외 arxiv

Fraud detection in payment, e-commerce, and telecommunications systems requires accuracy at the individual level, robustness under severe class imbalance, and ease of understanding for risk managers. Existing methods fal…

Graph Neural NetworkFraud Detection

Graph-Based Fraud Detection with Dual-Path Graph Filtering

2026-04-14 · Wei He, Wensheng Gan, Philip S. Yu arxiv

Fraud detection on graph data can be viewed as a demanding task that requires distinguishing between different types of nodes. Because graph neural networks (GNNs) are naturally suited for processing information encoded …

Representation LearningFraud Detection

Dual-channel Heterophilic Message Passing for Graph Fraud Detection

2025-04-19 · Wenxin Zhang, Jingxing Zhong, Guangzhen Yao, Renda Han 외

Fraudulent activities have significantly increased across various domains, such as e-commerce, online review platforms, and social networks, making fraud detection a critical task. Spatial Graph Neural Networks (GNNs) ha…

Fraud DetectionInductive BiasInductive Learning