REVIEW 5 cited by
ChunkRAG: Novel LLM-Chunk Filtering Method for RAG Systems
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
read the original abstract
Retrieval-Augmented Generation (RAG) systems using large language models (LLMs) often generate inaccurate responses due to the retrieval of irrelevant or loosely related information. Existing methods, which operate at the document level, fail to effectively filter out such content. We propose LLM-driven chunk filtering, ChunkRAG, a framework that enhances RAG systems by evaluating and filtering retrieved information at the chunk level. Our approach employs semantic chunking to divide documents into coherent sections and utilizes LLM-based relevance scoring to assess each chunk's alignment with the user's query. By filtering out less pertinent chunks before the generation phase, we significantly reduce hallucinations and improve factual accuracy. Experiments show that our method outperforms existing RAG models, achieving higher accuracy on tasks requiring precise information retrieval. This advancement enhances the reliability of RAG systems, making them particularly beneficial for applications like fact-checking and multi-hop reasoning.
Forward citations
Cited by 5 Pith papers
-
Agents-K1: Towards Agent-native Knowledge Orchestration
Agents-K1 is an end-to-end pipeline with a multimodal parser, 4B GRPO-trained extractor, and agent CLI that builds scientific knowledge graphs from full papers and was run on 2.46 million documents to produce Scholar-KG.
-
PolyUQuest: Verifiable Structure-Aware Web RAG over Heterogeneous Graphs
A structure-aware web RAG system over a three-layer heterogeneous graph routes queries to block, navigation, or entity modes and outperforms prior RAG baselines on PolyU website QA with lower token cost.
-
System Prompt Extraction Attacks and Defenses in Large Language Models
A benchmarking study shows that chain-of-thought, few-shot, and modified sandwich queries can recover LLM system prompts with high similarity-based success, and output filtering is the most reliable tested defense.
-
Two-way Evidence self-Alignment based Dual-Gated Reasoning Enhancement
ESA-DGR combines two-way evidence self-alignment with dual-gated knowledge fusion and GRPO training to improve multi-hop question answering on HotpotQA, 2WikiMultiHopQA, and MuSiQue.
-
The Effect of Text Chunk Size on Retrieval-Augmented Generation Performance
The paper reports paragraph chunks best for a math textbook and sentence chunks best for a narrative, but its conclusion says the opposite for narrative and never measures generation quality.
Discussion (0). Sign in to comment.