paper-with-me

Papers

Harnessing LLMs Explanations to Boost Surrogate Models in Tabular Data Classification

2025-05-09 · Ruxue Shi, Hengrui Gu, Xu Shen, Xin Wang

Large Language Models (LLMs) have shown remarkable ability in solving complex tasks, making them a promising tool for enhancing tabular learning. However, existing LLM-based methods suffer from high resource requirements, suboptimal demonstration selection, and limited interpretability, which largely hinder their prediction performance and application in the real world. To overcome these problems, we propose a novel in-context learning framework for tabular prediction. The core idea is to leverage the explanations generated by LLMs to guide a smaller, locally deployable Surrogate Language Model (SLM) to make interpretable tabular predictions. Specifically, our framework mainly involves three stages: (i) Post Hoc Explanation Generation, where LLMs are utilized to generate explanations for question-answer pairs in candidate demonstrations, providing insights into the reasoning behind the answer. (ii) Post Hoc Explanation-Guided Demonstrations Selection, which utilizes explanations generated by LLMs to guide the process of demonstration selection from candidate demonstrations. (iii) Post Hoc Explanation-Guided Interpretable SLM Prediction, which utilizes the demonstrations obtained in step (ii) as in-context and merges corresponding explanations as rationales to improve the performance of SLM and guide the model to generate interpretable outputs. Experimental results highlight the framework's effectiveness, with an average accuracy improvement of 5.31% across various tabular datasets in diverse domains.

📄 PDF Abstract BibTeX arXiv:2505.05744

Code (0)

등록된 구현이 없습니다.

Tasks

Explanation GenerationIn-Context Learning

Methods 이 논문이 사용한 방법론

HOC 설명 없음

Similar Papers 제목 키워드 기반

In-Context Explainers: Harnessing LLMs for Explaining Black Box Models

2023-10-09 · Nicholas Kroeger, Dan Ley, Satyapriya Krishna, Chirag Agarwal 외

Recent advancements in Large Language Models (LLMs) have demonstrated exceptional capabilities in complex tasks like machine translation, commonsense reasoning, and language understanding. One of the primary reasons for …

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)In-Context LearningMachine Translation

TabReason: A Reinforcement Learning-Enhanced Reasoning LLM for Explainable Tabular Data Prediction

2025-05-27 · Tommy Xu, Zhitian Zhang, Xiangyu Sun, Lauren Kelly Zung 외

Predictive modeling on tabular data is the cornerstone of many real-world applications. Although gradient boosting machines and some recent deep models achieve strong performance on tabular data, they often lack interpre…

Large Language Models for Automated Data Science: Introducing CAAFE for Context-Aware Automated Feature Engineering

2023-05-05 · NeurIPS 2023 11 · Noah Hollmann, Samuel Müller, Frank Hutter

As the field of automated machine learning (AutoML) advances, it becomes increasingly important to incorporate domain knowledge into these systems. We present an approach for doing so by harnessing the power of large lan…

Automated Feature EngineeringAutoMLFeature Engineering

Concept Tree: High-Level Representation of Variables for More Interpretable Surrogate Decision Trees

2019-06-04 · Xavier Renard, Nicolas Woloszko, Jonathan Aigrain, Marcin Detyniecki

Interpretable surrogates of black-box predictors trained on high-dimensional tabular datasets can struggle to generate comprehensible explanations in the presence of correlated variables. We propose a model-agnostic inte…

Enhancing LIME using Neural Decision Trees

2026-03-21 · Mohamed Aymen Bouyahia, Argyris Kalogeratos arxiv

Interpreting complex machine learning models is a critical challenge, especially for tabular data where model transparency is paramount. Local Interpretable Model-Agnostic Explanations (LIME) has been a very popular fram…

Interpretable Machine Learning