paper-with-me

Papers

Why Do Reasoning Models Lose Coverage? The Role of Data and Forks in the Road

2026-05-16 · Ngoc-Hieu Nguyen, Parshin Shojaee, Phuc Minh Nguyen, Nan Zhang, Chandan K Reddy, Khoa D Doan, Rui Zhang arxiv

Recent progress in large language models has led to the emergence of reasoning models, which have shown strong performance on complex tasks through specialized fine-tuning procedures. While these methods reliably improve pass@1 accuracy, prior works have observed that they show a coverage shrinkage behavior, where pass@k degrades relative to the base model. In this paper, we investigate the reasoning shrinkage arise under SFT-based post-training. We hypothesize that this behavior is driven by properties of the fine-tuning data, specifically related to decision points or "forks in the road" scenarios where model faces indecipherable patterns with multiple valid reasoning paths. To test this hypothesis, we design controlled case studies that simulate such decision-point settings, spanning indecipherable nodes in graph branching, and reasoning modes. By tracking post-training dynamics in these settings, we find that the shrinkage phenomenon is tightly correlated with the prevalence of decision-point scenarios in the training data. We also demonstrate that this shrinkage behavior can be partially mitigated through targeted data synthesis design of decision-points, and a more systematic diversity-encouraging decoding mechanism. Our findings identify data-centric factors as a key driver of shrinkage in reasoning models and highlight diversity-aware designs as an effective lever for controlling it.

📄 PDF Abstract BibTeX arXiv:2605.17026

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Roles with Rails: Contract-Preserving Role Evolution in Multi-Agent Structured Reasoning

2026-05-27 · Ling-Yue Ge, Lan-Zhe Guo arxiv

Role-based LLM multi-agent systems need adaptive role pools, yet adapting such systems is not merely a matter of prompt optimization: roles often carry structural obligations, including capability coverage, message compa…

AgileLog: A Forkable Shared Log for Agents on Data Streams

2026-04-16 · Shreesha G. Bhat, Tony Hong, Michael Noguera, Ramnatthan Alagappan 외 arxiv

In modern data-streaming systems, alongside traditional programs, a new type of entity has emerged that can interact with streaming data: AI agents. Unlike traditional programs, AI agents use LLM reasoning to accomplish …

Towards a Change Taxonomy for Machine Learning Systems

2022-03-21 · Aaditya Bhatia, Ellis E. Eghan, Manel Grichi, William G. Cavanagh 외

Machine Learning (ML) research publications commonly provide open-source implementations on GitHub, allowing their audience to replicate, validate, or even extend machine learning algorithms, data sets, and metadata. How…

BIG-bench Machine Learning

Fast Second-Order Online Kernel Learning through Incremental Matrix Sketching and Decomposition

2024-10-15 · Dongxie Wen, Xiao Zhang, Zhewei Wei

Online Kernel Learning (OKL) has attracted considerable research interest due to its promising predictive performance in streaming environments. Second-order approaches are particularly appealing for OKL as they often of…

Recommendation Systems

Token-Efficient Data Reasoning Agents via Adaptive Structuring of Unstructured Data

2026-08-31 · Milad Rezaei Hajidehi, Qitong Wang, Stratos Idreos hf

Valuable data remains embedded in unstructured sources: web pages, reports, contracts, filings, earnings calls, and PDFs. The big bet in enterprise AI is deploying LLM agents that reason over this data to answer complex …