paper-with-me

홈 › Papers

Principled and Scalable Diversity-Aware Retrieval via Cardinality-Constrained Binary Quadratic Programming

2026-04-02 · Qiheng Lu, Nicholas D. Sidiropoulos arxiv

Diversity-aware retrieval is essential for Retrieval-Augmented Generation (RAG), yet existing methods lack theoretical guarantees and face scalability issues as the number of retrieved passages $k$ increases. We propose a principled formulation of diversity retrieval as a cardinality-constrained binary quadratic programming (CCBQP), which explicitly balances relevance and semantic diversity through an interpretable trade-off parameter. Inspired by recent advances in combinatorial optimization, we develop a non-convex tight continuous relaxation and a Frank--Wolfe based algorithm with landscape analysis and convergence guarantees. Extensive experiments demonstrate that our method consistently dominates baselines on the relevance-diversity Pareto frontier, while achieving significant speedup.

📄 PDF Abstract BibTeX arXiv:2604.02554

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FrePolad: Frequency-Rectified Point Latent Diffusion for Point Cloud Generation

2023-11-20 · Chenliang Zhou, Fangcheng Zhong, Param Hanji, Zhilin Guo 외

We propose FrePolad: frequency-rectified point latent diffusion, a point cloud generation pipeline integrating a variational autoencoder (VAE) with a denoising diffusion probabilistic model (DDPM) for the latent distribu…

Computational EfficiencyDenoisingDiversityPoint Cloud Generation

The Future is Sparse: Embedding Compression for Scalable Retrieval in Recommender Systems

2025-05-16 · Petr Kasalický, Martin Spišák, Vojtěch Vančura, Daniel Bohuněk 외

Industry-scale recommender systems face a core challenge: representing entities with high cardinality, such as users or items, using dense embeddings that must be accessible during both training and inference. However, a…

Recommendation SystemsRetrieval

Cardinality-Aware Set Prediction and Top-$k$ Classification

2024-07-09 · Corinna Cortes, Anqi Mao, Christopher Mohri, Mehryar Mohri 외

We present a detailed study of cardinality-aware top-$k$ classification, a novel approach that aims to learn an accurate top-$k$ set predictor while maintaining a low cardinality. We introduce a new target loss function …

ClassificationPrediction

A Bayesian Information-Theoretic Approach to Data Attribution

2026-04-04 · Dharmesh Tailor, Nicolò Felicioni, Kamil Ciosek arxiv

Training Data Attribution (TDA) seeks to trace model predictions back to influential training examples, enhancing interpretability and safety. We formulate TDA as a Bayesian information-theoretic problem: subsets are sco…

Optimizing Agentic Reasoning with Retrieval via Synthetic Semantic Information Gain Reward

2026-01-31 · Senkang Hu, Yong Dai, Yuzhi Zhao, Yihang Tao 외 arxiv

Agentic reasoning enables large reasoning models (LRMs) to dynamically acquire external knowledge, but yet optimizing the retrieval process remains challenging due to the lack of dense, principled reward signals. In this…