🤖 AI Summary
This work addresses the challenge of automatically generating interpretable insights from N×M tabular data in a cost-effective manner by proposing a lightweight, AutoML-style analytical framework that integrates explainable artificial intelligence (XAI) with local small-scale large language models (LLMs). The approach employs a predefined workflow to systematically explore univariate statistics, pairwise relationships, and multivariate associations, thereby eliminating reliance on expensive large models or manual intervention. In contrast to existing methods that leverage powerful LLM-based agents, this framework substantially reduces computational costs while preserving analytical depth and enhancing result interpretability, enabling efficient and transparent end-to-end insight generation from tabular data.
📝 Abstract
Automation in data analysis has been a long-time pursuit. Current agentic LLM shows a promising solution towards it. Like DeepAnalyze, DataSage, and Datawise. They are all powerful agentic frameworks for automatic fine-grained analysis and are powered by LLM-based agentic tool calling ability. However, what about powered by a preset AutoML-like workflow? If we traverse all possible exploration, like Xn itself`s statistics, Xn1-Xn2 relationships, Xn to all other, and finally explain? Our Explanova is such an attempt: Cheaper due to a Local Small LLM.