paper-with-me

Papers

Synthetic Data Generation & Multi-Step RL for Reasoning & Tool Use

2025-04-07 · Anna Goldie, Azalia Mirhoseini, Hao Zhou, Irene Cai, Christopher D. Manning

Reinforcement learning has been shown to improve the performance of large language models. However, traditional approaches like RLHF or RLAIF treat the problem as single-step. As focus shifts toward more complex reasoning and agentic tasks, language models must take multiple steps of text generation, reasoning and environment interaction before generating a solution. We propose a synthetic data generation and RL methodology targeting multi-step optimization scenarios. This approach, called Step-Wise Reinforcement Learning (SWiRL), iteratively generates multi-step reasoning and tool use data, and then learns from that data. It employs a simple step-wise decomposition that breaks each multi-step trajectory into multiple sub-trajectories corresponding to each action by the original model. It then applies synthetic data filtering and RL optimization on these sub-trajectories. We evaluated SWiRL on a number of multi-step tool use, question answering, and mathematical reasoning tasks. Our experiments show that SWiRL outperforms baseline approaches by 21.5%, 12.3%, 14.8%, 11.1%, and 15.3% in relative accuracy on GSM8K, HotPotQA, CofCA, MuSiQue, and BeerQA, respectively. Excitingly, the approach exhibits generalization across tasks: for example, training only on HotPotQA (text question-answering) improves zero-shot performance on GSM8K (a math dataset) by a relative 16.9%.

📄 PDF Abstract BibTeX arXiv:2504.04736

Code (0)

등록된 구현이 없습니다.

Tasks

GSM8KMathMathematical ReasoningQuestion Answeringreinforcement-learningReinforcement LearningSynthetic Data GenerationText Generation

Methods 이 논문이 사용한 방법론

RLAIF 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

ORACLE: Optimizing Reasoning Abilities of Large Language Models via Constraint-Led Synthetic Data Elicitation

2026-03-22 · Zhuojie Yang, Wentao Wan, Keze Wang arxiv

Training large language models (LLMs) with synthetic reasoning data has become a popular approach to enhancing their reasoning capabilities, while a key factor influencing the effectiveness of this paradigm is the qualit…

Increasing LLM Coding Capabilities through Diverse Synthetic Coding Tasks

2025-10-27 · Amal Abed, Ivan Lukic, Jörg K. H. Franke, Frank Hutter arxiv

Large language models (LLMs) have shown impressive promise in code generation, yet their progress remains limited by the shortage of large-scale datasets that are both diverse and well-aligned with human reasoning. Most …

Synthetic Data GenerationCode Generation

Synthesize Step-by-Step: Tools Templates and LLMs as Data Generators for Reasoning-Based Chart VQA

2024-01-01 · CVPR 2024 1 · Zhuowan Li, Bhavan Jasani, Peng Tang, Shabnam Ghadar

Understanding data visualizations like charts and plots requires reasoning about both visual elements and numerics. Although strong in extractive questions current chart visual question answering (chart VQA) models s…

Chart Question AnsweringData AugmentationQuestion AnsweringVisual Question Answering+1

Synthesize Step-by-Step: Tools, Templates and LLMs as Data Generators for Reasoning-Based Chart VQA

2024-03-25 · Zhuowan Li, Bhavan Jasani, Peng Tang, Shabnam Ghadar

Understanding data visualizations like charts and plots requires reasoning about both visual elements and numerics. Although strong in extractive questions, current chart visual question answering (chart VQA) models suff…

Chart Question AnsweringData AugmentationQuestion AnsweringVisual Question Answering+1

L0-Reasoning Bench: Evaluating Procedural Correctness in Language Models via Simple Program Execution

2025-03-28 · Simeng Sun, Cheng-Ping Hsieh, Faisal Ladhak, Erik Arakelyan 외

Complex reasoning tasks often rely on the ability to consistently and accurately apply simple rules across incremental steps, a foundational capability which we term "level-0" reasoning. To systematically evaluate this c…