paper-with-me

홈 › Papers

DeepSieve: Information Sieving via LLM-as-a-Knowledge-Router

2025-07-29 · Minghao Guo, Qingcheng Zeng, Xujiang Zhao, Yanchi Liu, Wenchao Yu, Mengnan Du, Haifeng Chen, Wei Cheng arxiv

Large Language Models (LLMs) excel at many reasoning tasks but struggle with knowledge-intensive queries due to their inability to dynamically access up-to-date or domain-specific information. Retrieval-Augmented Generation (RAG) has emerged as a promising solution, enabling LLMs to ground their responses in external sources. However, existing RAG methods lack fine-grained control over both the query and source sides, often resulting in noisy retrieval and shallow reasoning. In this work, we introduce DeepSieve, an agentic RAG framework that incorporates information sieving via LLM-as-a-knowledge-router. DeepSieve decomposes complex queries into structured sub-questions and recursively routes each to the most suitable knowledge source, filtering irrelevant information through a multi-stage distillation process. Our design emphasizes modularity, transparency, and adaptability, leveraging recent advances in agentic system design. Experiments on multi-hop QA tasks across heterogeneous sources demonstrate improved reasoning depth, retrieval precision, and interpretability over conventional RAG approaches. Our codes are available at https://github.com/MinghoKwok/DeepSieve.

📄 PDF Abstract BibTeX arXiv:2507.22050

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evolutionary techniques in lattice sieving algorithms

2019-07-10 · Thijs Laarhoven

Lattice-based cryptography has recently emerged as a prominent candidate for secure communication in the quantum age. Its security relies on the hardness of certain lattice problems, and the inability of known lattice al…

Evolutionary Algorithms

Integer Factorization with a Neuromorphic Sieve

2017-03-10 · John V. Monaco, Manuel M. Vindiola

The bound to factor large integers is dominated by the computational effort to discover numbers that are smooth, typically performed by sieving a polynomial sequence. On a von Neumann architecture, sieving has log-log am…

Layer Freezing & Data Sieving: Missing Pieces of a Generic Framework for Sparse Training

2022-09-22 · Geng Yuan, Yanyu Li, Sheng Li, Zhenglun Kong 외

Recently, sparse training has emerged as a promising paradigm for efficient deep learning on edge devices. The current research mainly devotes efforts to reducing training costs by further increasing model sparsity. Howe…

Object sieving and morphological closing to reduce false detections in wide-area aerial imagery

2020-10-28 · Xin Gao, Sundaresh Ram, Jeffrey J. Rodriguez

For object detection in wide-area aerial imagery, post-processing is usually needed to reduce false detections. We propose a two-stage post-processing scheme which comprises an area-thresholding sieving process and a mor…

Objectobject-detectionObject Detection

Adaptive Superpixel for Active Learning in Semantic Segmentation

2023-03-29 · ICCV 2023 1 · Hoyoung Kim, Minhyeon Oh, Sehyun Hwang, Suha Kwak 외

Learning semantic segmentation requires pixel-wise annotations, which can be time-consuming and expensive. To reduce the annotation cost, we propose a superpixel-based active learning (AL) framework, which collects a dom…

Active LearningSegmentationSemantic SegmentationSuperpixels