Pith. sign in

REVIEW 6 cited by

Interpretable LLM-based Table Question Answering

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2412.12386 v3 pith:VR3OJ44M submitted 2024-12-16 cs.CL cs.LG

classification cs.CLcs.LG
keywords tableexplanationsllmsquestionaccuracyansweringdecisionsfewer
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Interpretability in Table Question Answering (Table QA) is critical, especially in high-stakes domains like finance and healthcare. While recent Table QA approaches based on Large Language Models (LLMs) achieve high accuracy, they often produce ambiguous explanations of how answers are derived. We propose Plan-of-SQLs (POS), a new Table QA method that makes the model's decision-making process interpretable. POS decomposes a question into a sequence of atomic steps, each directly translated into an executable SQL command on the table, thereby ensuring that every intermediate result is transparent. Through extensive experiments, we show that: First, POS generates the highest-quality explanations among compared methods, which markedly improves the users' ability to simulate and verify the model's decisions. Second, when evaluated on standard Table QA benchmarks (TabFact, WikiTQ, and FeTaQA), POS achieves QA accuracy that is competitive to existing methods, while also offering greater efficiency-requiring significantly fewer LLM calls and table database queries (up to 25x fewer)-and more robust performance on large-sized tables. Finally, we observe high agreement (up to 90.59% in forward simulation) between LLMs and human users when making decisions based on the same explanations, suggesting that LLMs could serve as an effective proxy for humans in evaluating Table QA explanations.

Discussion (0). Sign in to comment.

Forward citations

Cited by 6 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. AraTable: Benchmarking LLMs' Reasoning and Understanding of Arabic Tabular Data

    cs.CL 2025-07 conditional novelty 6.0 of 10

    AraTable is the first Arabic tabular QA benchmark; its experiments show LLMs are much weaker at reasoning over Arabic tables than at direct lookup.

  2. Table Understanding and (Multimodal) LLMs: A Cross-Domain Case Study on Scientific vs. Non-Scientific Data

    cs.CL 2025-06 conditional novelty 6.0 of 10

    A new benchmark, TableEval, with 3017 tables in five formats, shows LLMs are robust to table representation but perform worse on scientific tables, with the caveat that the domain gap is confounded by task difficulty.

  3. ExpliCIT-QA: Explainable Code-Based Image Table Question Answering

    cs.CL 2025-07 conditional novelty 5.0 of 10

    ExpliCIT-QA turns table-image question answering into a traceable sequence of table extraction, natural-language reasoning, code generation, execution, and explanation.

  4. What to Keep and What to Drop: Adaptive Table Filtering Framework

    cs.CL 2025-06 conditional novelty 5.0 of 10

    ATF prunes table columns and rows with LLM scoring plus retrieval, cutting cells by about 70% and improving out-of-domain TableQA accuracy, while hurting in-domain QA and fact verification.

  5. Beyond Natural Language Plans: Structure-Aware Planning for Query-Focused Table Summarization

    cs.CL 2025-07 conditional novelty 4.0 of 10

    SPaGe uses structured TaSoF plans and graph-parallel SQL execution to improve query-focused table summarization, outperforming most prior models on FeTaQA, QTSumm, and QFMTS datasets.

  6. LLM Inference Enhanced by External Knowledge: A Survey

    cs.CL 2025-05 conditional novelty 2.0 of 10

    A survey of methods that enhance LLM inference by integrating external structured knowledge from tables and knowledge graphs.

Pith tools