paper-with-me

홈 › Papers

Synergistic Interplay between Search and Large Language Models for Information Retrieval

2023-05-12 · Jiazhan Feng, Chongyang Tao, Xiubo Geng, Tao Shen, Can Xu, Guodong Long, Dongyan Zhao, Daxin Jiang

Information retrieval (IR) plays a crucial role in locating relevant resources from vast amounts of data, and its applications have evolved from traditional knowledge bases to modern retrieval models (RMs). The emergence of large language models (LLMs) has further revolutionized the IR field by enabling users to interact with search systems in natural languages. In this paper, we explore the advantages and disadvantages of LLMs and RMs, highlighting their respective strengths in understanding user-issued queries and retrieving up-to-date information. To leverage the benefits of both paradigms while circumventing their limitations, we propose InteR, a novel framework that facilitates information refinement through synergy between RMs and LLMs. InteR allows RMs to expand knowledge in queries using LLM-generated knowledge collections and enables LLMs to enhance prompt formulation using retrieved documents. This iterative refinement process augments the inputs of RMs and LLMs, leading to more accurate retrieval. Experiments on large-scale retrieval benchmarks involving web search and low-resource retrieval tasks demonstrate that InteR achieves overall superior zero-shot retrieval performance compared to state-of-the-art methods, even those using relevance judgment. Source code is available at https://github.com/Cyril-JZ/InteR

📄 PDF Abstract BibTeX arXiv:2305.07402

Code (2)

Cyril-JZ/InteR 공식 구현 pytorch
ruc-nlpir/flashrag pytorch

Tasks

Information RetrievalRetrieval

Similar Papers 제목 키워드 기반

Research Trends for the Interplay between Large Language Models and Knowledge Graphs

2024-06-12 · Hanieh Khorashadizadeh, Fatima Zahra Amara, Morteza Ezzabady, Frédéric Ieng 외

This survey investigates the synergistic relationship between Large Language Models (LLMs) and Knowledge Graphs (KGs), which is crucial for advancing AI's capabilities in understanding, reasoning, and language processing…

DescriptiveKnowledge GraphsNatural Language QueriesQuestion Answering

Characterizing and Utilizing the Interplay between Quantum Technologies and Non-Terrestrial Networks

2022-11-15 · Hayder Al-Hraishawi, Junaid ur Rehman, Mohsen Razavi, Symeon Chatzinotas

Quantum technologies are increasingly recognized as groundbreaking advancements set to redefine the landscape of computing, communications, and sensing by leveraging quantum phenomena, like entanglement and teleportation…

Construction Grammar and Language Models

2023-08-25 · Harish Tayyar Madabushi, Laurence Romain, Petar Milin, Dagmar Divjak

Recent progress in deep learning and natural language processing has given rise to powerful models that are primarily trained on a cloze-like task and show some evidence of having access to substantial linguistic informa…

Deep Learning

Parameter-Efficient Language Model Tuning with Active Learning in Low-Resource Settings

2023-05-23 · Josip Jukić, Jan Šnajder

Pre-trained language models (PLMs) have ignited a surge in demand for effective fine-tuning techniques, particularly in low-resource domains and languages. Active learning (AL), a set of algorithms designed to decrease l…

Active LearningLanguage ModelingLanguage Modellingparameter-efficient fine-tuning+2

Explore and Establish Synergistic Effects Between Weight Pruning and Coreset Selection in Neural Network Training

2025-11-13 · Weilin Wan, Fan Yi, Weizhong Zhang, Quan Zhou 외 arxiv

Modern deep neural networks rely heavily on massive model weights and training samples, incurring substantial computational costs. Weight pruning and coreset selection are two emerging paradigms proposed to improve compu…

Computational Efficiency