paper-with-me

홈 › Papers

RLPO: Residual Listwise Preference Optimization for Long-Context Review Ranking

2026-01-12 · Hao Jiang, Zhi Yang, Annan Wang, Yichi Zhang, Weisi Lin arxiv

Review ranking is pivotal in e-commerce for prioritizing diagnostic and authentic feedback from the deluge of user-generated content. While large language models have improved semantic assessment, existing ranking paradigms face a persistent trade-off in long-context settings. Pointwise scoring is efficient but often fails to account for list-level interactions, leading to miscalibrated top-$k$ rankings. Listwise approaches can leverage global context, yet they are computationally expensive and become unstable as candidate lists grow. To address this, we propose Residual Listwise Preference Optimization (RLPO), which formulates ranking as listwise representation-level residual correction over a strong pointwise LLM scorer. RLPO first produces calibrated pointwise scores and item representations, then applies a lightweight encoder over the representations to predict listwise score residuals, avoiding full token-level listwise processing. We also introduce a large-scale benchmark for long-context review ranking with human verification. Experiments show RLPO improves NDCG@k over strong pointwise and listwise baselines and remains robust as list length increases.

📄 PDF Abstract BibTeX arXiv:2601.07449

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Better Optimization For Listwise Preference in Diffusion Models

2025-10-02 · Jiamu Bai, Xin Yu, Meilong Xu, Weitao Lu 외 arxiv

Reinforcement learning from human feedback (RLHF) has proven effectiveness for aligning text-to-image (T2I) diffusion models with human preferences. Although Direct Preference Optimization (DPO) is widely adopted for its…

Text-to-Image GenerationComputational EfficiencyReinforcement LearningImage Editing

LPOI: Listwise Preference Optimization for Vision Language Models

2025-05-27 · Fatemeh Pesaran Zadeh, Yoojin Oh, Gunhee Kim

Aligning large VLMs with human preferences is a challenging task, as methods like RLHF and DPO often overfit to textual information or exacerbate hallucinations. Although augmenting negative image samples partially addre…

Object

Listwise Preference Alignment Optimization for Tail Item Recommendation

2025-07-03 · Zihao Li, Chao Yang, Tong Zhang, Yakun Chen 외 arxiv

Preference alignment has achieved greater success on Large Language Models (LLMs) and drawn broad interest in recommendation research. Existing preference alignment methods for recommendation either require explicit rewa…

LiPO: Listwise Preference Optimization through Learning-to-Rank

2024-02-02 · Tianqi Liu, Zhen Qin, Junru Wu, Jiaming Shen 외

Aligning language models (LMs) with curated human feedback is critical to control their behaviors in real-world applications. Several recent policy optimization methods, such as DPO and SLiC, serve as promising alternati…

Learning-To-Rank

Ordinal Preference Optimization: Aligning Human Preferences via NDCG

2024-10-06 · Yang Zhao, Yixin Wang, Mingzhang Yin

Aligning Large Language Models (LLMs) with diverse human preferences is a pivotal technique for controlling model behaviors and enhancing generation quality. Reinforcement Learning from Human Feedback (RLHF), Direct Pref…

Information Retrieval