paper-with-me

홈 › Papers

LLM4Ranking: An Easy-to-use Framework of Utilizing Large Language Models for Document Reranking

2025-04-10 · Qi Liu, Haozhe Duan, Yiqun Chen, Quanfeng Lu, Weiwei Sun, Jiaxin Mao

Utilizing large language models (LLMs) for document reranking has been a popular and promising research direction in recent years, many studies are dedicated to improving the performance and efficiency of using LLMs for reranking. Besides, it can also be applied in many real-world applications, such as search engines or retrieval-augmented generation. In response to the growing demand for research and application in practice, we introduce a unified framework, \textbf{LLM4Ranking}, which enables users to adopt different ranking methods using open-source or closed-source API-based LLMs. Our framework provides a simple and extensible interface for document reranking with LLMs, as well as easy-to-use evaluation and fine-tuning scripts for this task. We conducted experiments based on this framework and evaluated various models and methods on several widely used datasets, providing reproducibility results on utilizing LLMs for document reranking. Our code is publicly available at https://github.com/liuqi6777/llm4ranking.

📄 PDF Abstract BibTeX arXiv:2504.07439

Code (1)

liuqi6777/llm4ranking 공식 구현 pytorch

Tasks

RerankingRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

EasyDistill: A Comprehensive Toolkit for Effective Knowledge Distillation of Large Language Models

2025-05-27 · Chengyu Wang, Junbing Yan, Wenrui Cai, Yuanhao Yue 외

In this paper, we present EasyDistill, a comprehensive toolkit designed for effective black-box and white-box knowledge distillation (KD) of large language models (LLMs). Our framework offers versatile functionalities, i…

Knowledge Distillation

EasyRAG: Efficient Retrieval-Augmented Generation Framework for Automated Network Operations

2024-10-14 · Zhangchi Feng, Dongdong Kuang, Zhongyuan Wang, Zhijie Nie 외

This paper presents EasyRAG, a simple, lightweight, and efficient retrieval-augmented generation framework for automated network operations. Our framework has three advantages. The first is accurate question answering. W…

Answer GenerationQuestion AnsweringRAGReranking+2

Not All Candidates are Created Equal: A Heterogeneity-Aware Approach to Pre-ranking in Recommender Systems

2026-03-04 · Pengfei Tong, Siyuan Chen, Chenwei Zhang, Bo Wang 외 arxiv

Most large-scale recommender systems follow a multi-stage cascade of retrieval, pre-ranking, ranking, and re-ranking. A key challenge at the pre-ranking stage arises from the heterogeneity of training instances sampled f…

Lightweight reranking for language model generations

2023-07-11 · Siddhartha Jain, Xiaofei Ma, Anoop Deoras, Bing Xiang

Large Language Models (LLMs) can exhibit considerable variation in the quality of their sampled outputs. Reranking and selecting the best generation from the sampled set is a popular way of obtaining strong gains in gene…

Code GenerationLanguage ModelingLanguage Modellingmodel+1

TourRank: Utilizing Large Language Models for Documents Ranking with a Tournament-Inspired Strategy

2024-06-17 · Yiqun Chen, Qi Liu, Yi Zhang, Weiwei Sun 외

Large Language Models (LLMs) are increasingly employed in zero-shot documents ranking, yielding commendable results. However, several significant challenges still persist in LLMs for ranking: (1) LLMs are constrained by …