English

GPTree: Towards Explainable Decision-Making via LLM-powered Decision Trees

Machine Learning 2024-11-14 v1 Artificial Intelligence Computational Engineering, Finance, and Science

Abstract

Traditional decision tree algorithms are explainable but struggle with non-linear, high-dimensional data, limiting its applicability in complex decision-making. Neural networks excel at capturing complex patterns but sacrifice explainability in the process. In this work, we present GPTree, a novel framework combining explainability of decision trees with the advanced reasoning capabilities of LLMs. GPTree eliminates the need for feature engineering and prompt chaining, requiring only a task-specific prompt and leveraging a tree-based structure to dynamically split samples. We also introduce an expert-in-the-loop feedback mechanism to further enhance performance by enabling human intervention to refine and rebuild decision paths, emphasizing the harmony between human expertise and machine intelligence. Our decision tree achieved a 7.8% precision rate for identifying "unicorn" startups at the inception stage of a startup, surpassing gpt-4o with few-shot learning as well as the best human decision-makers (3.1% to 5.6%).

Keywords

Cite

@article{arxiv.2411.08257,
  title  = {GPTree: Towards Explainable Decision-Making via LLM-powered Decision Trees},
  author = {Sichao Xiong and Yigit Ihlamur and Fuat Alican and Aaron Ontoyin Yin},
  journal= {arXiv preprint arXiv:2411.08257},
  year   = {2024}
}
R2 v1 2026-06-28T19:57:49.566Z