English

PageLLM: A Multi-Grained Reward Framework for Whole-Page Optimization with Large Language Models

Machine Learning 2026-05-26 v2 Artificial Intelligence

Abstract

Whole-page optimization (WPO) decides how search and recommendation results are surfaced to users, and large language models (LLMs) open a new route to it by treating page generation as sequence generation. Adapting LLMs to web-scale WPO, however, remains bottlenecked by the need for costly human annotations and by the mismatched granularity between page-level coherence and item-level placement. In this work we show that these two challenges are coupled: implicit user feedback alone suffices for alignment, provided the reward signal is decoupled into two complementary granularities. We propose PageLLM, a reward-based fine-tuning framework that (i) turns implicit feedback into four contrastive preference-pair families covering relevance, ranking, diversity, and redundancy, (ii) learns a coarse page-level reward and a fine item-level reward that captures engagement-sensitive position swaps, and (iii) combines both rewards in PPO-based RLHF over a pre-trained LLM. Extensive experiments on seven Amazon categories against eleven baselines show that neither reward alone is sufficient -- dropping the page-level or item-level signal reduces NDCG@100 by 17.8% and 15.2% respectively, whereas the joint reward improves NDCG@100 by up to 46.8%. Deployed in a 10M-user online A/B test, PageLLM raises GMV by 0.44% and click-through rate by 0.14%, confirming that multi-grained rewards from implicit feedback scale to production WPO. Code and data are available at an anonymized repository.

Keywords

Cite

@article{arxiv.2506.09084,
  title  = {PageLLM: A Multi-Grained Reward Framework for Whole-Page Optimization with Large Language Models},
  author = {Xinyuan Wang and Liang Wu and Dongjie Wang and Yanjie Fu},
  journal= {arXiv preprint arXiv:2506.09084},
  year   = {2026}
}
R2 v1 2026-07-01T03:09:39.098Z