paper-with-me

홈 › Papers

Referral Augmentation for Zero-Shot Information Retrieval

2023-05-24 · Michael Tang, Shunyu Yao, John Yang, Karthik Narasimhan

We propose Referral-Augmented Retrieval (RAR), a simple technique that concatenates document indices with referrals, i.e. text from other documents that cite or link to the given document, to provide significant performance gains for zero-shot information retrieval. The key insight behind our method is that referrals provide a more complete, multi-view representation of a document, much like incoming page links in algorithms like PageRank provide a comprehensive idea of a webpage's importance. RAR works with both sparse and dense retrievers, and outperforms generative text expansion techniques such as DocT5Query and Query2Doc a 37% and 21% absolute improvement on ACL paper retrieval Recall@10 -- while also eliminating expensive model training and inference. We also analyze different methods for multi-referral aggregation and show that RAR enables up-to-date information retrieval without re-training.

📄 PDF Abstract BibTeX arXiv:2305.15098

Code (1)

michaelwilliamtang/referral-augment 공식 구현

Tasks

Information RetrievalRetrieval

Similar Papers 제목 키워드 기반

On-The-Fly Information Retrieval Augmentation for Language Models

2020-07-03 · WS 2020 7 · Hai Wang, David Mcallester

Here we experiment with the use of information retrieval as an augmentation for pre-trained language models. The text corpus used in information retrieval can be viewed as form of episodic memory which grows over time. B…

Information RetrievalRetrieval

Augmenting Zero-Shot Dense Retrievers with Plug-in Mixture-of-Memories

2023-02-07 · Suyu Ge, Chenyan Xiong, Corby Rosset, Arnold Overwijk 외

In this paper we improve the zero-shot generalization ability of language models via Mixture-Of-Memory Augmentation (MoMA), a mechanism that retrieves augmentation documents from multiple information corpora ("external m…

RetrievalZero-shot Generalization

RAPTOR+: A Visually Grounded Vision-Language Framework to Improve Clinical Trust and Auditability in Automated Cancer Referral Processing

2026-05-25 · Sofiat Abioye, Ufaq Khan, Shazad Ashraf, Anusha Jose 외 arxiv

Urgent suspected colorectal cancer (CRC) referrals create operational bottlenecks because semi-structured clinical documents often require manual review and transcription. The original RAPTOR system used Large Language M…

Retrieval Augmentation for T5 Re-ranker using External Sources

2022-10-11 · Kai Hui, Tao Chen, Zhen Qin, Honglei Zhuang 외

Retrieval augmentation has shown promising improvements in different tasks. However, whether such augmentation can assist a large language model based re-ranker remains unclear. We investigate how to augment T5-based re-…

Language ModelingLanguage ModellingLarge Language ModelRe-Ranking+1

How to Train Your DRAGON: Diverse Augmentation Towards Generalizable Dense Retrieval

2023-02-15 · Sheng-Chieh Lin, Akari Asai, Minghan Li, Barlas Oguz 외

Various techniques have been developed in recent years to improve dense retrieval (DR), such as unsupervised contrastive learning and pseudo-query generation. Existing DRs, however, often suffer from effectiveness tradeo…

Contrastive LearningData AugmentationPassage RetrievalRetrieval+1