PulseAugur
实时 13:44:07

TaNOS framework boosts numerical reasoning in tables, outperforming GPT-5

Researchers have developed TaNOS, a new framework designed to improve numerical reasoning in AI models when dealing with tabular data. This approach uses anonymized headers, operation sketches for structural cues, and self-supervised pre-training to create reliable program-question pairs. By separating domain semantics from numerical operations, TaNOS enhances the transferability of reasoning capabilities, significantly outperforming standard supervised fine-tuning methods and even proprietary models like GPT-5 and Gemini-2.5-Pro on benchmarks such as FinQA, especially in domain-shift scenarios. AI

影响 Enhances AI model robustness for numerical reasoning on diverse tabular datasets, potentially improving applications in finance and data analysis.

排序理由 This is a research paper detailing a new framework for improving AI model performance on a specific task.

在 arXiv cs.CL 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

TaNOS framework boosts numerical reasoning in tables, outperforming GPT-5

报道来源 [1]

  1. arXiv cs.CL TIER_1 English(EN) · Jay-Yoon Lee ·

    Generalizing Numerical Reasoning in Table Data through Operation Sketches and Self-Supervised Learning

    Numerical reasoning over expert-domain tables often exhibits high in-domain accuracy but limited robustness to domain shift. Models trained with supervised fine-tuning (SFT) on specific datasets tend to rely on header-operation shortcuts rather than structural reasoning. We intro…