paper-with-me

홈 › Papers

Scaling DPPs for RAG: Density Meets Diversity

2026-02-04 · Xun Sun, Baiheng Xie, Li Huang, Qiang Gao arxiv

Retrieval-Augmented Generation (RAG) enhances Large Language Models (LLMs) by grounding generation in external knowledge, yielding relevance responses that are aligned with factual evidence and evolving corpora. Standard RAG pipelines construct context through relevance ranking, performing point-wise scoring between the user query and each corpora chunk. This formulation, however, ignores interactions among retrieved candidates, leading to redundant contexts that dilute density and fail to surface complementary evidence. We argue that effective retrieval should optimize jointly for both density and diversity, ensuring the grounding evidence that is dense in information yet diverse in coverage. In this study, we propose ScalDPP, a diversity-aware retrieval mechanism for RAG that incorporates Determinantal Point Processes (DPPs) through a lightweight P-Adapter, enabling scalable modeling of inter-chunk dependencies and complementary context selection. In addition, we develop a novel set-level objective, Diverse Margin Loss (DML), that enforces ground-truth complementary evidence chains to dominate any equally sized redundant alternatives under DPP geometry. Experimental results demonstrate the superiority of ScalDPP, substantiating our core statement in practice.

📄 PDF Abstract BibTeX arXiv:2604.03240

Code (0)

등록된 구현이 없습니다.

Tasks

Point Processes

Similar Papers 제목 키워드 기반

On Sampling and Greedy MAP Inference of Constrained Determinantal Point Processes

2016-07-06 · Tarun Kathuria, Amit Deshpande

Subset selection problems ask for a small, diverse yet representative subset of the given data. When pairwise similarities are captured by a kernel, the determinants of submatrices provide a measure of diversity or indep…

ClusteringDiversityPoint Processes

A New Many-Objective Evolutionary Algorithm Based on Determinantal Point Processes

2020-12-15 · Peng Zhang, Jinlong Li, Tengfei Li, Huanhuan Chen

To handle different types of Many-Objective Optimization Problems (MaOPs), Many-Objective Evolutionary Algorithms (MaOEAs) need to simultaneously maintain convergence and population diversity in the high-dimensional obje…

DiversityEvolutionary AlgorithmsPoint Processes

Asymptotic Equivalence of Fixed-size and Varying-size Determinantal Point Processes

2018-03-05 · Simon Barthelmé, Pierre-Olivier Amblard, Nicolas Tremblay

Determinantal Point Processes (DPPs) are popular models for point processes with repulsion. They appear in numerous contexts, from physics to graph theory, and display appealing theoretical properties. On the more practi…

Point Processes

Extractive Financial Narrative Summarisation based on DPPs

2020-12-01 · FNP (COLING) 2020 12 · Lei LI, Yafei Jiang, Yinan Liu

We participate in the FNS-Summarisation 2020 shared task to be held at FNP 2020 workshop at COLING 2020. Based on Determinantal Point Processes (DPPs), we build an extractive automatic financial summarisation system for …

DiversityPoint Processes

Diversity-Aware Batch Active Learning for Dependency Parsing

2021-04-28 · NAACL 2021 4 · Tianze Shi, Adrian Benton, Igor Malioutov, Ozan İrsoy

While the predictive performance of modern statistical dependency parsers relies heavily on the availability of expensive expert-annotated treebank data, not all annotations contribute equally to the training of the pars…

Active LearningDependency ParsingDiversityPoint Processes