paper-with-me

Papers

Reasoning with Reinforced Functional Token Tuning

2025-02-19 · Kongcheng Zhang, Qi Yao, Baisheng Lai, Jiaxing Huang, Wenkai Fang, DaCheng Tao, Mingli Song, Shunyu Liu

In this work, we propose Reinforced Functional Token Tuning (RFTT), a novel reinforced fine-tuning framework that empowers Large Language Models (LLMs) with self-play learn-to-reason capabilities. Unlike prior prompt-driven reasoning efforts, RFTT embeds a rich set of learnable functional tokens (e.g., <analyze>, <verify>, <refine>) directly into the model vocabulary, enabling chain-of-thought construction with diverse human-like reasoning behaviors. Specifically, RFTT comprises two phases: (1) supervised fine-tuning performs prompt-driven tree search to obtain self-generated training data annotated with functional tokens, which warms up the model to learn these tokens for reasoning; and (2) online reinforcement learning further allows the model to explore different reasoning pathways through functional token sampling without relying on prompts, thereby facilitating effective self-improvement for functional reasoning. Extensive experiments demonstrate the superiority of the proposed RFTT on mathematical benchmarks, significantly boosting Qwen-2.5-7B-Instruct (70.6% to 79.8%) and LLaMA-3.1-8B-Instruct (32.2% to 60.2%) on the MATH dataset. Moreover, the performance of RFTT consistently improves with more search rollouts at inference time. Our code is available at https://github.com/sastpg/RFTT.

📄 PDF Abstract BibTeX arXiv:2502.13389

Code (1)

sastpg/rftt 공식 구현 pytorch

Tasks

Math

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Optimizing Case-Based Reasoning System for Functional Test Script Generation with Large Language Models

2025-03-26 · Siyuan Guo, Huiwu Liu, Xiaolong Chen, Yuming Xie 외

In this work, we explore the potential of large language models (LLMs) for generating functional test scripts, which necessitates understanding the dynamically evolving code structure of the target software. To achieve t…

RerankingScript Generation

Enhancing Large Language Model Reasoning via Selective Critical Token Fine-Tuning

2025-10-13 · Zhiwen Ruan, Yixia Li, He Zhu, Yun Chen 외 arxiv

Large language models (LLMs) primarily rely on supervised fine-tuning (SFT) as a key method to adapt pre-trained models to domain-specific tasks such as mathematical reasoning. However, standard SFT uniformly penalizes a…

Reinforcement LearningMathematical Reasoning

Nemotron-Research-Tool-N1: Exploring Tool-Using Language Models with Reinforced Reasoning

2025-04-25 · Shaokun Zhang, Yi Dong, Jieyu Zhang, Jan Kautz 외

Enabling large language models with external tools has become a pivotal strategy for extending their functionality beyond text space. To enhance LLMs' tool-calling abilities, previous approaches primarily rely on supervi…

reinforcement-learningReinforcement Learning

Reinforced Context Order Recovery for Adaptive Reasoning and Planning

2025-08-18 · Long Ma, Fangwei Zhong, Yizhou Wang arxiv

Modern causal language models, followed by rapid developments in discrete diffusion models, can now produce a wide variety of interesting and useful content. However, these families of models are predominantly trained to…

PRPO: Perception-Reinforced Policy Optimization via Token-Level Dynamic Advantage Reshaping

2026-06-07 · Qiming Li, Tianlun Li, Xiaolong Cheng, Hangyu Li 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has become an effective paradigm for improving the reasoning capability of Large Vision-Language Models (LVLMs). However, existing RLVR methods primarily rely on traj…

Reinforcement LearningMultimodal Reasoning