paper-with-me

Papers

SPARC-RAG: Adaptive Sequential-Parallel Scaling with Context Management for Retrieval-Augmented Generation

2026-01-22 · Yuxin Yang, Gangda Deng, Ömer Faruk Akgül, Nima Chitsazan, Yash Govilkar, Akasha Tigalappanavara, Shi-Xiong Zhang, Sambit Sahu, Viktor Prasanna arxiv

Retrieval-Augmented Generation (RAG) grounds large language model outputs in external evidence, but remains challenged on multi-hop question answering that requires long reasoning. Recent works scale RAG at inference time along two complementary dimensions: sequential depth for iterative refinement and parallel width for coverage expansion. However, naive scaling causes context contamination and scaling inefficiency, leading to diminishing or negative returns despite increased computation. To address these limitations, we propose SPARC-RAG, a multi-agent framework that coordinates sequential and parallel inference-time scaling under a unified context management mechanism. SPARC-RAG employs specialized agents that maintain a shared global context and provide explicit control over the scaling process. It generates targeted, complementary sub-queries for each branch to enable diverse parallel exploration, and explicitly regulates exiting decisions based on answer correctness and evidence grounding. To optimize scaling behavior, we further introduce a lightweight fine-tuning method with process-level verifiable preferences, which improves the efficiency of sequential scaling and effectiveness of parallel scaling. Across single- and multi-hop QA benchmarks, SPARC-RAG consistently outperforms previous RAG baselines, yielding an average +6.2 F1 improvement under lower inference cost.

📄 PDF Abstract BibTeX arXiv:2602.00083

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-hop Question Answering

Similar Papers 제목 키워드 기반

SPARC: Separating Perception And Reasoning Circuits for Test-time Scaling of VLMs

2026-02-06 · Niccolo Avogaro, Nayanika Debnath, Li Mi, Thomas Frick 외 arxiv

Despite recent successes, test-time scaling -- i.e., dynamically expanding the token budget during inference as needed -- remains brittle for vision-language models (VLMs). Unstructured visual reasoning chains entangle p…

Reinforcement LearningVisual Reasoning

APE: Faster and Longer Context-Augmented Generation via Adaptive Parallel Encoding

2025-02-08 · Xinyu Yang, Tianqi Chen, Beidi Chen

Context-augmented generation (CAG) techniques, including RAG and ICL, require the efficient combination of multiple contexts to generate responses to user queries. Directly inputting these contexts as a sequence introduc…

RAG

ELASTIC: Efficiently Learning to Adaptively Scale Test-Time Compute for Generative Control Policies

2026-06-30 · Andrew Zou Li, Gokul Swamy, Yonatan Bisk, Andrea Bajcsy arxiv

Generative control policies (GCPs), such as diffusion policies and flow-based vision-language-action models, enable test-time scaling in robot control. Test-time compute can be allocated along two axes: sequential scalin…

Reinforcement LearningRobot Manipulation

GSpaRC: Gaussian Splatting for Real-time Reconstruction of RF Channels

2025-11-27 · Bhavya Sai Nukapotula, Rishabh Tripathi, Seth Pregler, Dileep Kalathil 외 arxiv

Channel state information (CSI) is essential for adaptive beamforming and maintaining robust links in wireless communication systems. However, acquiring CSI incurs significant overhead, consuming up to 25% of spectrum re…

ATTS: Asynchronous Test-Time Scaling via Conformal Prediction

2025-09-18 · Jing Xiong, Qiujiang Chen, Fanghua Ye, Zhongwei Wan 외 arxiv

Large language models (LLMs) benefit from test-time scaling but are often hampered by high inference latency. Speculative decoding is a natural way to accelerate the scaling process; however, scaling along both the paral…

Ordinal Classification