paper-with-me

Papers

Learning to Adapt SFT Data for Better Reasoning Generalization

2026-05-26 · Lisong Sun, Li Wang, Chen Zhang, Jinyang Wu, Kui Zhang, Tianhao Peng, Wenjun Wu arxiv

Large language models (LLMs) have achieved remarkable progress, with post-training playing a crucial role in enhancing their reasoning capabilities. Among post-training paradigms, supervised fine-tuning (SFT) is widely used: it leverages external data to provide dense supervision and enables efficient training. However, directly fine-tuning on expert data can hurt generalization when the data distribution is mismatched with the target model's own distribution. In this work, we propose Data Adaptation for Reasoning Tuning (DART), which formulates the use of a fixed, potentially distributionally misaligned SFT dataset as an optimization problem over demonstration transformations. DART trains a mapper model with reinforcement learning to convert original SFT data into model-adapted supervision that better matches the target model's distribution and learning preferences. The transformed data are then used for SFT, allowing the target model to better exploit external supervision. Experiments across multiple models and datasets show that DART improves generalization, achieves higher training efficiency than direct RL, and helps models surpass standard SFT. Our code is available at https://anonymous.4open.science/r/DART525E50D.

📄 PDF Abstract BibTeX arXiv:2605.26924

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Exploring Strategies for Generalizable Commonsense Reasoning with Pre-trained Models

2021-09-07 · EMNLP 2021 11 · Kaixin Ma, Filip Ilievski, Jonathan Francis, Satoru Ozaki 외

Commonsense reasoning benchmarks have been largely solved by fine-tuning language models. The downside is that fine-tuning may cause models to overfit to task-specific data and thereby forget their knowledge gained durin…

Adaptive Reinforcement for Open-ended Medical Reasoning via Semantic-Guided Reward Collapse Mitigation

2025-08-18 · Yizhou Liu, Dingkang Yang, Zizhi Chen, Minghao Han 외 arxiv

Reinforcement learning (RL) with rule-based reward functions has recently shown great promise in enhancing the reasoning depth and generalization ability of vision-language models (VLMs), while maintaining computational …

Visual Question AnsweringComputational EfficiencyReinforcement LearningMultimodal Reasoning

HOFT: Householder Orthogonal Fine-tuning

2025-05-22 · Alejandro Moreno Arcas, Albert Sanchis, Jorge Civera, Alfons Juan

Adaptation of foundation models using low-rank methods is a widespread approach. Another way to adapt these models is to employ orthogonal fine-tuning methods, which are less time and memory efficient despite their good …

Machine TranslationMathematical Reasoning

Laying the Foundation First? Investigating the Generalization from Atomic Skills to Complex Reasoning Tasks

2024-03-14 · Yuncheng Huang, Qianyu He, Yipei Xu, Jiaqing Liang 외

Current language models have demonstrated their capability to develop basic reasoning, but struggle in more complicated reasoning tasks that require a combination of atomic skills, such as math word problem requiring ski…

MathSkill Generalization

Measuring Systematic Generalization in Neural Proof Generation with Transformers

2020-09-30 · NeurIPS 2020 12 · Nicolas Gontier, Koustuv Sinha, Siva Reddy, Christopher Pal

We are interested in understanding how well Transformer language models (TLMs) can perform reasoning tasks when trained on knowledge encoded in the form of natural language. We investigate their systematic generalization…

Automated Theorem ProvingLogical ReasoningSystematic Generalization