Highlights
- Pro
Stars
Parallel-trained transformers with recurrent inference through shifted memory passes.
Open implementation of Attention Residuals (Kimi Team, arXiv:2603.15031)
Official Implementation for Pre-print "T2MLR: Transformer with Temporal Middle-Layer Recurrence"
Experiments on the impact of depth in transformers and SSMs.
Official repository for Amortized Factor Inference Networks (AFINs).
Curated collection of research on the limitations of next-token prediction and methods that go beyond it.
Optimization benchmark for diffusion model training on dynamical systems
Code for the analyses in "The Supervision Horizon: An Exploration of the Mechanics of On-Policy Self-Distillation"
Code for "What really matters in matrix-whitening optimizers?"
Code for the paper "Function-Space Learning Rates"
This notebook provides clean and minimal PyTorch implementations of classic pairwise preference models, including Bradley-Tery, Davidson, and Thurstone-Mosteller.
[ICLR 2025] MoE++: Accelerating Mixture-of-Experts Methods with Zero-Computation Experts
A framework for steering MoE models by detecting and controlling behavior-linked experts.
REAP: Router-weighted Expert Activation Pruning for SMoE compression
(ICLR'26 + Netflix) Rank-GRPO: Training LLM-based Conversational Recommender Systems with Reinforcement Learning
[ICLR'26] A scalable, effective, and general way to augment LLMs with billion-scale knowledge graphs using very little GPU memory cost.
A family of open-sourced Mixture-of-Experts (MoE) Large Language Models
wolfecameron / nanoMoE
Forked from karpathy/nanoGPTAn extension of the nanoGPT repository for training small MOE models.