Asymmetric Loss Modulation Resolves the Voting Ensemble Paradox in Learned Context-Pruning Ensembles

Peter Lodri
ICLR 2027 Submission · Open Science

Abstract

Multi-checkpoint voting ensembles of learned context-pruning models paradoxically underperform their best single-voter constituent. We formalize this: under k-of-N drop voting, the ensemble eviction indicator equals the k-th order statistic of the per-voter indicators — the ensemble collapses to its weakest member on every stratum. Three mechanisms resolve the paradox: asymmetric loss modulation during training (λ=3.0), regex-based inference overrides, and C3 self-distillation with a stronger teacher. We train 17 kompress models (149M-param ModernBERT) for $38.95 total, achieving a Pareto-optimal 0.955 heretic-exact at 15% compression with kompress-v8.

Theorem 1 (Voting Ensemble Paradox)

Let E be an ensemble of N voters, each producing a per-token keep indicator Ii ∈ {0,1}. Under k-of-N drop voting, IE = 1 iff Σ Ii ≥ k. Then IE = I(N-k+1) — the (N−k+1)-th order statistic — and the ensemble's precision ≤ mini precision(Ii).

Results

VersionHereticKeepNote
v2-base0.9750.897precision ceiling
v8 ★0.9550.854production
v160.9720.972endpoint (10x)
v170.9630.963tradeoff (5x)

Links

GitHub · Models (18) · LoopKit · Eval Space · Blog

← back to kompress.vaked.dev