paper-with-me

홈 › Papers

SRAS: A Lightweight Reinforcement Learning-based Document Selector for Edge-Native RAG Pipelines

2026-01-05 · Rajiv Chaitanya Muttur arxiv

Retrieval-Augmented Generation (RAG) systems often rely on fixed top-k document selection mechanisms that ignore downstream generation quality and impose computational overheads. We propose SRAS (Sparse Reward-Aware Selector), a lightweight document selector trained via reinforcement learning (RL) for edge-native RAG deployment. Unlike prior RL-based retrievers that assume large memory and latency budgets, SRAS learns a compact (~0.76MB) policy using Proximal Policy Optimization (PPO), guided by a hybrid reward signal combining Relaxed F1 and BERTScore. Our method operates under tight token and compute constraints, maintaining <1s latency on CPU. SRAS outperforms supervised and random selectors on a synthetic QA benchmark, and generalizes to real-world data, achieving BERTScore F1 of 0.8546 on SQuAD v2 without domain-specific tuning. This work is the first to demonstrate that RL-based document selection can be made ultra-lightweight, latency-aware, and effective for on-device RAG pipelines.

📄 PDF Abstract BibTeX arXiv:2601.01785

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

SRasP: Self-Reorientation Adversarial Style Perturbation for Cross-Domain Few-Shot Learning

2026-03-05 · Wenqian Li, Pengfei Fang, Hui Xue arxiv

Cross-Domain Few-Shot Learning (CD-FSL) aims to transfer knowledge from a seen source domain to unseen target domains, serving as a key benchmark for evaluating the robustness and transferability of models. Existing styl…

cross-domain few-shot learning

Doc-REFRAG: Rethinking Multimodal Document Retrieval-Augmented Generation

2026-08-31 · Ruofan Hu, Shengyang Xu, Minjie Hong, Xiaoda Yang 외 arxiv

Real-world knowledge resides in multimodal documents, necessitating retrieval-augmented generation (RAG) for accurate question answering. However, existing multimodal RAG models are primarily designed for single-image or…

Question Answering

Are Large Language Models Dynamic Treatment Planners? An In Silico Study from a Prior Knowledge Injection Angle

2025-08-06 · Zhiyao Luo, Tingting Zhu arxiv

Reinforcement learning (RL)-based dynamic treatment regimes (DTRs) hold promise for automating complex clinical decision-making, yet their practical deployment remains hindered by the intensive engineering required to in…

Reinforcement LearningPrompt EngineeringClinical Knowledge

Self-Bootstrapped Visual-Language Model for Knowledge Selection and Question Answering

2024-04-22 · Dongze Hao, Qunbo Wang, Longteng Guo, Jie Jiang 외

While large visual-language models (LVLM) have shown promising results on traditional visual question answering benchmarks, it is still challenging for them to answer complex VQA problems which requires diverse world kno…

Language ModelingLanguage ModellingLarge Language ModelPassage Retrieval+6

CDSM: Cascaded Deep Semantic Matching on Textual Graphs Leveraging Ad-hoc Neighbor Selection

2022-11-30 · Jing Yao, Zheng Liu, Junhan Yang, Zhicheng Dou 외

Deep semantic matching aims to discriminate the relationship between documents based on deep neural networks. In recent years, it becomes increasingly popular to organize documents with a graph structure, then leverage b…