paper-with-me

홈 › Papers

Efficient Reasoning on the Edge

2026-03-17 · Yelysei Bondarenko, Thomas Hehn, Rob Hesselink, Romain Lepert, Fabio Valerio Massoli, Evgeny Mironov, Leyla Mirvakhabova, Tribhuvanesh Orekondy, Spyridon Stasis, Andrey Kuzmin, Anna Kuzina, Markus Nagel, Ankita Nayak, Corrado Rainone, Ork de Rooij, Paul N Whatmough, Arash Behboodi, Babak Ehteshami Bejnordi arxiv

Large language models (LLMs) with chain-of-thought reasoning achieve state-of-the-art performance across complex problem-solving tasks, but their verbose reasoning traces and large context requirements make them impractical for edge deployment. These challenges include high token generation costs, large KV-cache footprints, and inefficiencies when distilling reasoning capabilities into smaller models for mobile devices. Existing approaches often rely on distilling reasoning traces from larger models into smaller models, which are verbose and stylistically redundant, undesirable for on-device inference. In this work, we propose a lightweight approach to enable reasoning in small LLMs using LoRA adapters combined with supervised fine-tuning. We further introduce budget forcing via reinforcement learning on these adapters, significantly reducing response length with minimal accuracy loss. To address memory-bound decoding, we exploit parallel test-time scaling, improving accuracy at minor latency increase. Finally, we present a dynamic adapter-switching mechanism that activates reasoning only when needed and a KV-cache sharing strategy during prompt encoding, reducing time-to-first-token for on-device inference. Experiments on Qwen2.5-7B demonstrate that our method achieves efficient, accurate reasoning under strict resource constraints, making LLM reasoning practical for mobile scenarios. Videos demonstrating our solution running on mobile devices are available on our project page.

📄 PDF Abstract BibTeX arXiv:2603.16867

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Neural, Symbolic and Neural-Symbolic Reasoning on Knowledge Graphs

2020-10-12 · Jing Zhang, Bo Chen, Lingxi Zhang, Xirui Ke 외

Knowledge graph reasoning is the fundamental component to support machine learning applications such as information extraction, information retrieval, and recommendation. Since knowledge graphs can be viewed as the discr…

Information RetrievalKnowledge Graph CompletionKnowledge GraphsQuestion Answering+2

Large Language Models Are Cross-Lingual Knowledge-Free Reasoners

2024-06-24 · Peng Hu, Sizhe Liu, Changjiang Gao, Xin Huang 외

Large Language Models have demonstrated impressive reasoning capabilities across multiple languages. However, the relationship between capabilities in different languages is less explored. In this work, we decompose the …

Cross-Lingual TransferLogical ReasoningRetrieval

Chain-of-Knowledge: Integrating Knowledge Reasoning into Large Language Models by Learning from Knowledge Graphs

2024-06-30 · Yifei Zhang, Xintao Wang, Jiaqing Liang, Sirui Xia 외

Large Language Models (LLMs) have exhibited impressive proficiency in various natural language processing (NLP) tasks, which involve increasingly complex reasoning. Knowledge reasoning, a primary type of reasoning, aims …

Knowledge Graphs

KompaRe: A Knowledge Graph Comparative Reasoning System

2020-11-06 · Lihui Liu, Boxin Du, Heng Ji, Hanghang Tong

Reasoning is a fundamental capability for harnessing valuable insight, knowledge and patterns from knowledge graphs. Existing work has primarily been focusing on point-wise reasoning, including search, link predication, …

Knowledge Graphs

Demystifying Scientific Problem-Solving in LLMs by Probing Knowledge and Reasoning

2025-08-26 · Alan Li, Yixin Liu, Arpan Sarkar, Doug Downey 외 arxiv

Scientific problem solving poses unique challenges for LLMs, requiring both deep domain knowledge and the ability to apply such knowledge through complex reasoning. While automated scientific reasoners hold great promise…