DBLGNov 26, 2024

TabulaX: Leveraging Large Language Models for Multi-Class Table Transformations

arXiv:2411.17110v23 citationsh-index: 6Proc VLDB Endow
Originality Incremental advance
AI Analysis

This addresses data integration challenges for data analysts and personal digital assistants, offering an incremental improvement with enhanced interpretability.

The paper tackles the problem of automating tabular data transformations by introducing TabulaX, a framework that uses Large Language Models to classify columns and generate interpretable transformation functions, achieving higher accuracy and broader support than existing methods.

The integration of tabular data from diverse sources is often hindered by inconsistencies in formatting and representation, posing significant challenges for data analysts and personal digital assistants. Existing methods for automating tabular data transformations are limited in scope, often focusing on specific types of transformations or lacking interpretability. In this paper, we introduce TabulaX, a novel framework that leverages Large Language Models (LLMs) for multi-class column-level tabular transformations. TabulaX first classifies input columns into four transformation types (string-based, numerical, algorithmic, and general) and then applies tailored methods to generate human-interpretable transformation functions, such as numeric formulas or programming code. This approach enhances transparency and allows users to understand and modify the mappings. Through extensive experiments on real-world datasets from various domains, we demonstrate that TabulaX outperforms existing state-of-the-art approaches in terms of accuracy, supports a broader class of transformations, and generates interpretable transformations that can be efficiently applied.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes