Tab-TRM: Tiny Recursive Model for Insurance Pricing on Tabular Data
Kishan Padayachy, Ronald Richman, Mario V. Wüthrich
TL;DR
Tab-TRM introduces a tiny recursive model tailored for tabular insurance pricing by embedding each covariate as a token and augmenting the sequence with an answer token $\mathbf{a}$ and a reasoning token $\boldsymbol{z}$. The model iteratively refines $\boldsymbol{z}$ and $\mathbf{a}$ through a compact core of two update networks, then maps the final $\mathbf{a}$ to a Poisson-mean via an exponential decoder, trained with Poisson deviance. Empirically, on the French MTPL dataset, Tab-TRM achieves competitive out-of-sample Poisson deviance with far fewer parameters than several baselines, aided by a staged, interpretable recursion that aligns with actuarial intuition (iterative GLM-like refinement and stagewise boosting). A linearized variant and extensive interpretability analyses demonstrate that the recursion behaves largely linearly in learned embedding space, validating a state-space interpretation and reinforcing the model’s applicability as a compact, interpretable bridge between classical actuarial workflows and modern latent-reasoning architectures.
Abstract
We introduce Tab-TRM (Tabular-Tiny Recursive Model), a network architecture that adapts the recursive latent reasoning paradigm of Tiny Recursive Models (TRMs) to insurance modeling. Drawing inspiration from both the Hierarchical Reasoning Model (HRM) and its simplified successor TRM, the Tab-TRM model makes predictions by reasoning over the input features. It maintains two learnable latent tokens - an answer token and a reasoning state - that are iteratively refined by a compact, parameter-efficient recursive network. The recursive processing layer repeatedly updates the reasoning state given the full token sequence and then refines the answer token, in close analogy with iterative insurance pricing schemes. Conceptually, Tab-TRM bridges classical actuarial workflows - iterative generalized linear model fitting and minimum-bias calibration - on the one hand, and modern machine learning, in terms of Gradient Boosting Machines, on the other.
