paper-with-me

홈 › Papers

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

2024-04-02 · Yushen Li, Jinpeng Wang, Tao Dai, Jieming Zhu, Jun Yuan, Rui Zhang, Shu-Tao Xia

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}.

📄 PDF Abstract BibTeX arXiv:2404.02249

Code (1)

yushenli807/www24-rat 공식 구현 pytorch

Tasks

Click-Through Rate PredictionRetrieval

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Establishing Strong Baselines for TripClick Health Retrieval

2022-01-02 · Sebastian Hofstätter, Sophia Althammer, Mete Sertkan, Allan Hanbury

We present strong Transformer-based re-ranking and dense retrieval baselines for the recently released TripClick health ad-hoc retrieval collection. We improve the - originally too noisy - training data with a simple neg…

Re-RankingRetrieval

LADER: Log-Augmented DEnse Retrieval for Biomedical Literature Search

2023-04-10 · Qiao Jin, Andrew Shin, Zhiyong Lu

Queries with similar information needs tend to have similar document clicks, especially in biomedical literature search engines where queries are generally short and top documents account for most of the total clicks. Mo…

Retrieval

Click-Feedback Retrieval

2023-04-28 · Zeyu Wang, Yu Wu

Retrieving target information based on input query is of fundamental importance in many real-world applications. In practice, it is not uncommon for the initial search to fail, where additional feedback information is ne…

Retrieval

KuaiFormer: Transformer-Based Retrieval at Kuaishou

2024-11-15 · Chi Liu, Jiangxia Cao, Rui Huang, Kai Zheng 외

In large-scale content recommendation systems, retrieval serves as the initial stage in the pipeline, responsible for selecting thousands of candidate items from billions of options to pass on to ranking modules. Traditi…

Recommendation SystemsRetrieval

Click it or Leave it: Detecting and Spoiling Clickbait with Informativeness Measures and Large Language Models

2026-02-20 · Wojciech Michaluk, Tymoteusz Urban, Mateusz Kubita, Soveatin Kuntur 외 arxiv

Clickbait headlines degrade the quality of online information and undermine user trust. We present a hybrid approach to clickbait detection that combines transformer-based text embeddings with linguistically motivated in…