GOURMET v32.5: GNN Enhancement Report (GPU Training)

Generated: 2026-06-12T07:45:30.844453+00:00 Device: CUDA (RTX 4060 Ti) Training time: 30.7s

Results

MetricValue
v31 Baseline AUC0.9257
v32.5 AUC0.9987
Improvement+0.0730
Statusโœ… IMPROVED

Architecture

  • Entity encoder: Linear(384โ†’512) + BN + ReLU + Dropout + ResidualBlock(512)
  • Domain encoder: Linear(384โ†’512) + BN + ReLU + Dropout + ResidualBlock(512)
  • Interaction: element-wise product of entity/domain hidden states
  • Predictor: Linear(1536โ†’512) + ResidualBlock โ†’ 256 โ†’ 64 โ†’ 1
  • Total params: 2,930,689
  • Dropout: 0.3

Training

  • Epochs: up to 200 (early stopping patience=20)
  • Batch size: 512
  • Optimizer: AdamW (lr=0.001, weight_decay=0.0001)
  • Scheduler: CosineAnnealingWarmRestarts
  • Loss: BCEWithLogitsLoss
  • Train/val split: 80/20

Data

  • Positive examples: observed_in + hierarchical edges (entity-domain pairs with embeddings)
  • Negative examples: 100% random + 50% hard negatives
  • Feature dim: 1536 (entity_emb + domain_emb + product + abs_diff)

Training Log (last 10 entries)

EpochTrain LossVal LossVal AUCVal AP
10.41111.59050.74220.8535
50.02670.05480.99800.9988
100.00750.05710.99850.9992
150.00270.05980.99870.9993
200.00230.06250.99860.9992
250.01000.07860.99750.9986
300.00690.06990.99800.9986
350.00450.08030.99800.9987

v32.5 Stream E โ€” GNN GPU Enhancement. 2026-06-12T07:45:30.844695+00:00

โ† Back to Research