datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
travel-fraud-graphs
TravelFraudBench (TFG)
The first publicly available labeled heterogeneous graph benchmark for GNN-based fraud ring detection in travel networks.
Paper
Dataset Structure
This dataset contains heterogeneous graph data split into 20 named configurations — one per node type and one per edge type — each with small, medium, and large splits.
Loading a specific node or edge table
from datasets import load_dataset
# Load user nodes (medium scale)
users =… See the full description on the dataset page: https://huggingface.co/datasets/bsajja7/travel-fraud-graphs.g-retriever-scene-graphsgraph_shortest_path_n20_d6-10graph_shortest_path_n30_d6-10graph_shortest_path_n10_d2-8graph_shortest_path_n15_d2-8graph_shortest_path_n20_d11-12graph_shortest_path_n12_d2-8graph_shortest_path_n14_d2-8
