arXiv:2603.07528cs.CL2026-03被引 2

让表格推理更准确:通过感知不确定性提升大模型的逻辑与数值判断能力

TableMind++: An Uncertainty-Aware Programmatic Agent for Tool-Augmented Table Reasoning

  • 引入不确定性感知框架,动态修正推理过程中的错误计划与语法噪声
  • 在多个基准测试中超越基线模型,最高提升12.3%准确率
  • 适合需要高精度表格分析的应用,如金融、科研数据处理

表格推理要求模型同时具备语义理解与精确数值运算能力。现有方法多采用单轮推理,易受上下文溢出和数值敏感性弱的影响。为此,我们此前提出TableMind,一种基于微调的自主程序化代理,通过两阶段训练(监督微调与多视角奖励强化学习)实现规划、动作与反思的内化。然而,大模型固有的随机性仍导致幻觉问题。本文在此基础上提出TableMind++,引入新型不确定性感知推理框架以缓解幻觉:通过记忆引导的计划剪枝,利用历史轨迹验证并过滤逻辑错误的计划(应对认知不确定性);通过置信度驱动的动作精炼,监控词元级概率以检测并自纠正语法噪声(降低随机不确定性);最后采用双加权轨迹聚合,融合多条推理路径生成鲁棒共识。在多个基准测试上的实验证明,TableMind++持续优于先前基线及专有模型,验证了自主训练与不确定性量化结合的有效性。代码已开源。

原文摘要 · Abstract (English)

Table reasoning requires models to jointly perform semantic understanding and precise numerical operations. Most existing methods rely on a single-turn reasoning paradigm over tables which suffers from context overflow and weak numerical sensitivity. To address these limitations, we previously proposed TableMind as a tuning-based autonomous programmatic agent that simulates human-like interaction within a lightweight large language model (LLM). TableMind internalizes planning, action, and reflection through a two-stage training strategy involving supervised fine-tuning (SFT) on filtered high-quality data and reinforcement learning (RL) via a multi-perspective reward and the Rank-Aware Policy Optimization (RAPO) algorithm. While TableMind establishes a solid foundation for programmatic agents, the inherent stochasticity of LLMs remains a critical challenge that leads to hallucinations. In this paper, we extend this foundation to TableMind++ by introducing a novel uncertainty-aware inference framework to mitigate hallucinations. Specifically, we propose memory-guided plan pruning to retrieve historical trajectories for validating and filtering out logically flawed plans to address epistemic uncertainty. To ensure execution precision, we introduce confidence-based action refinement which monitors token-level probabilities to detect and self-correct syntactic noise for aleatoric uncertainty mitigation. Finally, we employ dual-weighted trajectory aggregation to synthesize a robust consensus from multiple reasoning paths. Extensive experiments on diverse benchmarks demonstrate that TableMind++ consistently outperforms previous baselines and proprietary models to validate the effectiveness of integrating autonomous training with uncertainty quantification. Our code is available.

表格推理大模型不确定性感知程序化代理

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。