Small Models are LLM Knowledge Triggers on Medical Tabular Prediction
Jiahuan Yan, Jintai Chen, Chaowen Hu, Bo Zheng, Yaojun Hu, Jimeng Sun, Jian Wu
TL;DR
The paper targets the challenge of applying large language models to numeric tabular data, proposing SERSAL, an unsupervised self-prompting loop that pairs LLM-derived soft pseudo-labels with a small tabular model (FT-Transformer) in a teacher-student dynamic. Through soft labeling, semi-supervised learning with noisy labels (DivideMix), and reverse LLM tuning, SERSAL enables iterative refinement of both the small model and the LLM without gold labels. Empirical results on ten medical tabular datasets show SERSAL consistently outperforms traditional prompting baselines, with greater gains as LLM capability increases (e.g., GPT-4), and extended improvements via multi-loop iterations. The approach also demonstrates cross-domain applicability and interpretability via Shapley-value analysis, suggesting a general, zero-label pathway to extend LLM knowledge to structured data tasks.
Abstract
Recent development in large language models (LLMs) has demonstrated impressive domain proficiency on unstructured textual or multi-modal tasks. However, despite with intrinsic world knowledge, their application on structured tabular data prediction still lags behind, primarily due to the numerical insensitivity and modality discrepancy that brings a gap between LLM reasoning and statistical tabular learning. Unlike textual or vision data (e.g., electronic clinical notes or medical imaging data), tabular data is often presented in heterogeneous numerical values (e.g., CBC reports). This ubiquitous data format requires intensive expert annotation, and its numerical nature limits LLMs' capability to effectively transfer untapped domain expertise. In this paper, we propose SERSAL, a general self-prompting method by synergy learning with small models to enhance LLM tabular prediction in an unsupervised manner. Specifically, SERSAL utilizes the LLM's prior outcomes as original soft noisy annotations, which are dynamically leveraged to teach a better small student model. Reversely, the outcomes from the trained small model are used to teach the LLM to further refine its real capability. This process can be repeatedly applied to gradually distill refined knowledge for continuous progress. Comprehensive experiments on widely used medical domain tabular datasets show that, without access to gold labels, applying SERSAL to OpenAI GPT reasoning process attains substantial improvement compared to linguistic prompting methods, which serves as an orthogonal direction for tabular LLM, and increasing prompting bonus is observed as more powerful LLMs appear.
