paper-with-me

홈 › Papers

LSTM-based Selective Dense Text Retrieval Guided by Sparse Lexical Retrieval

2025-02-15 · Yingrui Yang, Parker Carlson, Yifan Qiao, Wentai Xie, Shanxiu He, Tao Yang

This paper studies fast fusion of dense retrieval and sparse lexical retrieval, and proposes a cluster-based selective dense retrieval method called CluSD guided by sparse lexical retrieval. CluSD takes a lightweight cluster-based approach and exploits the overlap of sparse retrieval results and embedding clusters in a two-stage selection process with an LSTM model to quickly identify relevant clusters while incurring limited extra memory space overhead. CluSD triggers partial dense retrieval and performs cluster-based block disk I/O if needed. This paper evaluates CluSD and compares it with several baselines for searching in-memory and on-disk MS MARCO and BEIR datasets.

📄 PDF Abstract BibTeX arXiv:2502.10639

Code (0)

등록된 구현이 없습니다.

Tasks

RetrievalText Retrieval

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Selective Query-guided Debiasing for Video Corpus Moment Retrieval

2022-10-17 · Sunjae Yoon, Ji Woo Hong, Eunseop Yoon, Dahyun Kim 외

Video moment retrieval (VMR) aims to localize target moments in untrimmed videos pertinent to a given textual query. Existing retrieval systems tend to rely on retrieval bias as a shortcut and thus, fail to sufficiently …

Moment RetrievalRetrievalVideo Corpus Moment Retrieval

STRATA-TS: Selective Knowledge Transfer for Urban Time Series Forecasting with Retrieval-Guided Reasoning

2025-08-26 · Yue Jiang, Chenxi Liu, Yile Chen, Qin Chao 외 arxiv

Urban forecasting models often face a severe data imbalance problem: only a few cities have dense, long-span records, while many others expose short or incomplete histories. Direct transfer from data-rich to data-scarce …

Time Series Forecasting

Cross-modal RAG: Sub-dimensional Retrieval-Augmented Text-to-Image Generation

2025-05-28 · Mengdan Zhu, Senhao Cheng, Guangji Bai, Yifei Zhang 외

Text-to-image generation increasingly demands access to domain-specific, fine-grained, and rapidly evolving knowledge that pretrained models cannot fully capture. Existing Retrieval-Augmented Generation (RAG) methods att…

Image GenerationLanguage ModelingLanguage ModellingLarge Language Model+6

A Deep Learning Approach for Selective Relevance Feedback

2024-01-20 · Suchana Datta, Debasis Ganguly, Sean MacAvaney, Derek Greene

Pseudo-relevance feedback (PRF) can enhance average retrieval effectiveness over a sufficiently large number of queries. However, PRF often introduces a drift into the original information need, thus hurting the retrieva…

Deep LearningRetrieval

FIGROTD: A Friendly-to-Handle Dataset for Image Guided Retrieval with Optional Text

2025-11-27 · Hoang-Bao Le, Allie Tran, Binh T. Nguyen, Liting Zhou 외 arxiv

Image-Guided Retrieval with Optional Text (IGROT) unifies visual retrieval (without text) and composed retrieval (with text). Despite its relevance in applications like Google Image and Bing, progress has been limited by…