paper-with-me

Papers

Utilizing Training Data to Improve LLM Reasoning for Tabular Understanding

2025-08-26 · Chufan Gao, Jintai Chen, Jimeng Sun arxiv

Automated tabular understanding and reasoning are essential tasks for data scientists. Recently, Large language models (LLMs) have become increasingly prevalent in tabular reasoning tasks. Previous work focuses on (1) finetuning LLMs using labeled data or (2) Training-free prompting LLM agents using chain-of-thought (CoT). Finetuning offers dataset-specific learning at the cost of generalizability. Training-free prompting is highly generalizable but does not take full advantage of training data. In this paper, we propose a novel prompting-based reasoning approach, Learn then Retrieve: LRTab, which integrates the benefits of both by retrieving relevant information learned from training data. We first use prompting to obtain CoT responses over the training data. For incorrect CoTs, we prompt the LLM to predict Prompt Conditions to avoid the error, learning insights from the data. We validate the effectiveness of Prompt Conditions using validation data. Finally, at inference time, we retrieve the most relevant Prompt Conditions for additional context for table understanding. We provide comprehensive experiments on WikiTQ and Tabfact, showing that LRTab is interpretable, cost-efficient, and can outperform previous baselines in tabular reasoning.

📄 PDF Abstract BibTeX arXiv:2508.18676

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

H-STAR: LLM-driven Hybrid SQL-Text Adaptive Reasoning on Tables

2024-06-29 · Nikhil Abhyankar, Vivek Gupta, Dan Roth, Chandan K. Reddy

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 tex…

Fact VerificationMathematical ReasoningNatural Language QueriesQuestion Answering+2

Enhancing Table Reasoning with Deterministic Table-State Rewards

2026-01-30 · Tung Sum Thomas Kwok, Xinyu Wang, Hengzhi He, Xiaofeng Lin 외 arxiv

Large Language Models (LLMs) struggle with multi-step reasoning over structured tables. The primary reason is the lack of explicit supervision for intermediate reasoning states. Existing learned reward models or executor…

Text Summarization

TAT-LLM: A Specialized Language Model for Discrete Reasoning over Tabular and Textual Data

2024-01-24 · Fengbin Zhu, Ziyang Liu, Fuli Feng, Chao Wang 외

In this work, we address question answering (QA) over a hybrid of tabular and textual data that are very common content on the Web (e.g. SEC filings), where discrete reasoning capabilities are often required. Recently, l…

Language ModelingLanguage ModellingQuestion Answering

Enhancing Tabular Reasoning with Pattern Exploiting Training

2022-10-21 · Abhilash Reddy Shankarampeta, Vivek Gupta, Shuo Zhang

Recent methods based on pre-trained language models have exhibited superior performance over tabular tasks (e.g., tabular NLI), despite showing inherent problems such as not using the right evidence and inconsistent pred…

The Illusion of Generalization in Tabular Language Models

2026-02-03 · Aditya Gorla, Ratish Puduppully arxiv

Tabular Language Models (TLMs) have been claimed to achieve strong generalization for tabular prediction. We conduct a systematic re-evaluation of Tabula-8B as a representative TLM, utilizing 165 datasets from the UniPre…