ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2503.14217
58
0

Decision Tree Induction Through LLMs via Semantically-Aware Evolution

18 March 2025
Tennison Liu
Nicolas Huynh
M. Schaar
ArXivPDFHTML
Abstract

Decision trees are a crucial class of models offering robust predictive performance and inherent interpretability across various domains, including healthcare, finance, and logistics. However, current tree induction methods often face limitations such as suboptimal solutions from greedy methods or prohibitive computational costs and limited applicability of exact optimization approaches. To address these challenges, we propose an evolutionary optimization method for decision tree induction based on genetic programming (GP). Our key innovation is the integration of semantic priors and domain-specific knowledge about the search space into the optimization algorithm. To this end, we introduce LLEGO\texttt{LLEGO}LLEGO, a framework that incorporates semantic priors into genetic search operators through the use of Large Language Models (LLMs), thereby enhancing search efficiency and targeting regions of the search space that yield decision trees with superior generalization performance. This is operationalized through novel genetic operators that work with structured natural language prompts, effectively utilizing LLMs as conditional generative models and sources of semantic knowledge. Specifically, we introduce fitness-guided\textit{fitness-guided}fitness-guided crossover to exploit high-performing regions, and diversity-guided\textit{diversity-guided}diversity-guided mutation for efficient global exploration of the search space. These operators are controlled by corresponding hyperparameters that enable a more nuanced balance between exploration and exploitation across the search space. Empirically, we demonstrate across various benchmarks that LLEGO\texttt{LLEGO}LLEGO evolves superior-performing trees compared to existing tree induction methods, and exhibits significantly more efficient search performance compared to conventional GP approaches.

View on arXiv
@article{liu2025_2503.14217,
  title={ Decision Tree Induction Through LLMs via Semantically-Aware Evolution },
  author={ Tennison Liu and Nicolas Huynh and Mihaela van der Schaar },
  journal={arXiv preprint arXiv:2503.14217},
  year={ 2025 }
}
Comments on this paper