paper-with-me

Papers

Tiny-Critic RAG: Empowering Agentic Fallback with Parameter-Efficient Small Language Models

2026-03-01 · Yichao Wu, Penghao Liang, Yafei Xiang, Mengwei Yuan, Jianan Liu, Jing Yang, Xianyou Li, Weiran Yan arxiv

Retrieval-Augmented Generation (RAG) grounds Large Language Models (LLMs) to mitigate factual hallucinations. Recent paradigms shift from static pipelines to Modular and Agentic RAG frameworks, granting models autonomy for multi-hop reasoning or self-correction. However, current reflective RAG heavily relies on massive LLMs as universal evaluators. In high-throughput systems, executing complete forward passes for billion-parameter models merely for binary routing introduces severe computational redundancy. Furthermore, in autonomous agent scenarios, inaccurate retrieval causes models to expend excessive tokens on spurious reasoning and redundant tool calls, inflating Time-to-First-Token (TTFT) and costs. We propose Tiny-Critic RAG, decoupling evaluation by deploying a parameter-efficient Small Language Model (SLM) via Low-Rank Adaptation (LoRA). Acting as a deterministic gatekeeper, Tiny-Critic employs constrained decoding and non-thinking inference modes for ultra-low latency binary routing. Evaluations on noise-injected datasets demonstrate Tiny-Critic RAG achieves routing accuracy comparable to GPT-4o-mini while reducing latency by an order of magnitude, establishing a highly cost-effective paradigm for agent deployment.

📄 PDF Abstract BibTeX arXiv:2603.00846

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TimeRouter: Efficient and Adaptive Routing of Time-Series Foundation Models

2026-06-10 · Kanghui Ning, Yushan Jiang, Kashif Rasul, Anderson Schneider 외 arxiv

Time-series foundation models (TSFMs) are increasingly explored as predictive experts within emerging agentic time-series systems. However, TSFMs exhibit heterogeneous inductive biases, and no single model consistently d…

TinyLLM: Evaluation and Optimization of Small Language Models for Agentic Tasks on Edge Devices

2025-11-27 · Mohd Ariful Haque, Fahad Rahman, Kishor Datta Gupta, Khalil Shujaee 외 arxiv

This paper investigates the effectiveness of small language models (SLMs) for agentic tasks (function/tool/API calling) with a focus on running agents on edge devices without reliance on cloud infrastructure. We evaluate…

parameter-efficient fine-tuningReinforcement Learning

NetBooster: Empowering Tiny Deep Learning By Standing on the Shoulders of Deep Giants

2023-06-23 · Zhongzhi Yu, Yonggan Fu, Jiayi Yuan, Haoran You 외

Tiny deep learning has attracted increasing attention driven by the substantial demand for deploying deep learning on numerous intelligent Internet-of-Things devices. However, it is still challenging to unleash tiny deep…

Deep Learning

QSAF: A Novel Mitigation Framework for Cognitive Degradation in Agentic AI

2025-07-21 · Hammad Atta, Muhammad Zeeshan Baig, Yasir Mehmood, Nadeem Shahzad 외 arxiv

We introduce Cognitive Degradation as a novel vulnerability class in agentic AI systems. Unlike traditional adversarial external threats such as prompt injection, these failures originate internally, arising from memory …

Learning Agentic Policy from Action Guidance

2026-05-12 · Yuxiang Ji, Zengbin Wang, Yong Wang, Shidong Yang 외 arxiv

Agentic reinforcement learning (RL) for Large Language Models (LLMs) critically depends on the exploration capability of the base policy, as training signals emerge only within its in-capability region. For tasks where t…

Reinforcement Learning