paper-with-me

Papers

Quantifying Document Impact in RAG-LLMs

2025-10-27 · Armin Gerami, Kazem Faghih, Ramani Duraiswami arxiv

Retrieval Augmented Generation (RAG) enhances Large Language Models (LLMs) by connecting them to external knowledge, improving accuracy and reducing outdated information. However, this introduces challenges such as factual inconsistencies, source conflicts, bias propagation, and security vulnerabilities, which undermine the trustworthiness of RAG systems. A key gap in current RAG evaluation is the lack of a metric to quantify the contribution of individual retrieved documents to the final output. To address this, we introduce the Influence Score (IS), a novel metric based on Partial Information Decomposition that measures the impact of each retrieved document on the generated response. We validate IS through two experiments. First, a poison attack simulation across three datasets demonstrates that IS correctly identifies the malicious document as the most influential in $86\%$ of cases. Second, an ablation study shows that a response generated using only the top-ranked documents by IS is consistently judged more similar to the original response than one generated from the remaining documents. These results confirm the efficacy of IS in isolating and quantifying document influence, offering a valuable tool for improving the transparency and reliability of RAG systems.

📄 PDF Abstract BibTeX arXiv:2601.05260

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Quantifying Geospatial in the Common Crawl Corpus

2024-06-07 · Ilya Ilyankou, MeiHui Wang, Stefano Cavazzi, James Haworth

Large language models (LLMs) exhibit emerging geospatial capabilities, stemming from their pre-training on vast unlabelled text datasets that are often derived from the Common Crawl (CC) corpus. However, the geospatial c…

Language ModelingLanguage ModellingSpatial Reasoning

Quantifying the Relevance of Youth Research Cited in the US Policy Documents

2025-03-06 · Miftahul Jannat Mokarrama, Hamed Alhoori

In recent years, there has been a growing concern and emphasis on conducting research beyond academic or scientific research communities, benefiting society at large. A well-known approach to measuring the impact of rese…

Articles

Repeatability Corner Cases in Document Ranking: The Impact of Score Ties

2018-07-16 · Jimmy Lin, Peilin Yang

Document ranking experiments should be repeatable. However, the interaction between multi-threaded indexing and score ties during retrieval may yield non-deterministic rankings, making repeatability not as trivial as one…

Document RankingRetrieval

Towards Reproducible LLM Evaluation: Quantifying Uncertainty in LLM Benchmark Scores

2024-10-04 · Robert E. Blackwell, Jon Barry, Anthony G. Cohn

Large language models (LLMs) are stochastic, and not all models give deterministic answers, even when setting temperature to zero with a fixed random seed. However, few benchmark studies attempt to quantify uncertainty, …

Coverage-based Fairness in Multi-document Summarization

2024-12-11 · Haoyuan Li, Yusen Zhang, Rui Zhang, Snigdha Chaturvedi

Fairness in multi-document summarization (MDS) measures whether a system can generate a summary fairly representing information from documents with different social attribute values. Fairness in MDS is crucial since a fa…

AttributeDocument SummarizationFairnessMulti-Document Summarization