cs.CLJun 6, 2026

TLRD: Teaching LLMs to Reason over Tabular Data with Tri-Level Rationale Distillation

Authors: Tianyuan LiangXuwei TanLei ShiJunsheng ZhongZiyu HuTian XieZhiqun ZuoXiaodong Yu+1 more

Organizations: The Ohio State University · Stevens Institute of Technology

Abstract

Tabular data is a primary medium for storing real-world information, driving many industrial applications of machine learning. Traditional predictors achieve strong predictive performance but do not provide readable, case-specific explanations essential for decision-making. Large Language Models (LLMs) can naturally bridge this gap by generating predictions alongside explanations. However, dataset-specific patterns, such as feature distributions and interactions, make tabular data difficult for LLMs to understand and reason over, while label-only fine-tuning improves performance at the cost of catastrophic forgetting. To address this problem, we propose Tri-Level Rationale Distillation (TLRD), a framework that converts label-only tabular datasets into structured rationale supervision for LLMs. TLRD uses a high-capacity teacher to synthesize a rationale corpus grounded in three complementary levels of evidence: instance-level feature, dataset-level distributional context, and comparison-level retrieved neighbors, then distills the rationale into student LLMs, enabling zero-overhead prediction and grounded explanation from raw features only. Experiments on multiple domain datasets show that TLRD significantly closes the performance gap between LLMs and state-of-the-art tree ensembles while producing grounded and readable explanations, offering a valuable reference for high-stakes decision-making.

Explore similar work

CardsList
  1. TabSHAP

    Apr 22, 2026Aryan Chaudhary, Prateek Agarwal, Tejasvi AlladiTabular LearningModel Interpretability

  2. EdgeLM: Edge Demonstrations for Language Models' Table Understanding

    Aug 5, 2026Soroush Omidvartehrani, Mohammadamin Habibollah, Mohammadreza Daviran +1Tabular DataRetrievers