paper-with-me

홈 › Papers

ListConRanker: A Contrastive Text Reranker with Listwise Encoding

2025-01-13 · Junlong Liu, Yue Ma, Ruihui Zhao, Junhao Zheng, Qianli Ma, Yangyang Kang

Reranker models aim to re-rank the passages based on the semantics similarity between the given query and passages, which have recently received more attention due to the wide application of the Retrieval-Augmented Generation. Most previous methods apply pointwise encoding, meaning that it can only encode the context of the query for each passage input into the model. However, for the reranker model, given a query, the comparison results between passages are even more important, which is called listwise encoding. Besides, previous models are trained using the cross-entropy loss function, which leads to issues of unsmooth gradient changes during training and low training efficiency. To address these issues, we propose a novel Listwise-encoded Contrastive text reRanker (ListConRanker). It can help the passage to be compared with other passages during the encoding process, and enhance the contrastive information between positive examples and between positive and negative examples. At the same time, we use the circle loss to train the model to increase the flexibility of gradients and solve the problem of training efficiency. Experimental results show that ListConRanker achieves state-of-the-art performance on the reranking benchmark of Chinese Massive Text Embedding Benchmark, including the cMedQA1.0, cMedQA2.0, MMarcoReranking, and T2Reranking datasets.

📄 PDF Abstract BibTeX arXiv:2501.07111

Code (0)

등록된 구현이 없습니다.

Tasks

RerankingRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Rank-without-GPT: Building GPT-Independent Listwise Rerankers on Open-Source Large Language Models

2023-12-05 · Xinyu Zhang, Sebastian Hofstätter, Patrick Lewis, Raphael Tang 외

Listwise rerankers based on large language models (LLM) are the zero-shot state-of-the-art. However, current works in this direction all depend on the GPT models, making it a single point of failure in scientific reprodu…

Passage RetrievalRetrieval

CoRanking: Collaborative Ranking with Small and Large Ranking Agents

2025-03-30 · Wenhan Liu, Xinyu Ma, Yutao Zhu, Lixin Su 외

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…

Collaborative Ranking

jina-reranker-v3: Last but Not Late Interaction for Listwise Document Reranking

2025-09-29 · Feng Wang, Yuqing Li, Han Xiao arxiv

jina-reranker-v3 is a 0.6B-parameter multilingual listwise reranker that introduces a novel "last but not late" interaction. Unlike late interaction models like ColBERT that encode documents separately before multi-vecto…

ReasonRank: Empowering Passage Ranking with Strong Reasoning Ability

2025-08-09 · Wenhan Liu, Xinyu Ma, Weiwei Sun, Yutao Zhu 외 arxiv

Large Language Model (LLM) based listwise ranking has shown superior performance in many passage ranking tasks. With the development of Large Reasoning Models (LRMs), many studies have demonstrated that step-by-step reas…

Reinforcement LearningPassage Ranking

E2Rank: Unifying Text Embedding and Listwise Reranking for Effective and Efficient Search

2025-10-26 · Qi Liu, Yanzhao Zhang, Mingxin Li, Dingkun Long 외 arxiv

Text embedding models deliver competitive retrieval performance with high efficiency, but their ranking fidelity remains limited compared to LLM-based listwise rerankers, which capture fine-grained query-document and doc…

Computational Efficiency