English

RAT: Retrieval-Augmented Transformer for Click-Through Rate Prediction

Information Retrieval 2024-04-08 v2 Artificial Intelligence Machine Learning Social and Information Networks

Abstract

Predicting click-through rates (CTR) is a fundamental task for Web applications, where a key issue is to devise effective models for feature interactions. Current methodologies predominantly concentrate on modeling feature interactions within an individual sample, while overlooking the potential cross-sample relationships that can serve as a reference context to enhance the prediction. To make up for such deficiency, this paper develops a Retrieval-Augmented Transformer (RAT), aiming to acquire fine-grained feature interactions within and across samples. By retrieving similar samples, we construct augmented input for each target sample. We then build Transformer layers with cascaded attention to capture both intra- and cross-sample feature interactions, facilitating comprehensive reasoning for improved CTR prediction while retaining efficiency. Extensive experiments on real-world datasets substantiate the effectiveness of RAT and suggest its advantage in long-tail scenarios. The code has been open-sourced at \url{https://github.com/YushenLi807/WWW24-RAT}.

Keywords

Cite

@article{arxiv.2404.02249,
  title  = {RAT: Retrieval-Augmented Transformer for Click-Through Rate Prediction},
  author = {Yushen Li and Jinpeng Wang and Tao Dai and Jieming Zhu and Jun Yuan and Rui Zhang and Shu-Tao Xia},
  journal= {arXiv preprint arXiv:2404.02249},
  year   = {2024}
}

Comments

Accepted to The ACM Web Conference 2024 (WWW'24, short paper). Data and code are available

R2 v1 2026-06-28T15:42:16.351Z