paper-with-me

홈 › Papers

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 propose CHOP, a framework that iteratively evaluates chunk relevance with Large Language Models (LLMs) and progressively reconstructs documents by determining their association with specific topics or query types. CHOP integrates two key components: the CNM-Extractor, which generates compact per-chunk signatures capturing categories, key nouns, and model names, and the Continuity Decision Module, which preserves contextual coherence by deciding whether consecutive chunks belong to the same document flow. By prefixing each chunk with context-aware metadata, CHOP reduces semantic conflicts among similar documents and enhances retriever discrimination. Experiments on benchmark datasets show that CHOP alleviates retrieval confusion and provides a scalable approach for building high-quality knowledge bases, achieving a Top-1 Hit Rate of 90.77% and notable gains in ranking quality metrics.

📄 PDF Abstract BibTeX arXiv:2604.15802

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Brainchop: Next Generation Web-Based Neuroimaging Application

2023-10-24 · Mohamed Masoud, Pratyush Reddy, Farfalla Hu, Sergey Plis

Performing volumetric image processing directly within the browser, particularly with medical data, presents unprecedented challenges compared to conventional backend tools. These challenges arise from limitations inhere…

Towards Online End-to-end Transformer Automatic Speech Recognition

2019-10-25 · Emiru Tsunoo, Yosuke Kashiwagi, Toshiyuki Kumakura, Shinji Watanabe

The Transformer self-attention network has recently shown promising performance as an alternative to recurrent neural networks in end-to-end (E2E) automatic speech recognition (ASR) systems. However, Transformer has a dr…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognition+1

EchoPrompt: Instructing the Model to Rephrase Queries for Improved In-context Learning

2023-09-16 · Rajasekhar Reddy Mekala, Yasaman Razeghi, Sameer Singh

Language models are achieving impressive performance on various tasks by aggressively adopting inference-time prompting techniques, such as zero-shot and few-shot prompting. In this work, we introduce EchoPrompt, a simpl…

Date UnderstandingGSM8KIn-Context LearningLearning to Execute+3

TorchOpera: A Compound AI System for LLM Safety

2024-06-16 · Shanshan Han, Zijian Hu, Alay Dilipbhai Shah, Han Jin 외

We introduce TorchOpera, a compound AI system for enhancing the safety and quality of prompts and responses for Large Language Models. TorchOpera ensures that all user prompts are safe, contextually grounded, and effecti…

DocHop-QA: Towards Multi-Hop Reasoning over Multimodal Document Collections

2025-08-20 · Jiwon Park, Seohyun Pyeon, Jinwoo Kim, Rina Carines Cabal 외 arxiv

Despite rapid progress in large language models (LLMs), current QA benchmarks still overlook the core challenge of real-world scientific information seeking: synthesizing multimodal evidence scattered across multiple doc…