paper-with-me

Papers

RelayLLM: Efficient Reasoning via Collaborative Decoding

2026-01-08 · Chengsong Huang, Tong Zheng, Langlin Huang, Jinyuan Li, Haolin Liu, Jiaxin Huang arxiv

Large Language Models (LLMs) for complex reasoning is often hindered by high computational costs and latency, while resource-efficient Small Language Models (SLMs) typically lack the necessary reasoning capacity. Existing collaborative approaches, such as cascading or routing, operate at a coarse granularity by offloading entire queries to LLMs, resulting in significant computational waste when the SLM is capable of handling the majority of reasoning steps. To address this, we propose RelayLLM, a novel framework for efficient reasoning via token-level collaborative decoding. Unlike routers, RelayLLM empowers the SLM to act as an active controller that dynamically invokes the LLM only for critical tokens via a special command, effectively "relaying" the generation process. We introduce a two-stage training framework, including warm-up and Group Relative Policy Optimization (GRPO) to teach the model to balance independence with strategic help-seeking. Empirical results across six benchmarks demonstrate that RelayLLM achieves an average accuracy of 49.52%, effectively bridging the performance gap between the two models. Notably, this is achieved by invoking the LLM for only 1.07% of the total generated tokens, offering a 98.2% cost reduction compared to performance-matched random routers.

📄 PDF Abstract BibTeX arXiv:2601.05167

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Multi-Path Collaborative Reasoning via Reinforcement Learning

2025-12-01 · Jindi Lv, Yuhao Zhou, Zheng Zhu, Xiaofeng Wang 외 arxiv

Chain-of-Thought (CoT) reasoning has significantly advanced the problem-solving capabilities of Large Language Models (LLMs), yet conventional CoT often exhibits internal determinism during decoding, limiting exploration…

Reinforcement Learning

Distilling Long-CoT Reasoning through Collaborative Step-wise Multi-Teacher Decoding

2026-05-04 · Taewon Yun, Jisu Shin, Jeonghwan Choi, Seunghwan Bang 외 arxiv

Distilling large reasoning models is essential for making Long-CoT reasoning practical, as full-scale inference remains computationally prohibitive. Existing curation-based approaches select complete reasoning traces pos…

Agent-GWO: Collaborative Agents for Dynamic Prompt Optimization in Large Language Models

2026-04-14 · Xudong Wang, Chaoning Zhang, Chenghao Li, Shuxu Chen 외 arxiv

Large Language Models (LLMs) have demonstrated strong capabilities in complex reasoning tasks, while recent prompting strategies such as Chain-of-Thought (CoT) have further elevated their performance in handling complex …

CHOIR: Collaborative Harmonization fOr Inference Robustness

2025-10-26 · Xiangjue Dong, Cong Wang, Maria Teleki, Millennium Bismay 외 arxiv

Persona-assigned Large Language Models (LLMs) can adopt diverse roles, enabling personalized and context-aware reasoning. However, even minor demographic perturbations in personas, such as simple pronoun changes, can alt…

LACO: Adaptive Latent Communication for Collaborative Driving

2026-05-21 · Tianhao Chen, Yuheng Wu, Dongman Lee arxiv

Collaborative driving aims to improve safety and efficiency by enabling connected vehicles to coordinate under partial observability. Recent approaches have evolved from sharing visual features for perception to exchangi…

Knowledge DistillationDecision Making