English

MUSS: Multilevel Subset Selection for Relevance and Diversity

Machine Learning 2026-03-10 v3

Abstract

The problem of relevant and diverse subset selection has a wide range of applications, including recommender systems and retrieval-augmented generation (RAG). For example, in recommender systems, one is interested in selecting relevant items, while providing a diversified recommendation. Constrained subset selection problem is NP-hard, and popular approaches such as Maximum Marginal Relevance (MMR) are based on greedy selection. Many real-world applications involve large data, but the original MMR work did not consider distributed selection. This limitation was later addressed by a method called DGDS which allows for a distributed setting using random data partitioning. Here, we exploit structure in the data to further improve both scalability and performance on the target application. We propose MUSS, a novel method that uses a multilevel approach to relevant and diverse selection. In a recommender system application, our method can not only improve the performance up to 44 percent points in precision, but is also 2020 to 8080 times faster. Our method is also capable of outperforming baselines on RAG-based question answering accuracy. We present a novel theoretical approach for analyzing this type of problems, and show that our method achieves a constant factor approximation of the optimal objective. Moreover, our analysis also resulted in a ×2\times 2 tighter bound for DGDS compared to previously known bound.

Keywords

Cite

@article{arxiv.2503.11126,
  title  = {MUSS: Multilevel Subset Selection for Relevance and Diversity},
  author = {Vu Nguyen and Andrey Kan},
  journal= {arXiv preprint arXiv:2503.11126},
  year   = {2026}
}

Comments

model in production at Amazon

R2 v1 2026-06-28T22:20:12.502Z