用大模型提升点击率预测,兼顾效果与速度
ELEC: Efficient Large Language Model-Empowered Click-Through Rate Prediction
- 用伪孪生网络融合大模型语义与表格特征建模
- 蒸馏后的小模型仅用表格数据,性能接近大模型
- 可适配多种大模型和推荐系统,适合工业落地
点击率(CTR)预测在在线广告系统中至关重要。传统模型通过特征交互捕捉表格数据中的协同信号,但丢失文本语义;大语言模型(LLM)擅长理解文本上下文,却难以捕捉协同信号且推理延迟高。本文提出ELEC框架,将LLM能力引入CTR预测。首先构建包含增益网络与普通网络的伪孪生结构,将LLM生成的高层表征注入协同模型形成增益网络,实现文本与表格联合建模。为提升效率,通过评分层与表征层双重蒸馏,使仅接收表格数据的普通网络达到近似增益网络性能。该方法模型无关,可兼容多种LLM与协同模型。真实数据集实验表明,ELEC在保持高效的同时显著提升预测效果。
原文摘要 · Abstract (English)
Click-through rate (CTR) prediction plays an important role in online advertising systems. On the one hand, traditional CTR prediction models capture the collaborative signals in tabular data via feature interaction modeling, but they lose semantics in text. On the other hand, Large Language Models (LLMs) excel in understanding the context and meaning behind text, but they face challenges in capturing collaborative signals and they have long inference latency. In this paper, we aim to leverage the benefits of both types of models and pursue collaboration, semantics and efficiency. We present ELEC, which is an Efficient LLM-Empowered CTR prediction framework. We first adapt an LLM for the CTR prediction task. In order to leverage the ability of the LLM but simultaneously keep efficiency, we utilize the pseudo-siamese network which contains a gain network and a vanilla network. We inject the high-level representation vector generated by the LLM into a collaborative CTR model to form the gain network such that it can take advantage of both tabular modeling and textual modeling. However, its reliance on the LLM limits its efficiency. We then distill the knowledge from the gain network to the vanilla network on both the score level and the representation level, such that the vanilla network takes only tabular data as input, but can still generate comparable performance as the gain network. Our approach is model-agnostic. It allows for the integration with various existing LLMs and collaborative CTR models. Experiments on real-world datasets demonstrate the effectiveness and efficiency of ELEC for CTR prediction.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。