Reliability-Aware Determinantal Point Processes for Robust Informative Data Selection in Large Language Models
Ahmad Sarlak, Abolfazl Razi
TL;DR
This work tackles the challenge of selecting informative data subsets for large language model workflows when candidate units may randomly dropout due to storage, communication, or processing unreliability. The authors identify ill-posedness of naive dropout-augmented log-determinant objectives and rectify it with a minimal regularization, yielding a reliability-aware diversity objective that cleanly decomposes into a geometric diversity term and an additive per-item reliability term. They model the problem as a combinatorial semi-bandit (RA-kDPP) and design a KL-UCB–style online algorithm with provable regret bounds and matching information-theoretic lower bounds, while enabling online learning of unknown reliabilities from semi-bandit feedback. Empirically, ProbDPP improves robustness and accuracy in multi-source prompting and retrieval-augmented QA tasks under stochastic availability, outperforming both reliability-only and diversity-only baselines. The approach provides a principled foundation for resilient data selection in LLM fine-tuning, prompt compression, and RAG systems under unreliable data access, with practical impact on efficiency and performance in real-world deployments.
Abstract
Informative data selection is a key requirement for large language models (LLMs) to minimize the amount of data required for fine-tuning, network distillation, and token pruning, enabling fast and efficient deployment, especially under computational and communication constraints. Traditional subset selection methods, including those based on Determinantal Point Processes (DPP), focus on maximizing diversity but assume that selected data batches are always available error-free. This presumption prohibits their use under partial storage outage, imperfect communication, and stochastic access failures. Furthermore, we show that the original formulation collapses under such conditions. To address this gap, we introduce ProbDPP, a novel reliability-aware implementation of k-DPP that accounts for probabilistic data access by recasting the objective function with a regularization term that remains well-posed and decomposes into a geometric diversity term and unreliability cost. The resulting objective facilitates robust selection of diverse data batches under uncertainty. Furthermore, we frame this reliability-aware diversity maximization as a combinatorial semi-bandit problem and propose a UCB-style algorithm to efficiently learn the unknown reliability online. Theoretical analysis provides regret bounds for the proposed approach, ensuring performance guarantees.
