paper-with-me

Papers

Large Language Models as Foundations for Next-Gen Dense Retrieval: A Comprehensive Empirical Assessment

2024-08-22 · Kun Luo, Minghao Qin, Zheng Liu, Shitao Xiao, Jun Zhao, Kang Liu

Pretrained language models like BERT and T5 serve as crucial backbone encoders for dense retrieval. However, these models often exhibit limited generalization capabilities and face challenges in improving in domain accuracy. Recent research has explored using large language models (LLMs) as retrievers, achieving SOTA performance across various tasks. Despite these advancements, the specific benefits of LLMs over traditional retrievers and the impact of different LLM configurations, such as parameter sizes, pretraining duration, and alignment processes on retrieval tasks remain unclear. In this work, we conduct a comprehensive empirical study on a wide range of retrieval tasks, including in domain accuracy, data efficiency, zero shot generalization, lengthy retrieval, instruction based retrieval, and multi task learning. We evaluate over 15 different backbone LLMs and non LLMs. Our findings reveal that larger models and extensive pretraining consistently enhance in domain accuracy and data efficiency. Additionally, larger models demonstrate significant potential in zero shot generalization, lengthy retrieval, instruction based retrieval, and multi task learning. These results underscore the advantages of LLMs as versatile and effective backbone encoders in dense retrieval, providing valuable insights for future research and development in this field.

📄 PDF Abstract BibTeX arXiv:2408.12194

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task LearningRetrievalZero-shot Generalization

Methods 이 논문이 사용한 방법론

WordPiece 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Adam 설명 없음
Weight Decay 설명 없음
Attention 설명 없음
Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
NON 설명 없음

Similar Papers 제목 키워드 기반

Making Large Language Models A Better Foundation For Dense Retrieval

2023-12-24 · Chaofan Li, Zheng Liu, Shitao Xiao, Yingxia Shao

Dense retrieval needs to learn discriminative text embeddings to represent the semantic relationship between query and document. It may benefit from the using of large language models (LLMs), given LLMs' strong capabilit…

RetrievalSentenceText Generation

DREAM: Dense Retrieval Embeddings via Autoregressive Modeling

2026-06-23 · Yixuan Tang, Yi Yang arxiv

Dense retrieval embedding models are a fundamental component of modern retrieval-based AI systems. Most dense retrievers are trained with contrastive objectives, which require labeled positive and negative document pairs…

DReSD: Dense Retrieval for Speculative Decoding

2025-02-21 · Milan Gritta, Huiyin Xue, Gerasimos Lampouras

Speculative decoding (SD) accelerates Large Language Model (LLM) generation by using an efficient draft model to propose the next few tokens, which are verified by the LLM in a single forward call, reducing latency while…

Language ModelingLanguage ModellingLarge Language ModelRetrieval

PromptReps: Prompting Large Language Models to Generate Dense and Sparse Representations for Zero-Shot Document Retrieval

2024-04-29 · Shengyao Zhuang, Xueguang Ma, Bevan Koopman, Jimmy Lin 외

Utilizing large language models (LLMs) for zero-shot document ranking is done in one of two ways: (1) prompt-based re-ranking methods, which require no further training but are only feasible for re-ranking a handful of c…

Document RankingRe-RankingRetrieval

Building Vision-Language Models on Solid Foundations with Masked Distillation

2024-01-01 · CVPR 2024 1 · Sepehr Sameni, Kushal Kafle, Hao Tan, Simon Jenni

Recent advancements in Vision-Language Models (VLMs) have marked a significant leap in bridging the gap between computer vision and natural language processing. However traditional VLMs trained through contrastive le…

Contrastive LearningKnowledge DistillationRetrievalSemantic Segmentation+4