H-STAR: LLM-driven Hybrid SQL-Text Adaptive Reasoning on Tables
Nikhil Abhyankar, Vivek Gupta, Dan Roth, Chandan K. Reddy

TL;DR
H-STAR is a novel hybrid algorithm that combines semantic and symbolic reasoning to improve natural language understanding and reasoning over tables, outperforming existing methods in tabular question-answering tasks.
Contribution
The paper introduces H-STAR, a two-stage hybrid reasoning algorithm that integrates textual and symbolic approaches for enhanced tabular data interpretation.
Findings
H-STAR significantly outperforms state-of-the-art methods on multiple datasets.
The hybrid approach improves reasoning accuracy for diverse question types.
H-STAR demonstrates high efficiency and adaptability in tabular QA tasks.
Abstract
Tabular reasoning involves interpreting natural language queries about tabular data, which presents a unique challenge of combining language understanding with structured data analysis. Existing methods employ either textual reasoning, which excels in semantic interpretation but struggles with mathematical operations, or symbolic reasoning, which handles computations well but lacks semantic understanding. This paper introduces a novel algorithm H-STAR that integrates both symbolic and semantic (textual) approaches in a two-stage process to address these limitations. H-STAR employs: (1) step-wise table extraction using `multi-view' column retrieval followed by row extraction, and (2) adaptive reasoning that adapts reasoning strategies based on question types, utilizing semantic reasoning for direct lookup and complex lexical queries while augmenting textual reasoning with symbolic…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsSemantic Web and Ontologies · Data Quality and Management · Data Mining Algorithms and Applications
