paper-with-me

Papers

FastMCTS: A Simple Sampling Strategy for Data Synthesis

2025-02-17 · Peiji Li, Kai Lv, Yunfan Shao, Yichuan Ma, Linyang Li, Xiaoqing Zheng, Xipeng Qiu, Qipeng Guo

Synthetic high-quality multi-step reasoning data can significantly enhance the performance of large language models on various tasks. However, most existing methods rely on rejection sampling, which generates trajectories independently and suffers from inefficiency and imbalanced sampling across problems of varying difficulty. In this work, we introduce FastMCTS, an innovative data synthesis strategy inspired by Monte Carlo Tree Search. FastMCTS provides a more efficient sampling method for multi-step reasoning data, offering step-level evaluation signals and promoting balanced sampling across problems of different difficulty levels. Experiments on both English and Chinese reasoning datasets demonstrate that FastMCTS generates over 30\% more correct reasoning paths compared to rejection sampling as the number of generated tokens scales up. Furthermore, under comparable synthetic data budgets, models trained on FastMCTS-generated data outperform those trained on rejection sampling data by 3.9\% across multiple benchmarks. As a lightweight sampling strategy, FastMCTS offers a practical and efficient alternative for synthesizing high-quality reasoning data. Our code will be released soon.

📄 PDF Abstract BibTeX arXiv:2502.11476

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Pretraining Strategies, Waveform Model Choice, and Acoustic Configurations for Multi-Speaker End-to-End Speech Synthesis

2020-11-10 · Erica Cooper, Xin Wang, Yi Zhao, Yusuke Yasuda 외

We explore pretraining strategies including choice of base corpus with the aim of choosing the best strategy for zero-shot multi-speaker end-to-end synthesis. We also examine choice of neural vocoder for waveform synthes…

Speech Synthesis

ECTSpeech: Enhancing Efficient Speech Synthesis via Easy Consistency Tuning

2025-10-07 · Tao Zhu, Yinfeng Yu, Liejun Wang, Fuchun Sun 외 arxiv

Diffusion models have demonstrated remarkable performance in speech synthesis, but typically require multi-step sampling, resulting in low inference efficiency. Recent studies address this issue by distilling diffusion m…

Speech Synthesis

Halton Scheduler For Masked Generative Image Transformer

2025-03-21 · Victor Besnier, Mickael Chen, David Hurych, Eduardo Valle 외

Masked Generative Image Transformers (MaskGIT) have emerged as a scalable and efficient image generation framework, able to deliver high-quality visuals with low inference costs. However, MaskGIT's token unmasking schedu…

Image GenerationText to Image GenerationText-to-Image Generation

Stable Virtual Camera: Generative View Synthesis with Diffusion Models

2025-03-18 · Jensen, Zhou, Hang Gao, Vikram Voleti 외

We present Stable Virtual Camera (Seva), a generalist diffusion model that creates novel views of a scene, given any number of input views and target cameras. Existing works struggle to generate either large viewpoint ch…

Benchmarking

TeEFusion: Blending Text Embeddings to Distill Classifier-Free Guidance

2025-07-24 · Minghao Fu, Guo-Hua Wang, Xiaohao Chen, Qing-Guo Chen 외 arxiv

Recent advances in text-to-image synthesis largely benefit from sophisticated sampling strategies and classifier-free guidance (CFG) to ensure high-quality generation. However, CFG's reliance on two forward passes, espec…