paper-with-me

홈 › Papers

BRIDGE: Budget-aware Reasoning via Intermediate Distillation with Guided Examples

2025-12-23 · Xuan-An Le, Minh-Nam Tran, Son Nguyen arxiv

Distilling knowledge from large proprietary models (e.g., GPT-4) to tiny deployable models (less than 1B parameters) faces a critical capacity-budget trap: the 1000x capacity gap between teachers and students prevents effective direct transfer, while API costs prohibit extensive data collection. We introduce BRIDGE (Budget-Aware Reasoning via Intermediate Distillation), a two-phase framework that resolves these constraints through strategic intermediation and budget asymmetry. In Phase 1, a mid-sized Teacher Assistant (TA; e.g., about 7B) learns from the black-box teacher on a strictly limited subset of data (e.g., 3-5%), selected via a zero-API-cost pipeline that balances entropic difficulty and semantic diversity using only local TA inference. In Phase 2, we exploit this asymmetry-teacher queries are expensive, whereas TA inference is free to amplify supervision: the refined TA generates synthetic rationales for the full dataset to train the tiny student. Crucially, we apply an instruction-tuning curriculum to establish behavioral alignment in the tiny student before transferring reasoning. Our theoretical analysis shows that BRIDGE yields tighter generalization bounds than direct distillation when data is abundant. Experiments across medical, legal, and financial benchmarks demonstrate consistent improvements: BRIDGE delivers student performance gains of 28-41%, closing the capability gap with proprietary teachers by 12-16% while using 10x fewer teacher queries. Notably, BRIDGE defies the conventional cost-performance frontier, surpassing direct distillation baselines that use 100% of the budget while consuming only 5% of the resources.

📄 PDF Abstract BibTeX arXiv:2512.20403

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BAG: Budget-Aware Gating for Diffusion Caching

2026-08-10 · Tong Zhao, Mingkun Lei, Yucheng Han, Chi Zhang arxiv

Diffusion caching is a lightweight strategy that accelerates Diffusion Transformers (DiTs) by reusing intermediate features across denoising steps, but existing paradigms face a fundamental trade-off: online heuristics l…

BARD: budget-aware reasoning distillation

2025-11-03 · Lujie Niu, Lei Shen, Yi Jiang, Caixia Yuan 외 arxiv

While long Chain-of-Thought (CoT) distillation effectively transfers reasoning capability to smaller language models, the reasoning process often remains redundant and computational budget uncontrollable, leading to inef…

Computational EfficiencyReinforcement Learning

Distilling LLM Reasoning into Graph of Concept Predictors

2026-02-03 · Ziyang Yu, Liang Zhao arxiv

Deploying Large Language Models (LLMs) for discriminative workloads is often limited by inference latency, compute, and API costs at scale. Active distillation reduces these costs by querying an LLM oracle to train compa…

Token-Budget-Aware LLM Reasoning

2024-12-24 · Tingxu Han, Zhenting Wang, Chunrong Fang, Shiyu Zhao 외

Reasoning is critical for large language models (LLMs) to excel in a wide range of tasks. While methods like Chain-of-Thought (CoT) reasoning enhance LLM performance by decomposing problems into intermediate steps, they …

MiCoTA: Bridging the Learnability Gap with Intermediate CoT and Teacher Assistants

2025-07-02 · Dongyi Ding, Tiannan Wang, Chenghao Zhu, Meiling Tao 외 arxiv

Large language models (LLMs) excel at reasoning tasks requiring long thought sequences for planning, reflection, and refinement. However, their substantial model size and high computational demands are impractical for wi…