GDCN-P: Gated Deep Cross Network for CTR Prediction

Results on Avazu (200,000 samples)

Metric This Run Paper (full 40M)
AUC 0.749974 0.7905
LogLoss 0.396100 0.3739
Epoch 2/8 -
Params 1,812,017 -

Paper

GDCN (CIKM 2024)

Architecture

22 fields β†’ Embed(16d) β†’ [352d]
β”œβ”€β”€ Gated Cross Net (3 layers) β†’ [352d]
└── DNN (400β†’400β†’400) β†’ [400d]
Concat β†’ Linear(1) β†’ Οƒ β†’ P(click)

Gate: Οƒ(W_gΒ·x) filters each cross layer's interactions.

Dataset

reczoo/Avazu_x4

Generated by ML Intern

This model repository was generated by ML Intern, an agent for machine learning research and development on the Hugging Face Hub.

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = 'klozehsu/gdcn-criteo-ctr'
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)

For non-causal architectures, replace AutoModelForCausalLM with the appropriate AutoModel class.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Paper for klozehsu/gdcn-criteo-ctr