Wentai Xie

dblp:354/1480 · DBLP profile ↗
← Back
5ranked-venue papers in the field
1as first author
5since 2021 · last 2026
0009-0007-7870-3100ORCID · corroborated

Domains — venue-derived; a paper can count in several

Information Retrieval & Web Search · 5 (1 first)
YearPublicationVenuePosition
2026 Efficient Sparse Retrieval with Lightweight Superblock Pruning
abstract
Learned sparse retrieval (LSR) is a popular method for first-stage retrieval because it combines the semantic matching of language models with efficient CPU-friendly algorithms. Previous work aggregates blocks into ''superblocks'' to quickly skip the visitation of blocks during query processing by using an advanced pruning heuristic. This paper proposes a simple and effective superblock pruning scheme that reduces the overhead of superblock score computation while preserving competitive relevance. It combines this scheme with a compact index structure and a robust zero-shot configuration that is effective across LSR models and multiple datasets. This paper provides an analytical justification and evaluation on the MS MARCO and BEIR datasets, demonstrating that the proposed scheme can be a strong alternative for efficient sparse retrieval.
Parker Carlson, Wentai Xie, Rohil Shah, Tao Yang 0009
SIGIR2
2026 Adaptive Sparsity Optimization with Learnable Soft Top-K and Per-Term Thresholding for Efficient Retrieval
abstract
Recent work on neural sparse retrieval has demonstrated strong relevance by leveraging Large Language Models (LLMs) for semantic term expansion. However, learned models paired with previous sparsification techniques still yield overly long document and query vectors partly due to a large LLM vocabulary, imposing a serious challenge to retrieval time and space efficiency. This paper proposes a scheme for optimizing model sparsity through a synergy of adaptive strategies, including learnable soft top-??, per-term thresholding, and FLOPs regularization to increase the sparsity of query and document vectors. Experimental results with Lion-SP model on the MS MARCO and BEIR datasets demonstrate that the proposed scheme can outperform the baselines by significantly reducing the average query and document lengths. Our scheme can achieve much shorter retrieval latency and lower storage cost while maintaining highly competitive relevance.
Wentai Xie, Parker Carlson, Shanxiu He, Tao Yang 0009
SIGIR1
2025 LSTM-Based Selective Dense Text Retrieval Guided by Sparse Lexical Retrieval
Yingrui Yang, Parker Carlson, Yifan Qiao 0001, Wentai Xie, Shanxiu He, Tao Yang 0009
ECIR (1)4
2025 Dynamic Superblock Pruning for Fast Learned Sparse Retrieval
abstract
This paper proposes superblock pruning (SP) during top-k online document retrieval for learned sparse representations. SP structures the sparse index as a set of superblocks on a sequence of document blocks and conducts a superblock-level selection to decide if some superblocks can be pruned before visiting their child blocks. SP generalizes the previous flat block or cluster-based pruning, allowing the early detection of groups of documents that cannot or are less likely to appear in the final top-k list. SP can accelerate sparse retrieval in a rank-safe or approximate manner under a high-relevance competitiveness constraint. Our experiments show that the proposed scheme significantly outperforms state-of-the-art baselines on MS MARCO passages on a single-threaded CPU.
Parker Carlson, Wentai Xie, Shanxiu He, Tao Yang 0009
SIGIR2
2025 Low-Cost Document Retrieval with Dense Pseudo-Query Encoding
abstract
Low-cost retrieval is crucial for document search on resource-limited computing platforms. This paper presents a staged sparse-to-dense retrieval framework that substitutes expensive dense query encoding with a dense pseudo-query (DPQ), an approximation derived solely from sparse retrieval results. DPQ scheme employs a simple, rank-aware weighting to combine corresponding dense representations of top sparse results, providing an opportunity to efficiently leverage an expensive but expressive LLM or BERT-based dense model without requiring GPUs. The evaluation demonstrates that DPQ-based retrieval runs fast on an affordable platform and outperforms several low-cost baselines in zero-shot retrieval.
Shanxiu He, Wentai Xie, Yifan Qiao 0001, Parker Carlson, Tao Yang 0009
SIGIR2