TRAVELFRAUDBENCH: A Configurable Evaluation Framework for GNN Fraud Ring Detection in Travel Networks
arXiv cs.LG / 4/24/2026
📰 NewsDeveloper Stack & InfrastructureSignals & Early TrendsModels & Research
Key Points
- The paper introduces TravelFraudBench (TFG), a configurable benchmark to evaluate graph neural networks (GNNs) for fraud ring detection specifically in travel-platform network graphs.
- TFG simulates three travel-relevant fraud ring topologies—ticketing fraud (star-like with shared device/IP clusters), ghost hotel schemes (reviewer–hotel bipartite cliques), and account takeover rings (loyalty transfer chains)—within a heterogeneous graph covering 9 node types and 12 edge types.
- The benchmark allows full configuration of ring size/count, fraud rate, and scale (500 to 200,000 nodes), and uses a ring-based data split that keeps each entire ring within one partition to prevent transductive label leakage.
- In evaluations of six GNN methods, GraphSAGE achieves the best performance (AUC=0.992) and perfect ring recovery (100% across all ring types), substantially outperforming an MLP baseline (AUC=0.938) and suggesting graph structure is highly discriminative.
- The authors release TFG as an open-source Python package (MIT license) with PyG/DGL/NetworkX exporters and pre-generated datasets on Hugging Face, including Croissant metadata with Responsible AI fields.


