paper-with-me

홈 › Papers

ScalingNote: Scaling up Retrievers with Large Language Models for Real-World Dense Retrieval

2024-11-24 · Suyuan Huang, Chao Zhang, Yuanyuan Wu, Haoxin Zhang, YuAn Wang, Maolin Wang, Shaosheng Cao, Tong Xu, Xiangyu Zhao, Zengchang Qin, Yan Gao, Yunhan Bai, Jun Fan, Yao Hu, Enhong Chen

Dense retrieval in most industries employs dual-tower architectures to retrieve query-relevant documents. Due to online deployment requirements, existing real-world dense retrieval systems mainly enhance performance by designing negative sampling strategies, overlooking the advantages of scaling up. Recently, Large Language Models (LLMs) have exhibited superior performance that can be leveraged for scaling up dense retrieval. However, scaling up retrieval models significantly increases online query latency. To address this challenge, we propose ScalingNote, a two-stage method to exploit the scaling potential of LLMs for retrieval while maintaining online query latency. The first stage is training dual towers, both initialized from the same LLM, to unlock the potential of LLMs for dense retrieval. Then, we distill only the query tower using mean squared error loss and cosine similarity to reduce online costs. Through theoretical analysis and comprehensive offline and online experiments, we show the effectiveness and efficiency of ScalingNote. Our two-stage scaling method outperforms end-to-end models and verifies the scaling law of dense retrieval with LLMs in industrial scenarios, enabling cost-effective scaling of dense retrieval systems. Our online method incorporating ScalingNote significantly enhances the relevance between retrieved documents and queries.

📄 PDF Abstract BibTeX arXiv:2411.15766

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Similar Papers 제목 키워드 기반

PreFLMR: Scaling Up Fine-Grained Late-Interaction Multi-modal Retrievers

2024-02-13 · Weizhe Lin, Jingbiao Mei, Jinghong Chen, Bill Byrne

Large Multimodal Models (LMMs) excel in natural language and visual understanding but are challenged by exacting tasks such as Knowledge-based Visual Question Answering (KB-VQA) which involve the retrieval of relevant in…

Question AnsweringRetrievalVisual Question AnsweringVisual Question Answering (VQA)

GLM-RAG: Graph Language Models for Graph-Based Retrieval-Augmented Generation

2026-07-30 · Maya Arseven, Anette Frank, Beni Egressy, Johann Higl 외 arxiv

Retrieval-augmented generation (RAG) over knowledge graphs requires retrievers that can effectively capture both graph structure and semantic information. Recent approaches have explored graph neural network (GNN)-based …

Graph Neural NetworkKnowledge Graphs

DRAMA: Diverse Augmentation from Large Language Models to Smaller Dense Retrievers

2025-02-25 · Xueguang Ma, Xi Victoria Lin, Barlas Oguz, Jimmy Lin 외

Large language models (LLMs) have demonstrated strong effectiveness and robustness while fine-tuned as dense retrievers. However, their large parameter size brings significant inference time computational challenges, inc…

Contrastive Learning

On the Robustness of LLM-Based Dense Retrievers: A Systematic Analysis of Generalizability and Stability

2026-04-17 · Yongkang Li, Panagiotis Eustratiadis, Yixing Fan, Evangelos Kanoulas arxiv

Decoder-only large language models (LLMs) are increasingly replacing BERT-style architectures as the backbone for dense retrieval, achieving substantial performance gains and broad adoption. However, the robustness of th…

SAGE: Benchmarking and Improving Retrieval for Deep Research Agents

2026-02-05 · Tiansheng Hu, Yilun Zhao, Canyu Zhang, Arman Cohan 외 arxiv

Deep research agents have emerged as powerful systems for addressing complex queries. Meanwhile, LLM-based retrievers have demonstrated strong capability in following instructions or reasoning. This raises a critical que…