Papers
Topics
Authors
Recent
Search
2000 character limit reached

Lie-Bracket Tournament

Updated 4 July 2026
  • Lie-Bracket Tournament is a geometric approach that models order dependence in sequential learning using Lie-bracket commutators of gradient update fields.
  • The method efficiently computes pairwise curriculum preferences via Hessian-vector products and dot products without constructing a full O(N²) matrix.
  • Empirical results demonstrate high short-horizon prediction accuracy and scalable performance, though accuracy gradually degrades as the fine-tuning horizon lengthens.

The Lie-Bracket Tournament is a curriculum-planning method for sequential learning in which order effects are modeled through the Lie-bracket commutator of gradient update fields. In the formulation of "The Geometry of Sequential Learning: Lie-Bracket Prediction of Transfer Order" (Sweeney, 23 Jun 2026), sequential learning is order-dependent because, from Pile-style next-token domain adaptation to instruction-SFT and DPO, NN candidate sources induce N!N! possible curricula. The method assigns a local pairwise score indicating whether ABA\to B or BAB\to A is preferable for a target domain, and then lifts these pairwise preferences to a many-domain ranking by a weighted tournament construction using Borda or row-sum scores. Its reported computational form uses one Hessian-vector product per source, O(N)O(N) dot products, and an O(NlogN)O(N\log N) sort, without materializing the O(N2)O(N^2) edge matrix (Sweeney, 23 Jun 2026).

1. Geometric formulation of order dependence

The method views model parameters θRp\theta\in\mathbb R^p as a point on a smooth manifold. Each training domain DD defines a loss function

LD(θ):RpRL_D(\theta): \mathbb R^p \to \mathbb R

and its gradient field

N!N!0

A small gradient-descent update on N!N!1 with step size N!N!2 is

N!N!3

or, equivalently, the vector field

N!N!4

whose flow for time N!N!5 moves N!N!6 along the manifold (Sweeney, 23 Jun 2026).

Within this framework, order dependence is identified with non-commutativity of update operators. For two domains N!N!7, one generally has N!N!8, so the order of sequential fine-tuning matters. The operational question is local and target-specific: whether N!N!9 or ABA\to B0 yields lower loss on a held-out target domain ABA\to B1. The Lie-Bracket Tournament supplies a geometric diagnostic for that question by measuring the commutator of the two update fields.

2. Lie-bracket commutator and pairwise prediction

For smooth vector fields ABA\to B2, the Lie bracket is

ABA\to B3

Specialized to gradient-flow fields ABA\to B4 and ABA\to B5, the bracket becomes

ABA\to B6

where ABA\to B7 is the Hessian. The corresponding bracket vector at ABA\to B8 is

ABA\to B9

A second-order Baker-Campbell-Hausdorff expansion gives

BAB\to A0

Projecting this displacement onto the target gradient yields the directional score

BAB\to A1

so that

BAB\to A2

Its sign predicts the better order: if BAB\to A3, then BAB\to A4 in target loss (Sweeney, 23 Jun 2026).

To reduce BAB\to A5 errors in BAB\to A6, the method evaluates the target gradient at the shared-drift reference

BAB\to A7

The deployable Trotter estimate is

BAB\to A8

The same construction defines stakes BAB\to A9 and a normalized confidence O(N)O(N)0. Computationally, O(N)O(N)1 requires only the two Hessian-vector products O(N)O(N)2 and O(N)O(N)3, each computed by Pearlmutter’s trick without forming O(N)O(N)4 explicitly (Sweeney, 23 Jun 2026).

3. Tournament construction for many-domain curricula

For O(N)O(N)5 source domains O(N)O(N)6 and one target O(N)O(N)7, the method forms a weighted tournament graph with vertex set O(N)O(N)8. Fixing a shared reference gradient O(N)O(N)9, each ordered pair O(NlogN)O(N\log N)0 receives the score

O(NlogN)O(N\log N)1

Here O(NlogN)O(N\log N)2 means “O(NlogN)O(N\log N)3 before O(NlogN)O(N\log N)4” (Sweeney, 23 Jun 2026).

The key simplification uses Hessian symmetry. Defining

O(NlogN)O(N\log N)5

one obtains

O(NlogN)O(N\log N)6

This permits a Borda or row-sum ranking. The classical Borda score of O(NlogN)O(N\log N)7 is

O(NlogN)O(N\log N)8

Sorting domains in descending O(NlogN)O(N\log N)9 yields a full curriculum.

The same algebra yields a linear-time score computation: O(N2)O(N^2)0 Hence the procedure is: compute O(N2)O(N^2)1 once; for O(N2)O(N^2)2, compute O(N2)O(N^2)3 and O(N2)O(N^2)4; form O(N2)O(N^2)5 and O(N2)O(N^2)6; then compute each O(N2)O(N^2)7 by two dot products and sort. The reported overall cost is O(N2)O(N^2)8 gradients, O(N2)O(N^2)9 HVPs, and θRp\theta\in\mathbb R^p0 sorting; the detailed complexity is θRp\theta\in\mathbb R^p1 for gradients, θRp\theta\in\mathbb R^p2 for HVPs, θRp\theta\in\mathbb R^p3 for dot-products and sums, and θRp\theta\in\mathbb R^p4 for sorting (Sweeney, 23 Jun 2026).

4. Empirical performance

The reported experiments cover post-training, pretraining-domain adaptation, diffusion, long-horizon generalization, and many-domain scheduling (Sweeney, 23 Jun 2026).

Regime Setting Reported result
Post-training Qwen2.5-1.5B, θRp\theta\in\mathbb R^p5 98.1% sign accuracy (SFT), 98.9% (DPO)
Post-training Same predictor, evaluated at θRp\theta\in\mathbb R^p6 73.1% (SFT), 72.2% (DPO)
Long-horizon Llama-3.2-1B, predictor computed at θRp\theta\in\mathbb R^p7 93.0% at θRp\theta\in\mathbb R^p8, 94.3% at θRp\theta\in\mathbb R^p9, 89.4% at DD0, 81.5% at DD1, 65.3% at DD2
Exact DD3 scheduling Best of all DD4 orders 87.5% top-1, 96.0% top-2, mean Spearman 0.929
Borda DD5 scheduling Top-1 recovery 79.0%
Large-DD6 scheduling MMLU subjects, DD7 99.0–99.6th sampled percentile
Large-DD8 scheduling Stack languages DD9 Python, LD(θ):RpRL_D(\theta): \mathbb R^p \to \mathbb R0 99th sampled percentile
Large-LD(θ):RpRL_D(\theta): \mathbb R^p \to \mathbb R1 scheduling Dolly summarization, LD(θ):RpRL_D(\theta): \mathbb R^p \to \mathbb R2 99.8th sampled percentile

For pretraining-domain adaptation and diffusion, the paper reports results over LD(θ):RpRL_D(\theta): \mathbb R^p \to \mathbb R3 source pairs and LD(θ):RpRL_D(\theta): \mathbb R^p \to \mathbb R4 seeds. The Trotter accuracy is LD(θ):RpRL_D(\theta): \mathbb R^p \to \mathbb R5 for Qwen2.5-1.5B with Acc@25% LD(θ):RpRL_D(\theta): \mathbb R^p \to \mathbb R6, LD(θ):RpRL_D(\theta): \mathbb R^p \to \mathbb R7 for Llama-3.2-1B with Acc@25% LD(θ):RpRL_D(\theta): \mathbb R^p \to \mathbb R8, LD(θ):RpRL_D(\theta): \mathbb R^p \to \mathbb R9 for Llama-3.1-8B with Acc@25% N!N!00, N!N!01 for SmolLM3-3B with Acc@25% N!N!02, and N!N!03 for a DDPM diffusion UNet with Acc@25% N!N!04 (Sweeney, 23 Jun 2026).

The same study reports regret reductions N!N!05 in the post-training setting and N!N!06 even at N!N!07 in the long-horizon setting. For sampled-percentile evaluation against N!N!08 random curricula, the many-domain planner reaches N!N!09–N!N!10th percentile on MMLU with N!N!11, N!N!12th percentile on Stack with N!N!13, and substantially exceeds the reported descending gradient-norm baseline, which is listed as N!N!14 on MMLU subjects with N!N!15, N!N!16–N!N!17 on MMLU with N!N!18, N!N!19th on Stack languages N!N!20 Python with N!N!21, N!N!22th on Stack with N!N!23, and N!N!24th on Dolly summarization with N!N!25 (Sweeney, 23 Jun 2026).

5. Mathematical status of the “Lie bracket” terminology

In the Lie-Bracket Tournament, the Lie bracket is the commutator of gradient update fields on parameter space, and its role is predictive: it captures the leading-order non-commutativity of two learning steps. This use of Lie brackets is geometric and local, rather than a definition of a fixed algebraic bracket on a static vector space (Sweeney, 23 Jun 2026).

That distinction matters because the same terminology has a different technical meaning in other arXiv work. In "Cup product, Frölicher-Nijenhuis bracket and the derived bracket associated to Hom-Lie algebras" (Baishya et al., 2024), the brackets N!N!26, N!N!27, N!N!28, and N!N!29 are graded Lie brackets on cochain spaces attached to a multiplicative Hom-Lie algebra N!N!30. There, the cup-product bracket is used for deformations of Hom-Lie morphisms, the Hom–Nijenhuis–Richardson bracket controls Hom-Lie algebra brackets themselves, the Frölicher–Nijenhuis bracket characterizes Nijenhuis operators, and the derived bracket gives a DGLA whose Maurer-Cartan equation is exactly the Rota-Baxter identity of weight N!N!31 (Baishya et al., 2024).

Likewise, in "The bracket of the exceptional Lie algebra E8" (Kollross, 23 Apr 2025), the bracket is the explicit Lie algebra product on the compact real form of N!N!32, written in the Barton-Sudbery decomposition

N!N!33

with triality and the oct-octonion N!N!34-product entering directly into the formula. The shared phrase “Lie bracket” therefore spans several mathematically distinct settings: geometric commutators of update fields, graded brackets on cochain complexes, and explicit structure brackets of finite-dimensional simple Lie algebras (Kollross, 23 Apr 2025).

6. Interpretation, scope, and limitations

The reported interpretation is that the score N!N!35 captures the leading-order geometric non-commutativity of two fine-tuning steps and predicts pairwise order effects with very high accuracy at N!N!36. Through the Trotter reference, the method corrects N!N!37 drift and provides stakes and confidence. Embedded in a Borda tournament, the pairwise scores yield a fully automated curriculum over N!N!38 domains at cost N!N!39 HVPs and N!N!40 sorting (Sweeney, 23 Jun 2026).

At the same time, the paper does not present the score as an exact long-horizon optimizer. The construction is explicitly local, being derived from a second-order expansion around N!N!41, and the reported long-horizon results show that accuracy decays as N!N!42 increases: from N!N!43 at N!N!44 to N!N!45 at N!N!46 in the Llama-3.2-1B setting. A common misunderstanding would be to read the tournament ranking as a guarantee of globally optimal ordering for arbitrary horizons; the reported evidence instead supports strong local prediction, graceful degradation with horizon, and near-optimal behavior in the evaluated curriculum settings (Sweeney, 23 Jun 2026).

This suggests a precise conceptual summary. The Lie-Bracket Tournament reframes sequential transfer as a geometric tournament problem in which local commutator information is aggregated into a scalable curriculum planner. A plausible implication is that its usefulness is greatest when short-horizon order effects dominate, while its empirical diffusion and many-domain results indicate that the same geometric primitive can remain informative well beyond the two-domain case.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Lie-Bracket Tournament.