paper-with-me

홈 › Papers

SCAR: Semantic Continuity-Aware Retrieval for Efficient Context Expansion in RAG

2026-06-15 · Nathanaël Langlois arxiv

Fixed-length chunking in Retrieval-Augmented Generation (RAG) often leads to boundary fragmentation, where critical evidence is split across segments, degrading retrieval recall. While static windowing and parent retrieval improve recall, they introduce significant token overhead. We propose SCAR (Semantic Continuity-Aware Retrieval), an adaptive retrieval policy that selectively expands neighboring chunks by weighing query-neighbor relevance against a structural continuity penalty. SCAR uses a relative expansion threshold tied to each retrieved chunk's own query-relevance, yielding an approximately scale-invariant decision rule that transfers across embedding models without recalibration. Across four diverse corpora (RFC, GDPR, a 10-K report, and a Merger agreement; N=320 queries; 160 boundary-fragmented), SCAR achieves 92.8% recall on boundary-fragmented queries with only 7.84 chunks, a 22.9% reduction compared to static windowing (10.16 chunks). Paired bootstrap tests (B=10,000) confirm the chunk reduction is highly significant (p<0.0001, Cohen's d=-1.49, large effect), with a small recall difference (Cohen's d=-0.33). The policy transfers across three embedding models (text-embedding-3-large, BGE-large-en-v1.5, zembed-1) using the same single hyperparameter setting, and downstream RAGAS evaluation on the 10-K corpus confirms SCAR preserves generation faithfulness while reducing context tokens by 27.1%.

📄 PDF Abstract BibTeX arXiv:2606.16661

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Knowledge-Refined Dual Context-Aware Network for Partially Relevant Video Retrieval

2026-03-25 · Junkai Yang, Qirui Wang, Yaoqing Jin, Shuai Ma 외 arxiv

Retrieving partially relevant segments from untrimmed videos remains difficult due to two persistent challenges: the mismatch in information density between text and video segments, and limited attention mechanisms that …

Partially Relevant Video Retrieval

CHOP: Chunkwise Context-Preserving Framework for RAG on Multi Documents

2026-04-17 · Hyunseok Park, Jihyeon Kim, Jongeun Kim, Dongsik Yoon arxiv

Retrieval-Augmented Generation (RAG) systems lose retrieval accuracy when similar documents coexist in the vector database, causing unnecessary information, hallucinations, and factual errors. To alleviate this issue, we…

A Heterogeneous Temporal Memory Governance Framework for Long-Term LLM Persona Consistency

2026-05-14 · Zhao Yang, Wang Huan, Li Yingshuo, Tu Haomiao 외 arxiv

Large language models often suffer from fact loss, timeline confusion, persona drift, and reduced stability during long-range interaction, especially under high-noise knowledge bases, context clearing, and cross-model tr…

Semantic Retrieval

Membox: Weaving Topic Continuity into Long-Range Memory for LLM Agents

2026-01-07 · Dehao Tao, Guoliang Ma, Yongfeng Huang, Minghu Jiang arxiv

Long-term human-agent dialogues are organized by topic continuity: adjacent turns often develop the same goal, plan, problem, or event, while related activities may recur across distant sessions. Yet many LLM agent memor…

Semantic Retrieval

CausalRAG: Integrating Causal Graphs into Retrieval-Augmented Generation

2025-03-25 · Nengbo Wang, Xiaotian Han, Jagdip Singh, Jing Ma 외

Large language models (LLMs) have revolutionized natural language processing (NLP), particularly through Retrieval-Augmented Generation (RAG), which enhances LLM capabilities by integrating external knowledge. However, t…

ChunkingRAGRetrievalRetrieval-augmented Generation+2