ListConRanker: A Contrastive Text Reranker with Listwise Encoding
Junlong Liu, Yue Ma, Ruihui Zhao, Junhao Zheng, Qianli Ma, Yangyang, Kang

TL;DR
This paper introduces ListConRanker, a novel listwise contrastive reranker that encodes passage comparisons for improved semantic relevance, utilizing circle loss for efficient training, achieving state-of-the-art results on multiple Chinese reranking benchmarks.
Contribution
The paper proposes ListConRanker, a listwise contrastive reranker with listwise encoding and circle loss, addressing limitations of previous pointwise models and enhancing training efficiency.
Findings
Achieves state-of-the-art performance on Chinese reranking benchmarks.
Effectively encodes passage comparisons for better relevance.
Utilizes circle loss for flexible and efficient training.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSoftmax · Attention Is All You Need
