Recommendation Retrievers Need Verifiers: Universal Generative Reranking for Sequential Recommendations

๐Ÿ“… 2026-09-10
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
่ฎบๆ–‡ๆๅ‡บไธ€็ง่ฝป้‡็บง็”Ÿๆˆ้ชŒ่ฏๅ™จ๏ผŒ้€š่ฟ‡ๅŽ้ชŒ้ชŒ่ฏๆ้ซ˜ๅบๅˆ—ๆŽจ่ไธญ็ฌฌไธ€้˜ถๆฎตๅฌๅ›ž็š„ๅ‡†็กฎ็އ๏ผŒๆ— ้œ€้‡ๆ–ฐ่ฎญ็ปƒๆˆ–ๆ›ฟๆขๆฃ€็ดขๅ™จใ€‚
๐Ÿ“ Abstract
First-stage recommenders in multi-stage systems produce a ranked candidate list from which a limited prefix is forwarded to downstream rankers. Because each forwarded item must be processed by more expensive ranking stages, this shortlist cannot be arbitrarily large. The first-stage objective is therefore high coverage of relevant items within the forwarded prefix, commonly measured by Recall@$k$. A relevant item may be available deeper in the retrieved list but absent from the shorter prefix that is actually consumed. This paper studies post-hoc verification for promoting such candidates into the consumed shortlist without retraining or replacing the retriever. We introduce a lightweight generative verifier for retrieval models. Given a retriever state and a candidate item, the verifier scores the item through the likelihood of its identifier tokens. It is trained post hoc with next-token cross entropy, requires no sampled negatives or candidate pool during training, and scores only the retriever's top-$K$ candidates at inference. The interface is minimal: the retriever supplies a query state and candidate items, and the item representation can use any fixed tokenization. Across Amazon product recommendation and YaMBDa music recommendation, the same verifier training recipe improves Recall@10 for SASRec, GRU4Rec, NextItNet, and MiniOneRec. Ablations show that the improvements are not explained solely by injecting item-content features into the retriever, supporting verification as a post-hoc output-side adaptation mechanism.
Problem

Research questions and friction points this paper is trying to address.

multi-stage systems
retrieval models
recall improvement
post-hoc verification
sequential recommendations
Innovation

Methods, ideas, or system contributions that make the work stand out.

generative verifier
post-hoc verification
next-token cross entropy
recall improvement
๐Ÿ”Ž Similar Papers