CLJul 3, 2024

ALTER: Augmentation for Large-Table-Based Reasoning

arXiv:2407.03061v116 citationsh-index: 3
Originality Incremental advance
AI Analysis

This addresses scalability issues in table-based reasoning for AI applications, representing an incremental improvement over existing methods.

The paper tackles the problem of scaling table-based reasoning with large language models to large tables, introducing the ALTER framework which uses query and table augmentation to achieve outstanding performance on benchmarks.

While extensive research has explored the use of large language models (LLMs) for table-based reasoning, most approaches struggle with scalability when applied to large tables. To maintain the superior comprehension abilities of LLMs in these scenarios, we introduce ALTER(Augmentation for Large-Table-Based Reasoning)-a framework designed to harness the latent augmentation potential in both free-form natural language (NL) questions, via the query augmentor, and semi-structured tabular data, through the table augmentor. By utilizing only a small subset of relevant data from the table and supplementing it with pre-augmented schema, semantic, and literal information, ALTER achieves outstanding performance on table-based reasoning benchmarks. We also provide a detailed analysis of large-table scenarios, comparing different methods and various partitioning principles. In these scenarios, our method outperforms all other approaches and exhibits robustness and efficiency against perturbations.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes