arXiv:2602.22721cs.DBcs.CL2026-02被引 1

用单步生成取代多步数据处理,提升表格问答效率与成本效益

Replacing Multi-Step Assembly of Data Preparation Pipelines with One-Step LLM Pipeline Generation for Table QA

  • 通过强化学习训练轻量模型,单步生成高质量表格处理流程
  • 在两个基准数据集上准确率提升4.44%~8.83%,成本降低79%
  • 适合需要高效低耗表格问答的工业级应用

表格问答(TQA)旨在回答结构化表格上的自然语言问题。当前主流方法采用基于操作符的多步生成策略,依赖多次大模型调用,导致延迟高、计算成本大。本文提出Operation-R1框架,首次通过新型可验证奖励的强化学习,训练轻量级模型(如Qwen-4B/1.7B),在单次推理中生成高质量数据准备流程。为训练该模型,我们设计自监督奖励机制,自动获取细粒度的流程监督信号,并引入方差感知组重采样以缓解训练不稳定性。为进一步提升鲁棒性,提出操作合并机制(通过多候选共识过滤冗余操作)和自适应回滚机制(运行时防止数据转换中的信息丢失)。在两个基准数据集上的实验表明,相同模型基础上,Operation-R1相较多步基线平均准确率提升8.83和4.44个百分点,表格压缩率达79%,货币成本降低2.2倍。

原文摘要 · Abstract (English)

Table Question Answering (TQA) aims to answer natural language questions over structured tables. Large Language Models (LLMs) enable promising solutions to this problem, with operator-centric solutions that generate table manipulation pipelines in a multi-step manner offering state-of-the-art performance. However, these solutions rely on multiple LLM calls, resulting in prohibitive latencies and computational costs. We propose Operation-R1, the first framework that trains lightweight LLMs (e.g., Qwen-4B/1.7B) via a novel variant of reinforcement learning with verifiable rewards to produce high-quality data-preparation pipelines for TQA in a single inference step. To train such an LLM, we first introduce a self-supervised rewarding mechanism to automatically obtain fine-grained pipeline-wise supervision signals for LLM training. We also propose variance-aware group resampling to mitigate training instability. To further enhance robustness of pipeline generation, we develop two complementary mechanisms: operation merge, which filters spurious operations through multi-candidate consensus, and adaptive rollback, which offers runtime protection against information loss in data transformation. Experiments on two benchmark datasets show that, with the same LLM backbone, Operation-R1 achieves average absolute accuracy gains of 8.83 and 4.44 percentage points over multi-step preparation baselines, with 79\% table compression and a 2.2$\times$ reduction in monetary cost.

表格问答大模型流程生成效率优化

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