paper-with-me

Papers

ScoreGate: Adaptive Chunk Selection for Retrieval-Augmented Generation via Dual-Score Statistical Fusion

2026-06-12 · Karamvir Singh, Arvind Jain arxiv

Fixed-cardinality retrieval injects a constant top-K chunks into the generator regardless of query complexity, causing over-retrieval for narrow queries and under-retrieval for compositional ones. We describe ScoreGate, a lightweight score-space decision mechanism that controls retrieval cardinality at inference time using two scores already produced by the standard pipeline: bi-encoder similarity s_i and cross-encoder reranker score r_i, with no additional model inference calls required. Its core insight is that cross-encoder affirmation can rescue semantically relevant chunks that bi-encoder retrieval ranks poorly due to vocabulary mismatch -- a failure mode unaddressed by fixed-K or single-score thresholding. On MS MARCO (200 dev queries), ScoreGate achieves MRR@10 = 0.401 with 35% fewer retained chunks than Standard Top-K. On an internal benchmark (n=300, Fleiss' kappa=0.87), ScoreGate observed zero false positives (95% CI [96.4%, 100%]) at 97.77-99.34% recall, with 34.8% fewer tokens per query and only 31ms added latency. Results on both MS MARCO and real-world production traffic suggest that adaptive retrieval cardinality can improve retrieval efficiency without degrading retrieval quality.

📄 PDF Abstract BibTeX arXiv:2606.14269

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adaptive Chunking: Optimizing Chunking-Method Selection for RAG

2026-03-26 · Paulo Roberto de Moura Júnior, Jean Lelong, Annabelle Blangero arxiv

The effectiveness of Retrieval-Augmented Generation (RAG) is highly dependent on how documents are chunked, that is, segmented into smaller units for indexing and retrieval. Yet, commonly used "one-size-fits-all" approac…

HeteRAG: A Heterogeneous Retrieval-augmented Generation Framework with Decoupled Knowledge Representations

2025-04-12 · Peiru Yang, Xintian Li, Zhiyang Hu, Jiapeng Wang 외

Retrieval-augmented generation (RAG) methods can enhance the performance of LLMs by incorporating retrieved knowledge chunks into the generation process. In general, the retrieval and generation steps usually have differ…

RAGRetrievalRetrieval-augmented Generation

Graph-Guided Concept Selection for Efficient Retrieval-Augmented Generation

2025-10-28 · Ziyu Liu, Yijing Liu, Jianfei Yuan, Minzhi Yan 외 arxiv

Graph-based RAG constructs a knowledge graph (KG) from text chunks to enhance retrieval in Large Language Model (LLM)-based question answering. It is especially beneficial in domains such as biomedicine, law, and politic…

Question Answering

AdaGReS:Adaptive Greedy Context Selection via Redundancy-Aware Scoring for Token-Budgeted RAG

2025-12-31 · Chao Peng, Bin Wang, Zhilei Long, Jinfang Sheng arxiv

Retrieval-augmented generation (RAG) is highly sensitive to the quality of selected context, yet standard top-k retrieval often returns redundant or near-duplicate chunks that waste token budget and degrade downstream ge…

Open-Domain Question AnsweringNatural Questions

Ranking Free RAG: Replacing Re-ranking with Selection in RAG for Sensitive Domains

2025-05-21 · Yash Saxena, Anpur Padia, Mandar S Chaudhary, Kalpa Gunaratna 외

Traditional Retrieval-Augmented Generation (RAG) pipelines rely on similarity-based retrieval and re-ranking, which depend on heuristics such as top-k, and lack explainability, interpretability, and robustness against ad…

RAGRe-RankingRetrievalRetrieval-augmented Generation