SOTAVerified

NormTab: Improving Symbolic Reasoning in LLMs Through Tabular Data Normalization

2024-06-25Code Available0· sign in to hype

Md Mahadi Hasan Nahid, Davood Rafiei

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In recent years, Large Language Models (LLMs) have demonstrated remarkable capabilities in parsing textual data and generating code. However, their performance in tasks involving tabular data, especially those requiring symbolic reasoning, faces challenges due to the structural variance and inconsistency in table cell values often found in web tables. In this paper, we introduce NormTab, a novel framework aimed at enhancing the symbolic reasoning performance of LLMs by normalizing web tables. We study table normalization as a stand-alone, one-time preprocessing step using LLMs to support symbolic reasoning on tabular data. Our experimental evaluation, conducted on challenging web table datasets such as WikiTableQuestion and TabFact, demonstrates that leveraging NormTab significantly improves symbolic reasoning performance, showcasing the importance and effectiveness of web table normalization for enhancing LLM-based symbolic reasoning tasks.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
WikiTableQuestionsNormTab+TabSQLifyAccuracy (Test)68.63Unverified
WikiTableQuestionsNormTab (Targeted) + SQLAccuracy (Test)61.2Unverified

Reproductions