paper-with-me

홈 › Papers

Learning from Synthetic Data Improves Multi-hop Reasoning

2026-03-02 · Anmol Kabra, Yilun Yin, Albert Gong, Kamilė Stankevičiūtė, Dongyoung Go, Johann Lee, Katie Z. Luo, Carla P. Gomes, Kilian Q. Weinberger arxiv

Reinforcement Learning (RL) has been shown to significantly boost reasoning capabilities of large language models (LLMs) in math, coding, and multi-hop reasoning tasks. However, RL fine-tuning requires abundant high-quality verifiable data, often sourced from human annotations, generated from frontier LLMs, or scored by LLM-based verifiers. All three have considerable limitations: human-annotated datasets are small and expensive to curate, LLM-generated data is hallucination-prone and costly, and LLM-based verifiers are inaccurate and slow. In this work, we investigate a cheaper alternative: RL fine-tuning on rule-generated synthetic data for multi-hop reasoning tasks. We discover that LLMs fine-tuned on synthetic data perform significantly better on popular real-world question-answering benchmarks, despite the synthetic data containing only fictional knowledge. On stratifying performance by question difficulty, we find that synthetic data teaches LLMs to compose knowledge -- a fundamental and generalizable reasoning skill. Our work highlights rule-generated synthetic reasoning data as a free and scalable resource to improve LLM reasoning capabilities.

📄 PDF Abstract BibTeX arXiv:2603.02091

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Enhancing Compositional Reasoning in Vision-Language Models with Synthetic Preference Data

2025-04-07 · Samarth Mishra, Kate Saenko, Venkatesh Saligrama

Compositionality, or correctly recognizing scenes as compositions of atomic visual concepts, remains difficult for multimodal large language models (MLLMs). Even state of the art MLLMs such as GPT-4o can make mistakes in…

Question AnsweringVisual Question Answering

Source2Synth: Synthetic Data Generation and Curation Grounded in Real Data Sources

2024-09-12 · Alisia Lupidi, Carlos Gemmell, Nicola Cancedda, Jane Dwivedi-Yu 외

Large Language Models still struggle in challenging scenarios that leverage structured data, complex reasoning, or tool usage. In this paper, we propose Source2Synth: a new method that can be used for teaching LLMs new s…

Multi-hop Question AnsweringQuestion AnsweringSynthetic Data Generation

MIND: Math Informed syNthetic Dialogues for Pretraining LLMs

2024-10-15 · Syeda Nahida Akter, Shrimai Prabhumoye, John Kamalu, Sanjeev Satheesh 외

The utility of synthetic data to enhance pretraining data quality and hence to improve downstream task accuracy has been widely explored in recent large language models (LLMs). Yet, these approaches fall inadequate in co…

GSM8KMathMathematical ReasoningMMLU

SPHINX: A Synthetic Environment for Visual Perception and Reasoning

2025-11-25 · Md Tanvirul Alam, Saksham Aggarwal, Justin Yang Chae, Nidhi Rastogi arxiv

We present Sphinx, a synthetic environment for visual perception and reasoning that targets core cognitive primitives. Sphinx procedurally generates puzzles using motifs, tiles, charts, icons, and geometric primitives, e…

Reinforcement LearningMultimodal ReasoningSymmetry DetectionSpatial Reasoning

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

2025-04-07 · Anna Goldie, Azalia Mirhoseini, Hao Zhou, Irene Cai 외

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 reasonin…

GSM8KMathMathematical ReasoningQuestion Answering+4