paper-with-me

Papers

Alice: Proactive Learning with Teacher's Demonstrations for Weak-to-Strong Generalization

2025-04-09 · Shujin Wu, Cheng Qian, Yi R., Fung, Paul Pu Liang, Heng Ji

The growing capabilities of large language models (LLMs) present a key challenge of maintaining effective human oversight. Weak-to-strong generalization (W2SG) offers a promising framework for supervising increasingly capable LLMs using weaker ones. Traditional W2SG methods rely on passive learning, where a weak teacher provides noisy demonstrations to train a strong student. This hinders students from employing their knowledge during training and reaching their full potential. In this work, we introduce Alice (pro{A}ctive {l}earning w{i}th tea{c}her's D{e}monstrations), a framework that leverages complementary knowledge between teacher and student to enhance the learning process.We probe the knowledge base of the teacher model by eliciting their uncertainty, and then use these insights together with teachers' responses as demonstrations to guide student models in self-generating improved responses for supervision. In addition, for situations with significant capability gaps between teacher and student models, we introduce cascade Alice, which employs a hierarchical training approach where weak teachers initially supervise intermediate models, who then guide stronger models in sequence. Experimental results demonstrate that our method significantly enhances the W2SG performance, yielding substantial improvements in three key tasks compared to the original W2SG: knowledge-based reasoning (+4.0%), mathematical reasoning (+22.62%), and logical reasoning (+12.11%). This highlights the effectiveness of our new W2SG paradigm that enables more robust knowledge transfer and supervision outcome.

📄 PDF Abstract BibTeX arXiv:2504.07316

Code (1)

ShujinWu-0814/Alice 공식 구현 pytorch

Tasks

Logical ReasoningMathematical ReasoningTransfer Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Alice v1: Distillation-Enhanced Video Generation Surpassing Closed-Source Models

2026-04-27 · Wang Xiaoyu, Phong Nguyen, Chen Zhao arxiv

Wepresent Alice v1, a 14-billion parameter open-source video generation model that achieves state-of-the-art quality through consistency distillation with score regularization (rCM). Contrary to conventional distillation…

Video Generation

Weak-to-Strong Generalization Even in Random Feature Networks, Provably

2025-03-04 · Marko Medvedev, Kaifeng Lyu, Dingli Yu, Sanjeev Arora 외

Weak-to-Strong Generalization (Burns et al., 2024) is the phenomenon whereby a strong student, say GPT-4, learns a task from a weak teacher, say GPT-2, and ends up significantly outperforming the teacher. We show that th…

ALICE: Learning a General-Purpose Pathology Foundation Model from Vision, Vision-Language, and Slide-Level Experts

2026-07-10 · Jiawen Li, Tian Guan, Huijuan Shi, Xitong Ling 외 arxiv

Foundation models are reshaping computational pathology, yet their capabilities remain shaped by pretraining objectives, data sources, and spatial scales, fragmenting complementary expertise across separate backbones. He…

Learning Online from Corrective Feedback: A Meta-Algorithm for Robotics

2021-04-02 · Matthew Schmittle, Sanjiban Choudhury, Siddhartha S. Srinivasa

A key challenge in Imitation Learning (IL) is that optimal state actions demonstrations are difficult for the teacher to provide. For example in robotics, providing kinesthetic demonstrations on a robotic manipulator req…

DiversityImitation Learning

MACPO: Weak-to-Strong Alignment via Multi-Agent Contrastive Preference Optimization

2024-10-10 · Yougang Lyu, Lingyong Yan, Zihan Wang, Dawei Yin 외

As large language models (LLMs) are rapidly advancing and achieving near-human capabilities, aligning them with human values is becoming more urgent. In scenarios where LLMs outperform humans, we face a weak-to-strong al…