AS-ES Learning: Towards Efficient CoT Learning in Small Models
Nuwa Xi, Yuhan Chen, Sendong Zhao, Haochun Wang, Bing Qin, Ting Liu
TL;DR
This work tackles the challenge of teaching chain-of-thought reasoning to small models without relying on costly data augmentation from LLMs. It introduces AS-ES learning, which decomposes CoT into Extractive Segments and Abstractive Segments and supports iterative generation via either dual-path (DS M) or unified-path (USM) training. The approach demonstrates data-efficient improvements on Math Word Problems and PET report summarization, offering explanations for when segmentation strategies and model sizes help or hinder performance. The findings suggest that small models’ CoT limitations stem more from data utilization paradigms than intrinsic capacity, with AS-ES providing a principled mechanism to exploit CoT information more effectively. This work has practical impact for deploying reasoning-capable models in resource-constrained settings and offers a foundation for further theoretical and empirical exploration of CoT dynamics.
Abstract
Chain-of-Thought (CoT) serves as a critical emerging ability in LLMs, especially when it comes to logical reasoning. Attempts have been made to induce such ability in small models as well by distilling from the data with CoT generated by Large Language Models (LLMs). However, existing methods often simply generate and incorporate more data from LLMs and fail to note the importance of efficiently utilizing existing CoT data. We here propose a new training paradigm AS-ES (Abstractive Segments - Extractive Segments) learning, which exploits the inherent information in CoT for iterative generation. Experiments show that our methods surpass the direct seq2seq training on CoT-extensive tasks like MWP and PET summarization, without data augmentation or altering the model itself. Furthermore, we explore the reason behind the inefficiency of small models in learning CoT and provide an explanation of why AS-ES learning works, giving insights into the underlying mechanism of CoT.
