English

Talking Trees: Reasoning-Assisted Induction of Decision Trees for Tabular Data

Machine Learning 2026-05-18 v3

Abstract

Tabular foundation models are becoming increasingly popular for low-resource tabular problems. These models make up for small training datasets by pretraining on large volumes of synthetic data. The prior knowledge obtained via pretraining provides the exceptional performance, but the resulting model becomes a black box that is difficult to interpret and costly for inference. In this work, we explore an alternative strategy: using reasoning-capable LLMs to induce decision trees for small tabular datasets in an agentic setup. We design a minimal set of tools for constructing, analyzing, and manipulating decision trees. Equipped with these tools, the LLM combines its prior knowledge with learning from data to produce a lightweight decision tree that outperforms CART and recent non-greedy tree learners and remains competitive with tree ensembles on low-resource tabular problems. While a single agentic decision tree is competitive with state-of-the-art black box models, it also comes with a human-readable reasoning trace that can be checked for biases and data leaks. Furthermore, the reasoning-based LLM's creation process allows for additional human input to be incorporated into the tree without it being captured in data.

Keywords

Cite

@article{arxiv.2509.21465,
  title  = {Talking Trees: Reasoning-Assisted Induction of Decision Trees for Tabular Data},
  author = {George Yakushev and Alina Shutova and Ivan Rubachev and Natalia Bereberdina and Renat Sergazinov and Artem Babenko},
  journal= {arXiv preprint arXiv:2509.21465},
  year   = {2026}
}

Comments

Preprint, code at https://github.com/yandex-research/TalkingTrees

R2 v1 2026-07-01T05:56:53.778Z