paper-with-me

Papers

Mentor-KD: Making Small Language Models Better Multi-step Reasoners

2024-10-11 · Hojae Lee, Junho Kim, SangKeun Lee

Large Language Models (LLMs) have displayed remarkable performances across various complex tasks by leveraging Chain-of-Thought (CoT) prompting. Recently, studies have proposed a Knowledge Distillation (KD) approach, reasoning distillation, which transfers such reasoning ability of LLMs through fine-tuning language models of multi-step rationales generated by LLM teachers. However, they have inadequately considered two challenges regarding insufficient distillation sets from the LLM teacher model, in terms of 1) data quality and 2) soft label provision. In this paper, we propose Mentor-KD, which effectively distills the multi-step reasoning capability of LLMs to smaller LMs while addressing the aforementioned challenges. Specifically, we exploit a mentor, intermediate-sized task-specific fine-tuned model, to augment additional CoT annotations and provide soft labels for the student model during reasoning distillation. We conduct extensive experiments and confirm Mentor-KD's effectiveness across various models and complex reasoning tasks.

📄 PDF Abstract BibTeX arXiv:2410.09037

Code (1)

2hojae/mentor-kd 공식 구현 pytorch

Tasks

Knowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

MentorCollab: Selective Large-to-Small Inference-Time Guidance for Efficient Reasoning

2026-02-05 · Haojin Wang, Yike Wang, Shangbin Feng, Hannaneh Hajishirzi 외 arxiv

Large reasoning models (LRMs) achieve strong performance by producing long chains of thought, but their inference costs are high and often generate redundant reasoning. Small language models (SLMs) are far more efficient…

General Knowledge

MENTOR: Guiding Hierarchical Reinforcement Learning with Human Feedback and Dynamic Distance Constraint

2024-02-22 · Xinglin Zhou, Yifu Yuan, Shaofu Yang, Jianye Hao

Hierarchical reinforcement learning (HRL) provides a promising solution for complex tasks with sparse rewards of intelligent agents, which uses a hierarchical framework that divides tasks into subgoals and completes them…

Hierarchical Reinforcement Learningreinforcement-learningReinforcement Learning

MENTOR: Reinforcement Learning via Flexible Teacher-Optimized Rewards for Tool-Use Distillation

2025-10-21 · ChangSu Choi, Hoyun Song, Dongyeon Kim, WooHyeon Jung 외 arxiv

Distilling the tool-use capabilities of large language models (LLMs) into small language models (SLMs) is essential for their practical application. The predominant approach, supervised fine-tuning (SFT), is an off-polic…

Reinforcement Learning

Beyond Factual QA: Mentorship-Oriented Question Answering over Long-Form Multilingual Content

2026-01-23 · Parth Bhalerao, Diola Dsouza, Ruiwen Guan, Oana Ignat arxiv

Question answering systems are typically evaluated on factual correctness, yet many real-world applications-such as education and career guidance-require mentorship: responses that provide reflection and guidance. Existi…

Question Answering

AI That Helps Us Help Each Other: A Proactive System for Scaffolding Mentor-Novice Collaboration in Entrepreneurship Coaching

2025-08-14 · Evey Jiaxin Huang, Matthew Easterday, Elizabeth Gerber arxiv

Entrepreneurship requires navigating open-ended, ill-defined problems: identifying risks, challenging assumptions, and making strategic decisions under deep uncertainty. Novice founders often struggle with these metacogn…