Learning a Decision Tree Algorithm with Transformers
Abstract
Decision trees are renowned for their ability to achieve high predictive performance while remaining interpretable, especially on tabular data. Traditionally, they are constructed through recursive algorithms, where they partition the data at every node in a tree. However, identifying a good partition is challenging, as decision trees optimized for local segments may not yield global generalization. To address this, we introduce MetaTree, a transformer-based model trained via meta-learning to directly produce strong decision trees. Specifically, we fit both greedy decision trees and globally optimized decision trees on a large number of datasets, and train MetaTree to produce only the trees that achieve strong generalization performance. This training enables MetaTree to emulate these algorithms and intelligently adapt its strategy according to the context, thereby achieving superior generalization performance.
Cite
Text
Zhuang et al. "Learning a Decision Tree Algorithm with Transformers." Transactions on Machine Learning Research, 2024.Markdown
[Zhuang et al. "Learning a Decision Tree Algorithm with Transformers." Transactions on Machine Learning Research, 2024.](https://mlanthology.org/tmlr/2024/zhuang2024tmlr-learning/)BibTeX
@article{zhuang2024tmlr-learning,
title = {{Learning a Decision Tree Algorithm with Transformers}},
author = {Zhuang, Yufan and Liu, Liyuan and Singh, Chandan and Shang, Jingbo and Gao, Jianfeng},
journal = {Transactions on Machine Learning Research},
year = {2024},
url = {https://mlanthology.org/tmlr/2024/zhuang2024tmlr-learning/}
}