paper-with-me

Papers

SKIP: a Self-knowledge-guided Step-wise Preference Learning Framework for Concise Reasoning

2026-09-15 · Qinhong Lin, Yuhao Zhang, Yinglun Feng, Zhongliang Yang, Linna Zhou arxiv

While Chain-of-Thought (CoT) reasoning has been proven to be effective, it often leads to overthinking, resulting in computational overhead, inference latency, and even degraded performance in large language models (LLMs). Existing concise reasoning frameworks significantly compromise accuracy while compressing the length of output. In this paper, we propose SKIP, a self-knowledge-guided step-wise preference learning framework. Starting with lightweight fine-tuning to adjust the model's output style, SKIP introduces a carefully designed knowledge probing mechanism to guide model to output an answer at each reasoning step. Based on the correctness of intermediate steps, we construct preference data that guide the model toward more efficient and correct reasoning by leveraging DPO. Experimental results demonstrate that our method effectively improves reasoning compression while mitigating performance degradation after fine-tuning. Besides, SKIP shows strong generalization ability on out-of-distribution datasets. We further conducted ablation studies on the component parameters of our framework.

📄 PDF Abstract BibTeX arXiv:2609.17019

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Shortcutting Pre-trained Flow Matching Diffusion Models is Almost Free Lunch

2025-10-15 · Xu Cai, Yang Wu, Qianli Chen, Haoran Wu 외 arxiv

We present an ultra-efficient post-training method for shortcutting large-scale pre-trained flow matching diffusion models into efficient few-step samplers, enabled by novel velocity field self-distillation. While shortc…

PreciseCache: Precise Feature Caching for Efficient and High-fidelity Video Generation

2026-03-01 · Jiangshan Wang, Kang Zhao, Jiayi Guo, Jiayu Wang 외 arxiv

High computational costs and slow inference hinder the practical application of video generation models. While prior works accelerate the generation process through feature caching, they often suffer from notable quality…

Video Generation

Avoiding Knowledge Edit Skipping in Multi-hop Question Answering with Guided Decomposition

2025-09-09 · Yi Liu, Xiangrong Zhu, Xiangyu Liu, Wei Wei 외 arxiv

In a rapidly evolving world where information updates swiftly, knowledge in large language models (LLMs) becomes outdated quickly. Retraining LLMs is not a cost-effective option, making knowledge editing (KE) without mod…

Multi-hop Question Answeringknowledge editing

CoReDiT: Spatial Coherence-Guided Token Pruning and Reconstruction for Efficient Diffusion Transformers

2026-05-13 · Zhuojin Li, Hsin-Pai Cheng, Hong Cai, Shizhong Han 외 arxiv

Diffusion Transformers (DiTs) deliver remarkable image and video generation quality but incur high computational cost, limiting scalability and on-device deployment. We introduce CoReDiT, a structured token pruning frame…

Video Generation

Look Less, Reason More: Block-wise Attention Skipping for Efficient Multimodal LLMs

2026-06-07 · Jie Ma, Zhike Qiu, Jiayi Ji, Xiaoshuai Sun 외 arxiv

Multimodal Large Language Models (MLLMs) face a significant inference bottleneck due to the quadratic computational cost of self-attention over long visual token sequences. However, we identify a critical inefficiency in…