Towards Scalable Meta-Learning of near-optimal Interpretable Models via Synthetic Model Generations
Kyaw Hpone Myint, Zhe Wu, Alexandre G. R. Day, Giri Iyengar
TL;DR
The paper tackles the challenge of meta-learning interpretable, near-optimal decision trees without reliance on costly real-world data or exhaustive optimal-tree solvers. It introduces an SCM-based synthetic data workflow that, via a four-step pipeline and targeted quality filters, enables scalable pre-training of the MetaTree transformer on large, diverse datasets with near-optimal targets. Empirical results show that MetaTree trained on synthetic data achieves accuracy close to a hand-curated baseline and competitive performance against CART and GOSDT as the number of trees grows, while offering constant-time data generation and scalable training. This approach promises practical gains for high-stakes domains by delivering efficient, interpretable decision-tree models with reduced data and compute requirements.
Abstract
Decision trees are widely used in high-stakes fields like finance and healthcare due to their interpretability. This work introduces an efficient, scalable method for generating synthetic pre-training data to enable meta-learning of decision trees. Our approach samples near-optimal decision trees synthetically, creating large-scale, realistic datasets. Using the MetaTree transformer architecture, we demonstrate that this method achieves performance comparable to pre-training on real-world data or with computationally expensive optimal decision trees. This strategy significantly reduces computational costs, enhances data generation flexibility, and paves the way for scalable and efficient meta-learning of interpretable decision tree models.
