arXiv:2605.06117cs.LG2026-05被引 1

用提升方法优化大模型微调,小样本表格分类效果显著提升

BoostLLM: Boosting-inspired LLM Fine-tuning for Few-shot Tabular Classification

论文配图:BoostLLM: Boosting-inspired LLM Fine-tuning for Few-shot Tabular Classification
图 1 · 摘自论文原文
  • 将参数高效微调转化为多轮残差优化,像弱学习器一样逐步改进
  • 在少样本场景下超越标准微调,部分任务媲美甚至超过XGBoost
  • 适合结构化数据小样本任务,尤其对资源有限的4B模型有明显优势

大型语言模型(LLMs)通过将结构化特征序列化为自然语言来处理表格预测,但在低数据环境下性能仍逊于梯度提升决策树(GBDTs)。本文重新审视提升范式,探索其是否可作为大模型微调的一般训练原则。提出BoostLLM框架,通过训练一系列参数高效微调(PEFT)适配器作为弱学习器,将微调过程转化为多轮残差优化。为引入表格归纳偏置,BoostLLM同时使用决策树路径作为第二输入视图,分析表明该路径在早期训练中充当结构化教师,随后模型转向特征驱动表示。实验显示,BoostLLM在多个大模型架构和数据集上均持续优于标准微调,在不同样本量下表现媲美或超越XGBoost,且在40亿参数模型上超越基于GPT-4o的方法。进一步研究表明,结合更强的树模型与更长的提升周期,在适当稳定化下可带来额外增益。结果表明,提升机制可作为大模型微调的通用训练原则,尤其适用于结构化数据的低数据场景。

原文摘要 · Abstract (English)

Large language models (LLMs) have recently been adapted to tabular prediction by serializing structured features into natural language, but their performance in low-data regimes remains limited compared to gradient-boosted decision trees (GBDTs). In this work, we revisit the boosting paradigm, traditionally associated with tree ensembles, and ask whether it can be applied as a general training principle for LLM fine-tuning. We propose BoostLLM, a framework that transforms parameter-efficient fine-tuning into a multi-round residual optimization process by training sequential PEFT adapters as weak learners. To incorporate tabular inductive bias, BoostLLM integrates decision-tree paths as a second input view alongside raw features; analysis reveals that the path view acts as a structured teacher in early training steps before the model shifts toward feature-driven representations. Empirically, BoostLLM achieves consistent improvements over standard fine-tuning across multiple LLM backbones and datasets, matching or surpassing XGBoost across a wide range of shot counts and outperforming GPT-4o-based methods with a 4B model. We further show that the framework scales: pairing with stronger tree models and extended boosting horizons yields additional gains under appropriate stabilization. These results suggest that boosting can serve as a general training principle for LLM fine-tuning, particularly in low-data regimes for structured data.

大模型微调表格分类少样本学习提升方法

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。