Gradient Boosting Trees and Large Language Models for Tabular Data Few-Shot Learning
Carlos Huertas

TL;DR
This paper compares Large Language Models and Gradient Boosting Decision Trees for tabular data in few-shot learning, showing GBDT's efficiency with more samples and TabLLM's advantage in very low-shot scenarios, validated through benchmarks and a competition.
Contribution
The study demonstrates that optimized GBDT can outperform TabLLM in few-shot learning on tabular data, and introduces improved baseline methodologies for performance evaluation.
Findings
GBDT improved by 290% with optimized node splitting
TabLLM outperforms GBDT in ≤8-shot scenarios
Combining FSL with ensemble methods enhances resilience to overfitting
Abstract
Large Language Models (LLM) have brought numerous of new applications to Machine Learning (ML). In the context of tabular data (TD), recent studies show that TabLLM is a very powerful mechanism for few-shot-learning (FSL) applications, even if gradient boosting decisions trees (GBDT) have historically dominated the TD field. In this work we demonstrate that although LLMs are a viable alternative, the evidence suggests that baselines used to gauge performance can be improved. We replicated public benchmarks and our methodology improves LightGBM by 290%, this is mainly driven by forcing node splitting with few samples, a critical step in FSL with GBDT. Our results show an advantage to TabLLM for 8 or fewer shots, but as the number of samples increases GBDT provides competitive performance at a fraction of runtime. For other real-life applications with vast number of samples, we found FSL…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI
