PSG: Pair-Space Generation for Efficient Generative Reranking
Abstract
Modern recommender systems adopt Generator-Evaluator (G-E) for list-wise reranking: a generator produces sequences from candidates and an evaluator scores them at sequence-level to filter out the optimal one for exposure. Auto-Regressive(AR), working as the backbone for generative recommendation, suffers two limitations. First, its complexity grows linearly with list length, forcing the system to generate fewer lists under rigorous latency constraints and thus limiting exploration. Second, teacher-forcing creates a train-test mismatch; cumulative errors worsen with length and degrade quality. To address these problems, we propose Pair-Space Generation (PSG), a reformulation that elevates the generation atom from individual items to ordered item pairs. Given candidate items, PSG operates over pair vocabulary of size per request, generates only tokens. Pair token representations are produced on-the-fly by a pretrained pair-token representation module optimized over large scale exposure logs, eliminating the data sparsity that would otherwise plague a quadratic sized vocabulary. We establish three theoretical guarantees: (i) PSG is bijective with item-space generation and induces an equivalent family of sequence distributions, thus incurring no loss of expressiveness; (ii) generation in pair-token space achieves approximately a to speedup theoretically under moderate settings and in the real industrial environmental settings; and (iii) under outcome-only rewards, the worst-case suboptimality of PSG is bounded by , representing a nearly improvement over item-space generation. Beyond benchmark-based validation, PSG has also been deployed on Kuaishou, delivering a 0.178\% lift in per-user stay time on the platform, which serves over 400 million daily active users.
Cite
@article{arxiv.2607.26427,
title = {PSG: Pair-Space Generation for Efficient Generative Reranking},
author = {Chao Feng and Li Ma and Xiancheng Gao and Chenghao Zhang and Yuanhao Pu and Xiang Li},
journal= {arXiv preprint arXiv:2607.26427},
year = {2026}
}
Comments
13 pages, 3 figures