paper-with-me

Papers

CTRL: Connect Collaborative and Language Model for CTR Prediction

2023-06-05 · Xiangyang Li, Bo Chen, Lu Hou, Ruiming Tang

Traditional click-through rate (CTR) prediction models convert the tabular data into one-hot vectors and leverage the collaborative relations among features for inferring the user's preference over items. This modeling paradigm discards essential semantic information. Though some works like P5 and CTR-BERT have explored the potential of using Pre-trained Language Models (PLMs) to extract semantic signals for CTR prediction, they are computationally expensive and suffer from low efficiency. Besides, the beneficial collaborative relations are not considered, hindering the recommendation performance. To solve these problems, in this paper, we propose a novel framework \textbf{CTRL}, which is industrial-friendly and model-agnostic with superior inference efficiency. Specifically, the original tabular data is first converted into textual data. Both tabular data and converted textual data are regarded as two different modalities and are separately fed into the collaborative CTR model and pre-trained language model. A cross-modal knowledge alignment procedure is performed to fine-grained align and integrate the collaborative and semantic signals, and the lightweight collaborative model can be deployed online for efficient serving after fine-tuned with supervised signals. Experimental results on three public datasets show that CTRL outperforms the state-of-the-art (SOTA) CTR models significantly. Moreover, we further verify its effectiveness on a large-scale industrial recommender system.

📄 PDF Abstract BibTeX arXiv:2306.02841

Code (0)

등록된 구현이 없습니다.

Tasks

Click-Through Rate PredictionLanguage ModelingLanguage ModellingPredictionRecommendation Systems

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
AdaGrad AdaGrad is a stochastic optimization method that adapts the learning rate to the parameters. It performs smaller updates for parameters associated with frequently occurring…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…

Similar Papers 제목 키워드 기반

uCTRL: Unbiased Contrastive Representation Learning via Alignment and Uniformity for Collaborative Filtering

2023-05-22 · Jae-woong Lee, Seongmin Park, Mincheol Yoon, Jongwuk Lee

Because implicit user feedback for the collaborative filtering (CF) models is biased toward popular items, CF models tend to yield recommendation lists with popularity bias. Previous studies have utilized inverse propens…

Causal InferenceCollaborative FilteringRepresentation Learning

ContactRL: Safe Reinforcement Learning based Motion Planning for Contact based Human Robot Collaboration

2025-12-03 · Sundas Rafat Mulkana, Ronyu Yu, Tanaya Guha, Emma Li arxiv

In collaborative human-robot tasks, safety requires not only avoiding collisions but also ensuring safe, intentional physical contact. We present ContactRL, a reinforcement learning (RL) based framework that directly inc…

Reinforcement LearningMotion Planning

Multi-party Collaborative Attention Control for Image Customization

2025-01-01 · CVPR 2025 1 · Han Yang, Chuanguang Yang, Qiuli Wang, Zhulin An 외

The rapid development of diffusion models has fueled a growing demand for customized image generation. However, current customization methods face several limitations: 1) typically accept either image or text conditi…

Image Generation

Can We Steer the Black-Box? Towards Controllability-Centric Evaluation of Recommender Systems with Collaborative Agents

2026-07-15 · Jiwen Zhou, Xiang Liu, Mingming Li, Pengbo Mo 외 arxiv

Recommender systems operate as Black-Boxes, leaving users and regulators unable to steer their outputs toward specific intentions or audit their behavior. This lack of controllability, defined as the system's ability to …

Adaptable Logical Control for Large Language Models

2024-06-19 · Honghua Zhang, Po-Nien Kung, Masahiro Yoshida, Guy Van Den Broeck 외

Despite the success of Large Language Models (LLMs) on various tasks following human instructions, controlling model generation at inference time poses a persistent challenge. In this paper, we introduce Ctrl-G, an adapt…

MathText Generation