paper-with-me

홈 › Papers

Analyzing the Effectiveness of Listwise Reranking with Positional Invariance on Temporal Generalizability

2024-07-09 · Soyoung Yoon, Jongyoon Kim, Seung-won Hwang

This working note outlines our participation in the retrieval task at CLEF 2024. We highlight the considerable gap between studying retrieval performance on static knowledge documents and understanding performance in real-world environments. Therefore, Addressing these discrepancies and measuring the temporal persistence of IR systems is crucial. By investigating the LongEval benchmark, specifically designed for such dynamic environments, our findings demonstrate the effectiveness of a listwise reranking approach, which proficiently handles inaccuracies induced by temporal distribution shifts. Among listwise rerankers, our findings show that ListT5, which effectively mitigates the positional bias problem by adopting the Fusion-in-Decoder architecture, is especially effective, and more so, as temporal drift increases, on the test-long subset.

📄 PDF Abstract BibTeX arXiv:2407.06716

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingDecoderInformation RetrievalRerankingRetrieval

Similar Papers 제목 키워드 기반

One Pass, Any Order: Position-Invariant Listwise Reranking for LLM-Based Recommendation

2026-04-30 · Ethan Bito, Yongli Ren, Estrid He arxiv

Large language models (LLMs) are increasingly used for recommendation reranking, but their listwise predictions can depend on the order in which candidates are presented. This creates a mismatch between the set-based nat…

Scaling Down, LiTting Up: Efficient Zero-Shot Listwise Reranking with Seq2seq Encoder-Decoder Models

2023-12-26 · Manveer Singh Tamber, Ronak Pradeep, Jimmy Lin

Recent work in zero-shot listwise reranking using LLMs has achieved state-of-the-art results. However, these methods are not without drawbacks. The proposed methods rely on large LLMs with billions of parameters and limi…

DecoderReranking

Rank-K: Test-Time Reasoning for Listwise Reranking

2025-05-20 · Eugene Yang, Andrew Yates, Kathryn Ricci, Orion Weller 외

Retrieve-and-rerank is a popular retrieval pipeline because of its ability to make slow but effective rerankers efficient enough at query time by reducing the number of comparisons. Recent works in neural rerankers take …

Language ModelingLanguage ModellingPassage RerankingReranking+1

Self-Calibrated Listwise Reranking with Large Language Models

2024-11-07 · Ruiyang Ren, Yuhao Wang, Kun Zhou, Wayne Xin Zhao 외

Large language models (LLMs), with advanced linguistic capabilities, have been employed in reranking tasks through a sequence-to-sequence approach. In this paradigm, multiple passages are reranked in a listwise manner an…

Reranking

Leveraging Passage Embeddings for Efficient Listwise Reranking with Large Language Models

2024-06-21 · Qi Liu, Bo wang, Nan Wang, Jiaxin Mao

Recent studies have demonstrated the effectiveness of using large language language models (LLMs) in passage ranking. The listwise approaches, such as RankGPT, have become new state-of-the-art in this task. However, the …

Learning-To-RankPassage RankingPassage RerankingReranking