English

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

Computation and Language 2025-08-05 v3

Abstract

Large language models (LLMs) for table-based reasoning often struggle with large tables due to input length limits. We propose ATF (Adaptive Table Filtering Framework), a modular and question-aware filtering pipeline that prunes uninformative columns and rows using LLM-generated column descriptions, clustering, and sparse-dense alignment scores. ATF integrates seamlessly with existing models (e.g., TAPAS, TAPEX) without retraining. Experiments show that ATF reduces table cells by 70%, boosting performance on out-of-domain TableQA tasks while causing slight performance drops on Table Fact Verification, where full-table context is more critical. These results highlight ATF's ability to adaptively balance informativeness and minimalism across tasks. Our code available at: https://github.com/torijune/ATF-Adaptive-Table-Filtering-Framework

Keywords

Cite

@article{arxiv.2506.23463,
  title  = {What to Keep and What to Drop: Adaptive Table Filtering Framework},
  author = {WonJune Jang},
  journal= {arXiv preprint arXiv:2506.23463},
  year   = {2025}
}

Comments

26 pages, 9 figures

R2 v1 2026-07-01T03:38:51.807Z