paper-with-me

Papers

From Implicit to Explicit: Token-Efficient Logical Supervision for Mathematical Reasoning in LLMs

2026-01-07 · Shaojie Wang, Liang Zhang arxiv

Recent studies reveal that large language models (LLMs) exhibit limited logical reasoning abilities in mathematical problem-solving, instead often relying on pattern-matching and memorization. We systematically analyze this limitation, focusing on logical relationship understanding, which is a core capability underlying genuine logical reasoning, and reveal that errors related to this capability account for over 90\% of incorrect predictions, with Chain-of-Thought Supervised Fine-Tuning (CoT-SFT) failing to substantially reduce these errors. To address this bottleneck, we propose First-Step Logical Reasoning (FSLR), a lightweight training framework targeting logical relationship understanding. Our key insight is that the first planning step-identifying which variables to use and which operation to apply-encourages the model to derive logical relationships directly from the problem statement. By training models on this isolated step, FSLR provides explicit supervision for logical relationship understanding, unlike CoT-SFT which implicitly embeds such relationships within complete solution trajectories. Extensive experiments across multiple models and datasets demonstrate that FSLR consistently outperforms CoT-SFT under both in-distribution and out-of-distribution settings, with average improvements of 3.2\% and 4.6\%, respectively. Moreover, FSLR achieves 4-6x faster training and reduces training token consumption by over 80\%.

📄 PDF Abstract BibTeX arXiv:2601.03682

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningLogical Reasoning

Similar Papers 제목 키워드 기반

SIM-CoT: Supervised Implicit Chain-of-Thought

2025-09-24 · Xilin Wei, Xiaoran Liu, Yuhang Zang, Xiaoyi Dong 외 arxiv

Implicit Chain-of-Thought (CoT) methods offer a token-efficient alternative to explicit CoT reasoning in Large Language Models (LLMs), but a persistent performance gap has limited their adoption. We identify a core laten…

CIRF: Tokenizing Chain-of-Thoughts into Reusable Functional Units for Efficient Latent Reasoning in Large Language Models

2026-05-27 · Yukyung Lee, Yumeng Shen, Jinhyeong Park, Hyein Yang 외 arxiv

Implicit Chain-of-Thought (CoT) reduces the inference cost of large language models by internalizing the explicit rationales. However, existing approaches typically lack alignment with explicit rationales and adaptivity …

SimCT: Recovering Lost Supervision for Cross-Tokenizer On-Policy Distillation

2026-05-08 · Jie Sun, Mao Zheng, Mingyang Song, Qiyong Zhong 외 arxiv

On-policy distillation (OPD) is a standard tool for transferring teacher behavior to a smaller student, but it implicitly assumes that teacher and student predictions are comparable token by token, an assumption that fai…

Mathematical Reasoning

Batched Contextual Reinforcement: A Task-Scaling Law for Efficient Reasoning

2026-04-02 · Bangji Yang, Hongbo Ma, Jiajun Fan, Ge Liu arxiv

Large Language Models employing Chain-of-Thought reasoning achieve strong performance but suffer from excessive token consumption that inflates inference costs. Existing efficiency methods such as explicit length penalti…

Neural Implicit Action Fields: From Discrete Waypoints to Continuous Functions for Vision-Language-Action Models

2026-03-02 · Haoyun Liu, Jianzhuang Zhao, Xinyuan Chang, Tianle Shi 외 arxiv

Despite the rapid progress of vision-language-action (VLA) models, the prevailing practice of predicting action chunks as discrete waypoints remains structurally misaligned with the intrinsic continuity of physical motio…