paper-with-me

Papers

When Less is Enough: Efficient Inference via Collaborative Reasoning

2026-05-01 · Yilei Chen, Sharut Gupta, Yannis Paschalidis, Ayush Sekhari, Aldo Pacchiano arxiv

In this work, we introduce DUET (Dual-model Efficient Two-stage inference), a collaborative inference framework in which a capable model and a lightweight model work together to solve a task. Relying on a single large model to perform end-to-end reasoning and prediction often incurs substantial inference cost. In contrast, DUET decomposes inference into two stages: the capable model produces a reasoning signal, and the lightweight model interprets this signal to generate the final answer, allowing reasoning-intensive computation to be handled by the capable model while non-reasoning-intensive components are delegated to the lightweight model without sacrificing task performance. To achieve this objective, we propose a length-penalized joint training objective that encourages the capable model to transmit only the information that is sufficient for the lightweight model to solve the task. As a result, DUET maintains strong reasoning performance with substantially lower inference cost than end-to-end inference using a large model alone, saving up to 60% of the large model's output tokens on challenging reasoning benchmarks, including AIME and GPQA.

📄 PDF Abstract BibTeX arXiv:2605.01111

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adaptive Early Exiting for Collaborative Inference over Noisy Wireless Channels

2023-11-29 · Mikolaj Jankowski, Deniz Gunduz, Krystian Mikolajczyk

Collaborative inference systems are one of the emerging solutions for deploying deep neural networks (DNNs) at the wireless network edge. Their main idea is to divide a DNN into two parts, where the first is shallow enou…

Collaborative Inferenceimage-classificationImage Classification

Petals: Collaborative Inference and Fine-tuning of Large Models

2022-09-02 · Alexander Borzunov, Dmitry Baranchuk, Tim Dettmers, Max Ryabinin 외

Many NLP tasks benefit from using large language models (LLMs) that often have more than 100 billion parameters. With the release of BLOOM-176B and OPT-175B, everyone can download pretrained models of this scale. Still, …

Collaborative Inference

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…

When is Enough Enough? "Just Enough" Decision Making with Recurrent Neural Networks for Radio Frequency Machine Learning

2020-10-13 · Megan Moore, William H. Clark IV, R. Michael Buehrer, William C. Headley

Prior work has demonstrated that recurrent neural network architectures show promising improvements over other machine learning architectures when processing temporally correlated inputs, such as wireless communication s…

BIG-bench Machine LearningDecision Making

Visual Interaction with Deep Learning Models through Collaborative Semantic Inference

2019-07-24 · Sebastian Gehrmann, Hendrik Strobelt, Robert Krüger, Hanspeter Pfister 외

Automation of tasks can have critical consequences when humans lose agency over decision processes. Deep learning models are particularly susceptible since current black-box approaches lack explainable reasoning. We argu…

Deep LearningDocument Summarization