pith. sign in

arxiv: 2506.06137 · v1 · pith:P6JIRSUAnew · submitted 2025-06-06 · 💻 cs.LG · cs.CL

Table-r1: Self-supervised and Reinforcement Learning for Program-based Table Reasoning in Small Language Models

classification 💻 cs.LG cs.CL
keywords reasoningp-trslmstabletable-r1introduceslanguagelayout
0
0 comments X
read the original abstract

Table reasoning (TR) requires structured reasoning over semi-structured tabular data and remains challenging, particularly for small language models (SLMs, e.g., LLaMA-8B) due to their limited capacity compared to large LMs (LLMs, e.g., GPT-4o). To narrow this gap, we explore program-based TR (P-TR), which circumvents key limitations of text-based TR (T-TR), notably in numerical reasoning, by generating executable programs. However, applying P-TR to SLMs introduces two challenges: (i) vulnerability to heterogeneity in table layouts, and (ii) inconsistency in reasoning due to limited code generation capability. We propose Table-r1, a two-stage P-TR method designed for SLMs. Stage 1 introduces an innovative self-supervised learning task, Layout Transformation Inference, to improve tabular layout generalization from a programmatic view. Stage 2 adopts a mix-paradigm variant of Group Relative Policy Optimization, enhancing P-TR consistency while allowing dynamic fallback to T-TR when needed. Experiments on four TR benchmarks demonstrate that Table-r1 outperforms all SLM-based methods, achieving at least a 15% accuracy improvement over the base model (LLaMA-8B) across all datasets and reaching performance competitive with LLMs.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Rethinking Stepwise Model Routing: A Cost-Efficient Table Reasoning Perspective

    cs.CL 2026-05 unverdicted novelty 6.0

    EcoTab is a stepwise model routing framework that separately estimates uncertainties for table tokens and text tokens to improve cost-efficiency in table reasoning.

  2. Towards Robust Real-World Spreadsheet Understanding with Multi-Agent Multi-Format Reasoning

    cs.CL 2026-04 unverdicted novelty 6.0

    SpreadsheetAgent uses incremental multi-format reading, structural sketching, and verification to raise spreadsheet benchmark accuracy from 35.27% to 38.16%.