pith. sign in

arxiv: 2411.08257 · v1 · pith:BCNZ7SONnew · submitted 2024-11-13 · 💻 cs.LG · cs.AI· cs.CE

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

classification 💻 cs.LG cs.AIcs.CE
keywords decisiongptreehumancomplexdecision-makingexplainabilityexplainableprompt
0
0 comments X
read the original 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%).

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Distilling LLM Reasoning into an Interpretable Policy Tree for Human-AI Collaboration

    cs.AI 2026-06 unverdicted novelty 6.0

    Co-pi-tree distills LLM reasoning into a dual policy tree refined via interaction feedback, reporting 35.4% higher rewards, 77.7% fewer LLM queries, and 97.1% lower latency than baselines in Overcooked-AI.