paper-with-me

홈 › Papers

Large Language Models Are Reasoning Teachers

2022-12-20 · Namgyu Ho, Laura Schmid, Se-Young Yun

Recent works have shown that chain-of-thought (CoT) prompting can elicit language models to solve complex reasoning tasks, step-by-step. However, prompt-based CoT methods are dependent on very large models such as GPT-3 175B which are prohibitive to deploy at scale. In this paper, we use these large models as reasoning teachers to enable complex reasoning in smaller models and reduce model size requirements by several orders of magnitude. We propose Fine-tune-CoT, a method that generates reasoning samples from very large teacher models to fine-tune smaller models. We evaluate our method on a wide range of public models and complex tasks. We find that Fine-tune-CoT enables substantial reasoning capability in small models, far outperforming prompt-based baselines and even the teacher model in many tasks. Additionally, we extend our method by leveraging the teacher model's ability to generate multiple distinct rationales for each original sample. Enriching the fine-tuning data with such diverse reasoning results in a substantial performance boost across datasets, even for very small models. We conduct ablations and sample studies to understand the emergence of reasoning capabilities of student models. Our code implementation and data are available at https://github.com/itsnamgyu/reasoning-teacher.

📄 PDF Abstract BibTeX arXiv:2212.10071

Code (1)

itsnamgyu/reasoning-teacher 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
Multi-Head Attention 설명 없음
Attention 설명 없음
Weight Decay 설명 없음
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Automatically Inferring Teachers' Geometric Content Knowledge: A Skills Based Approach

2026-04-15 · Ziv Fenigstein, Kobi Gal, Avi Segal, Osama Swidan 외 arxiv

Assessing teachers' geometric content knowledge is essential for geometry instructional quality and student learning, but difficult to scale. The Van Hiele model characterizes geometric reasoning through five hierarchica…

Multi-Task Learning

Learning from Committee: Reasoning Distillation from a Mixture of Teachers with Peer-Review

2024-10-04 · Zhuochun Li, Yuelyu Ji, Rui Meng, Daqing He

While reasoning capabilities typically emerge in large language models (LLMs) with tens of billions of parameters, recent research focuses on improving smaller open-source models through knowledge distillation (KD) from …

Knowledge DistillationLogical Reasoning

Reinforcement Learning Teachers of Test Time Scaling

2025-06-10 · Edoardo Cetin, Tianyu Zhao, Yujin Tang

Training reasoning language models (LMs) with reinforcement learning (RL) for one-hot correctness inherently relies on the LM being able to explore and solve its task with some chance at initialization. Furthermore, a ke…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

H-OPD: Confidence Aware Heterogeneous Multi-Teacher Multimodal On-policy Distillation

2026-07-01 · Qixiang Yin, Huanjin Yao, Yuchen Cai, Jianghao Chen 외 arxiv

On-policy distillation (OPD) has recently emerged as an effective post-training paradigm by providing supervision on student-generated trajectories. However, existing OPD methods for multimodal reasoning usually rely on …

Multimodal ReasoningVisual Grounding

Stepwise Verification and Remediation of Student Reasoning Errors with Large Language Model Tutors

2024-07-12 · Nico Daheim, Jakub Macina, Manu Kapur, Iryna Gurevych 외

Large language models (LLMs) present an opportunity to scale high-quality personalized education to all. A promising approach towards this means is to build dialog tutoring models that scaffold students' problem-solving.…

Language ModelingLanguage ModellingLarge Language ModelMath+1