paper-with-me

Papers

Analyzing LLM Instruction Optimization for Tabular Fact Verification

2026-02-20 · Xiaotang Du, Giwon Hong, Wai-Chung Kwan, Rohit Saxena, Ivan Titov, Pasquale Minervini, Emily Allaway arxiv

Instruction optimization provides a lightweight, model-agnostic approach to enhancing the reasoning performance of large language models (LLMs). This paper presents the first systematic comparison of instruction optimization, based on the DSPy optimization framework, for tabular fact verification. We evaluate four out-of-the-box prompting techniques that cover both text-only prompting and code use: direct prediction, Chain-of-Thought (CoT), ReAct with SQL tools, and CodeAct with Python execution. We study three optimizers from the DSPy framework -- COPRO, MiPROv2, and SIMBA -- across four benchmarks and three model families. We find that instruction optimization consistently improves verification accuracy, with MiPROv2 yielding the most stable gains for CoT, and SIMBA providing the largest benefits for ReAct agents, particularly at larger model scales. Behavioral analyses reveal that SIMBA encourages more direct reasoning paths by applying heuristics, thereby improving numerical comparison abilities in CoT reasoning and helping avoid unnecessary tool calls in ReAct agents. Across different prompting techniques, CoT remains effective for tabular fact checking, especially with smaller models. Although ReAct agents built with larger models can achieve competitive performance, they require careful instruction optimization.

📄 PDF Abstract BibTeX arXiv:2602.17937

Code (0)

등록된 구현이 없습니다.

Tasks

Fact VerificationFact Checking

Similar Papers 제목 키워드 기반

T-REX: Table -- Refute or Entail eXplainer

2025-08-08 · Tim Luka Horstmann, Baptiste Geisenberger, Mehwish Alam arxiv

Verifying textual claims against structured tabular data is a critical yet challenging task in Natural Language Processing with broad real-world impact. While recent advances in Large Language Models (LLMs) have enabled …

BOUN at SemEval-2021 Task 9: Text Augmentation Techniques for Fact Verification in Tabular Data

2021-08-01 · SEMEVAL 2021 · Abdullatif K{\"o}ksal, Yusuf Y{\"u}ksel, Bekir Y{\i}ld{\i}r{\i}m, Arzucan {\"O}zg{\"u}r

In this paper, we present our text augmentation based approach for the Table Statement Support Subtask (Phase A) of SemEval-2021 Task 9. We experiment with different text augmentation techniques such as back translation …

Domain AdaptationFact VerificationText AugmentationTranslation

BreakingBERT@IITK at SemEval-2021 Task 9 : Statement Verification and Evidence Finding with Tables

2021-04-07 · Aditya Jindal, Ankur Gupta, Jaya Srivastava, Preeti Menghwani 외

Recently, there has been an interest in factual verification and prediction over structured data like tables and graphs. To circumvent any false news incident, it is necessary to not only model and predict over structure…

Fact VerificationNatural Language Inference

Instruction Tuning of Large Language Models for Tabular Data Generation-in One Day

2025-11-28 · Milad Abdollahzadeh, Abdul Raheem, Zilong Zhao, Uzair Javaid 외 arxiv

Tabular instruction tuning has emerged as a promising research direction for improving LLMs understanding of tabular data. However, the majority of existing works only consider question-answering and reasoning tasks over…

Tabular Data Generation

BreakingBERT@IITK at SemEval-2021 Task 9: Statement Verification and Evidence Finding with Tables

2021-08-01 · SEMEVAL 2021 · Aditya Jindal, Ankur Gupta, Jaya Srivastava, Preeti Menghwani 외

Recently, there has been an interest in the research on factual verification and prediction over structured data like tables and graphs. To circumvent any false news incident, it is necessary to not only model and predic…

Fact VerificationNatural Language Inference