paper-with-me

홈 › Papers

Agentic LLMs for Question Answering over Tabular Data

2025-09-11 · Rishit Tyagi, Mohit Gupta, Rahul Bouri arxiv

Question Answering over Tabular Data (Table QA) presents unique challenges due to the diverse structure, size, and data types of real-world tables. The SemEval 2025 Task 8 (DataBench) introduced a benchmark composed of large-scale, domain-diverse datasets to evaluate the ability of models to accurately answer structured queries. We propose a Natural Language to SQL (NL-to-SQL) approach leveraging large language models (LLMs) such as GPT-4o, GPT-4o-mini, and DeepSeek v2:16b to generate SQL queries dynamically. Our system follows a multi-stage pipeline involving example selection, SQL query generation, answer extraction, verification, and iterative refinement. Experiments demonstrate the effectiveness of our approach, achieving 70.5\% accuracy on DataBench QA and 71.6\% on DataBench Lite QA, significantly surpassing baseline scores of 26\% and 27\% respectively. This paper details our methodology, experimental results, and alternative approaches, providing insights into the strengths and limitations of LLM-driven Table QA.

📄 PDF Abstract BibTeX arXiv:2509.09234

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

TopBench: A Benchmark for Implicit Predictive Reasoning in Tabular Question Answering

2026-04-30 · An-Yang Ji, Jun-Peng Jiang, De-Chuan Zhan, Han-Jia Ye arxiv

Large Language Models (LLMs) have advanced Table Question Answering, where most queries can be answered by extracting information or simple aggregation. However, a common class of real-world queries is implicitly predict…

Intent RecognitionQuestion AnsweringDecision Making

ITUNLP at SemEval-2025 Task 8: Question-Answering over Tabular Data: A Zero-Shot Approach using LLM-Driven Code Generation

2025-08-01 · Atakan Site, Emre Hakan Erdemir, Gülşen Eryiğit arxiv

This paper presents our system for SemEval-2025 Task 8: DataBench, Question-Answering over Tabular Data. The primary objective of this task is to perform question answering on given tabular datasets from diverse domains …

Question AnsweringCode Generation

Towards Probabilistic Question Answering Over Tabular Data

2025-06-25 · Chen Shen, Sajjadur Rahman, Estevam Hruschka

Current approaches for question answering (QA) over tabular data, such as NL2SQL systems, perform well for factual questions where answers are directly retrieved from tables. However, they fall short on probabilistic que…

Natural Language QueriesQuestion Answering

ODTQA-FoRe: An Open-Domain Tabular Question Answering Dataset for Future Data Forecasting and Reasoning

2026-06-01 · Zhensheng Wang, Xiaole Liu, Wenmian Yang, Kun Zhou 외 arxiv

The rapid development of LLMs has significantly advanced tabular question answering, but most systems cannot perform future-oriented numerical prediction. To address this gap, we introduce a novel task, Open-Domain Tabul…

Question Answering

Can Agentic AI Match the Performance of Human Data Scientists?

2025-12-24 · An Luo, Jin Du, Fangqiao Tian, Xun Xian 외 arxiv

Data science plays a critical role in transforming complex data into actionable insights across numerous domains. Recent developments in large language models (LLMs) have significantly automated data science workflows, b…