Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from laiweijiang/SUAN

"Exploring Scaling Laws of CTR Model for Online Performance Improvement." In Proceedings of RecSys '25.

Notifications You must be signed in to change notification settings

vincentami/SUAN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploring Scaling Laws of CTR Model for Online Performance Improvement

**A scalable CTR model inspired by LLM to explore scaling laws **
🔗 Paper (RecSys '25) | 💻 Code

🧱 Model Architecture

SUAN (Stacked UABs)

image

Each Unified Attention Block (UAB) contains:

  • Self-Attention: Spatiotemporal behavior modeling
  • Cross-Attention: User profile-guided importance scoring
  • Dual Alignment Attention: Feature selection
  • RMSNorm + SwiGLU FFN (LLM-inspired)

📌 Input: Target-aware sequence = User behaviors + candidates
📌 Output: P(click|S,p,c) = σ(MLP(E_block[-1,:], e_p, e_other))

📁 Open-Sourced Components

Due to industrial deployment constraints, we release:

✅ 1. Core Model Code

  • File: ./handle_layer/handle_lib/handle_rec_unit.py
  • Key classes:
    • Mix1k_SUAN: For industrial dataset
    • Eleme_SUAN: For Eleme dataset

✅ 2. Experiment Configs

  • exp/user1/Mix1k_SUAN/: Industrial dataset config
  • exp/user1/Eleme_SUAN/: Eleme dataset config

📚 Citation

@inproceedings{lai2025exploring,
  title={Exploring Scaling Laws of CTR Model for Online Performance Improvement},
  author={Lai, Weijiang and Jin, Beihong and Zhang, Jiongyan and Zheng, Yiyuan and Dong, Jian and Cheng, Jia and Lei, Jun and Wang, Xingxing},
  booktitle={Proceedings of the Nineteenth ACM Conference on Recommender Systems},
  pages={114--123},
  year={2025},
  organization={ACM}
}

📬 Contact

Star us if you find it useful!

About

"Exploring Scaling Laws of CTR Model for Online Performance Improvement." In Proceedings of RecSys '25.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%