DLLG: Dynamic Logit-Level Gating of LLM Experts
About
Leveraging multiple specialized LLMs can combine complementary strengths, but existing approaches trade adaptability for stability: routing commits prematurely, heuristic ensembling depends on fragile proxies, and parameter merging introduces interference. We propose DLLG (Dynamic Logit-Level Gating), a dynamic logit-level ensembling framework that learns token-level expert fusion from sparse response-level supervision. A lightweight gating module predicts step-wise fusion weights, linking trajectory-level correctness to generation without token-level labels or expert retraining. Across diverse reasoning and code benchmarks, DLLG consistently outperforms strong routing, heuristic ensembling, and parameter-merging baselines across model scales, highlighting learned logit-level fusion as a robust and scalable paradigm for integrating specialized experts.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Code Generation | HumanEval | pass@165.24 | 329 | |
| General Reasoning | BBH | BBH General Reasoning Accuracy36.11 | 117 | |
| Reasoning | BBH | BBH Score30.56 | 53 | |
| Code Generation | MBPP | Top-1 Acc.52.6 | 48 | |
| Mathematical Reasoning | MATH | Overall Score43.4 | 43 | |
| Code Generation | BigCodeBench | pass@14.1 | 32 | |
| Code Generation | Code R1 | Score9.55 | 14 | |
| Code Generation | Code R1 | Pass@119.96 | 14 | |
| General Reasoning and Code Generation | Combined Benchmarks AVG | Average Score33.75 | 14 | |
| Mathematical Reasoning | MinervaMath | Accuracy51.79 | 14 |