paper-with-me

홈 › Papers

LLM-HYPER: Generative CTR Modeling for Cold-Start Ad Personalization via LLM-Based Hypernetworks

2026-04-13 · Luyi Ma, Wanjia Sherry Zhang, Zezhong Fan, Shubham Thakur, Kai Zhao, Kehui Yao, Ayush Agarwal, Rahul Iyer, Jason Cho, Jianpeng Xu, Evren Korpeoglu, Sushant Kumar, Kannan Achan arxiv

On online advertising platforms, newly introduced promotional ads face the cold-start problem, as they lack sufficient user feedback for model training. In this work, we propose LLM-HYPER, a novel framework that treats large language models (LLMs) as hypernetworks to directly generate the parameters of the click-through rate (CTR) estimator in a training-free manner. LLM-HYPER uses few-shot Chain-of-Thought prompting over multimodal ad content (text and images) to infer feature-wise model weights for a linear CTR predictor. By retrieving semantically similar past campaigns via CLIP embeddings and formatting them into prompt-based demonstrations, the LLM learns to reason about customer intent, feature influence, and content relevance. To ensure numerical stability and serviceability, we introduce normalization and calibration techniques that align the generated weights with production-ready CTR distributions. Extensive offline experiments show that LLM-HYPER significantly outperforms cold-start baselines in NDCG$@10$ by 55.9\%. Our real-world online A/B test on one of the top e-commerce platforms in the U.S. demonstrates the strong performance of LLM-HYPER, which drastically reduces the cold-start period and achieves competitive performance. LLM-HYPER has been successfully deployed in production.

📄 PDF Abstract BibTeX arXiv:2604.12096

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sparse Personalized Text Generation with Multi-Trajectory Reasoning

2026-04-27 · Bo Ni, Haowei Fu, Qinwen Ge, Franck Dernoncourt 외 arxiv

As Large Language Models (LLMs) advance, personalization has become a key mechanism for tailoring outputs to individual user needs. However, most existing methods rely heavily on dense interaction histories, making them …

Reinforcement LearningText Generation

Predicting Movie Hits Before They Happen with LLMs

2025-05-05 · Shaghayegh Agah, Yejin Kim, Neeraj Sharma, Mayur Nankani 외

Addressing the cold-start issue in content recommendation remains a critical ongoing challenge. In this work, we focus on tackling the cold-start problem for movies on a large entertainment platform. Our primary goal is …

Retrieval

Meta-Learning for Cold-Start Personalization in Prompt-Tuned LLMs

2025-07-22 · Yushang Zhao, Huijie Shen, Dannier Li, Lu Chang 외 arxiv

Generative, explainable, and flexible recommender systems, derived using Large Language Models (LLM) are promising and poorly adapted to the cold-start user situation, where there is little to no history of interaction. …

Vulnerability DetectionCollaborative Filtering

From Personal to Collective: On the Role of Local and Global Memory in LLM Personalization

2025-09-28 · Zehong Wang, Junlin Wu, ZHaoxuan Tan, Bolian Li 외 arxiv

Large language model (LLM) personalization aims to tailor model behavior to individual users based on their historical interactions. However, its effectiveness is often hindered by two key challenges: the \textit{cold-st…

U-MASK: User-adaptive Spatio-Temporal Masking for Personalized Mobile AI Applications

2026-01-11 · Shiyuan Zhang, Yilai Liu, Yuwei Du, Ruoxuan Yang 외 arxiv

Personalized mobile artificial intelligence applications are widely deployed, yet they are expected to infer user behavior from sparse and irregular histories under a continuously evolving spatio-temporal context. This s…