paper-with-me

Papers

Superficial Self-Improved Reasoners Benefit from Model Merging

2025-03-03 · Xiangchi Yuan, Chunhui Zhang, Zheyuan Liu, Dachuan Shi, Soroush Vosoughi, Wenke Lee

As scaled language models (LMs) approach human-level reasoning capabilities, self-improvement emerges as a solution to synthesizing high-quality data corpus. While previous research has identified model collapse as a risk in self-improvement, where model outputs become increasingly deterministic, we discover a more fundamental challenge: the superficial self-improved reasoners phenomenon. In particular, our analysis reveals that even when LMs show improved in-domain (ID) reasoning accuracy, they actually compromise their generalized reasoning capabilities on out-of-domain (OOD) tasks due to memorization rather than genuine. Through a systematic investigation of LM architecture, we discover that during self-improvement, LM weight updates are concentrated in less reasoning-critical layers, leading to superficial learning. To address this, we propose Iterative Model Merging (IMM), a method that strategically combines weights from original and self-improved models to preserve generalization while incorporating genuine reasoning improvements. Our approach effectively mitigates both LM collapse and superficial learning, moving towards more stable self-improving systems.

📄 PDF Abstract BibTeX arXiv:2503.02103

Code (0)

등록된 구현이 없습니다.

Tasks

Memorization

Similar Papers 제목 키워드 기반

Trust, But Verify: A Self-Verification Approach to Reinforcement Learning with Verifiable Rewards

2025-05-19 · Xiaoyuan Liu, Tian Liang, Zhiwei He, Jiahao Xu 외

Large Language Models (LLMs) show great promise in complex reasoning, with Reinforcement Learning with Verifiable Rewards (RLVR) being a key enhancement strategy. However, a prevalent issue is ``superficial self-reflecti…

Mathematical Reasoning

A Framework for Parallelizing OWL Classification in Description Logic Reasoners

2019-06-18 · Zixi Quan, Volker Haarslev

In this paper we report on a black-box approach to parallelize existing description logic (DL) reasoners for the Web Ontology Language (OWL). We focus on OWL ontology classification, which is an important inference servi…

ClassificationGeneral Classification

ViGoR-Bench: How Far Are Visual Generative Models From Zero-Shot Visual Reasoners?

2026-03-26 · Haonan Han, Jiancheng Huang, Xiaopeng Sun, Junyan He 외 arxiv

Beneath the stunning visual fidelity of modern AIGC models lies a "logical desert", where systems fail tasks that require physical, causal, or complex spatial reasoning. Current evaluations largely rely on superficial me…

Spatial Reasoning

Seirênes: Adversarial Self-Play with Evolving Distractions for LLM Reasoning

2026-05-12 · Chi Zhang, Haibo Qiu, Qiming Zhang, Yufei Xu 외 arxiv

We present Seirênes, a self-play RL framework that transforms contextual interference from a failure mode of LLM reasoning into an internal training signal for co-evolving more resilient reasoners. While RL with verifiab…

Mathematical Reasoning

Learning to Learn to be Right for the Right Reasons

2021-04-23 · NAACL 2021 4 · Pride Kavumba, Benjamin Heinzerling, Ana Brassard, Kentaro Inui

Improving model generalization on held-out data is one of the core objectives in commonsense reasoning. Recent work has shown that models trained on the dataset with superficial cues tend to perform well on the easy test…

Meta-Learning