paper-with-me

홈 › Papers

A Two-Stage Adaptation of Large Language Models for Text Ranking

2023-11-28 · Longhui Zhang, Yanzhao Zhang, Dingkun Long, Pengjun Xie, Meishan Zhang, Min Zhang

Text ranking is a critical task in information retrieval. Recent advances in pre-trained language models (PLMs), especially large language models (LLMs), present new opportunities for applying them to text ranking. While supervised fine-tuning (SFT) with ranking data has been widely explored to better align PLMs with text ranking goals, previous studies have focused primarily on encoder-only and encoder-decoder PLMs. Research on leveraging decoder-only LLMs for text ranking remains scarce. An exception to this is RankLLaMA, which uses direct SFT to explore LLaMA's potential for text ranking. In this work, we propose a two-stage progressive paradigm to better adapt LLMs to text ranking. First, we conduct continual pre-training (CPT) of LLMs on a large weakly-supervised corpus. Second, we perform SFT, and propose an improved optimization strategy building upon RankLLaMA. Our experimental results on multiple benchmarks show that our approach outperforms previous methods in both in-domain and out-domain scenarios.

📄 PDF Abstract BibTeX arXiv:2311.16720

Code (1)

alibaba-nlp/rankinggpt 공식 구현 pytorch

Tasks

DecoderInformation RetrievalRetrieval

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…
Focus 설명 없음
SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

HLATR: Enhance Multi-stage Text Retrieval with Hybrid List Aware Transformer Reranking

2022-05-21 · Yanzhao Zhang, Dingkun Long, Guangwei Xu, Pengjun Xie

Deep pre-trained language models (e,g. BERT) are effective at large-scale text retrieval task. Existing text retrieval systems with state-of-the-art performance usually adopt a retrieve-then-reranking architecture due to…

Passage RankingPassage Re-RankingRerankingRetrieval+1

Hybrid Retrieval and Multi-stage Text Ranking Solution at TREC 2022 Deep Learning Track

2023-08-23 · Guangwei Xu, Yangzhao Zhang, Longhui Zhang, Dingkun Long 외

Large-scale text retrieval technology has been widely used in various practical business scenarios. This paper presents our systems for the TREC 2022 Deep Learning Track. We explain the hybrid text retrieval and multi-st…

Document RankingLanguage ModelingLanguage ModellingPassage Ranking+2

LLM4PR: Improving Post-Ranking in Search Engine with Large Language Models

2024-11-02 · Yang Yan, Yihao Wang, Chi Zhang, Wenyuan Hou 외

Alongside the rapid development of Large Language Models (LLMs), there has been a notable increase in efforts to integrate LLM techniques in information retrieval (IR) and search engines (SE). Recently, an additional pos…

Information Retrieval

Large Language Models are In-Context Molecule Learners

2024-03-07 · Jiatong Li, Wei Liu, Zhihao Ding, Wenqi Fan 외

Large Language Models (LLMs) have demonstrated exceptional performance in biochemical tasks, especially the molecule caption translation task, which aims to bridge the gap between molecules and natural language texts. Ho…

Cross-Modal RetrievalIn-Context LearningRe-RankingRetrieval+1

Zero-Shot Listwise Document Reranking with a Large Language Model

2023-05-03 · Xueguang Ma, Xinyu Zhang, Ronak Pradeep, Jimmy Lin

Supervised ranking methods based on bi-encoder or cross-encoder architectures have shown success in multi-stage text ranking tasks, but they require large amounts of relevance judgments as training data. In this work, we…

Language ModelingLanguage ModellingLarge Language ModelReranking+1