paper-with-me

Papers

CoRanking: Collaborative Ranking with Small and Large Ranking Agents

2025-03-30 · Wenhan Liu, Xinyu Ma, Yutao Zhu, Lixin Su, Shuaiqiang Wang, Dawei Yin, Zhicheng Dou

Large Language Models (LLMs) have demonstrated superior listwise ranking performance. However, their superior performance often relies on large-scale parameters (\eg, GPT-4) and a repetitive sliding window process, which introduces significant efficiency challenges. In this paper, we propose \textbf{CoRanking}, a novel collaborative ranking framework that combines small and large ranking models for efficient and effective ranking. CoRanking first employs a small-size reranker to pre-rank all the candidate passages, bringing relevant ones to the top part of the list (\eg, top-20). Then, the LLM listwise reranker is applied to only rerank these top-ranked passages instead of the whole list, substantially enhancing overall ranking efficiency. Although more efficient, previous studies have revealed that the LLM listwise reranker have significant positional biases on the order of input passages. Directly feed the top-ranked passages from small reranker may result in the sub-optimal performance of LLM listwise reranker. To alleviate this problem, we introduce a passage order adjuster trained via reinforcement learning, which reorders the top passages from the small reranker to align with the LLM's preferences of passage order. Extensive experiments on three IR benchmarks demonstrate that CoRanking significantly improves efficiency (reducing ranking latency by about 70\%) while achieving even better effectiveness compared to using only the LLM listwise reranker.

📄 PDF Abstract BibTeX arXiv:2503.23427

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative Ranking

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Collaborative Ranking With 17 Parameters

2012-12-01 · NeurIPS 2012 12 · Maksims Volkovs, Richard S. Zemel

The primary application of collaborate filtering (CF) is to recommend a small set of items to a user, which entails ranking. Most approaches, however, formulate the CF problem as rating prediction, overlooking the rankin…

Collaborative Ranking

Preference Completion: Large-scale Collaborative Ranking from Pairwise Comparisons

2015-07-16 · Dohyung Park, Joe Neeman, Jin Zhang, Sujay Sanghavi 외

In this paper we consider the collaborative ranking setting: a pool of users each provides a small number of pairwise preferences between $d$ possible items; from these we need to predict preferences of the users for ite…

Collaborative FilteringCollaborative RankingMatrix Completion

Graph-based Collaborative Ranking

2017-01-31 · Shams Bita, Haratizadeh Saman

Data sparsity, that is a common problem in neighbor-based collaborative filtering domain, usually complicates the process of item recommendation. This problem is more serious in collaborative ranking domain, in which cal…

Collaborative FilteringCollaborative Ranking

SQL-Rank: A Listwise Approach to Collaborative Ranking

2018-02-28 · ICML 2018 7 · Liwei Wu, Cho-Jui Hsieh, James Sharpnack

In this paper, we propose a listwise approach for constructing user-specific rankings in recommendation systems in a collaborative fashion. We contrast the listwise approach to previous pointwise and pairwise approaches,…

Collaborative RankingRecommendation Systems

Collaboration of Large Language Models and Small Recommendation Models for Device-Cloud Recommendation

2025-01-10 · Zheqi Lv, Tianyu Zhan, Wenjie Wang, Xinyu Lin 외

Large Language Models (LLMs) for Recommendation (LLM4Rec) is a promising research direction that has demonstrated exceptional performance in this field. However, its inability to capture real-time user preferences greatl…

Collaborative InferenceDevice-Cloud CollaborationEdge-computingReranking