paper-with-me

홈 › Papers

Montessori-Instruct: Generate Influential Training Data Tailored for Student Learning

2024-10-18 · Xiaochuan Li, Zichun Yu, Chenyan Xiong

Synthetic data has been widely used to train large language models, but their generative nature inevitably introduces noisy, non-informative, and misleading learning signals. In this paper, we propose Montessori-Instruct, a novel data synthesis framework that tailors the data synthesis ability of the teacher language model toward the student language model's learning process. Specifically, we utilize local data influence of synthetic training data points on students to characterize students' learning preferences. Then, we train the teacher model with Direct Preference Optimization (DPO) to generate synthetic data tailored toward student learning preferences. Experiments with Llama3-8B-Instruct (teacher) and Llama3-8B (student) on Alpaca Eval and MT-Bench demonstrate that Montessori-Instruct significantly outperforms standard synthesis methods by 18.35\% and 46.24\% relatively. Our method also beats data synthesized by a stronger teacher model, GPT-4o. Further analysis confirms the benefits of teacher's learning to generate more influential training data in the student's improved learning, the advantages of local data influence in accurately measuring student preferences, and the robustness of Montessori-Instruct across different student models. Our code and data are open-sourced at https://github.com/cxcscmu/Montessori-Instruct.

📄 PDF Abstract BibTeX arXiv:2410.14208

Code (1)

cxcscmu/montessori-instruct 공식 구현 pytorch

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

GATEAU: Selecting Influential Samples for Long Context Alignment

2024-10-21 · Shuzheng Si, Haozhe Zhao, Gang Chen, Yunshui Li 외

Aligning large language models to handle instructions with extremely long contexts has yet to be fully investigated. Previous studies have attempted to scale up the available data volume by synthesizing long instruction-…

Instruction FollowingLong-Context Understanding

AtManRL: Towards Faithful Reasoning via Differentiable Attention Saliency

2026-04-17 · Max Henning Höth, Kristian Kersting, Björn Deiseroth, Letitia Parcalabescu arxiv

Large language models (LLMs) increasingly rely on chain-of-thought (CoT) reasoning to solve complex tasks. Yet ensuring that the reasoning trace both contributes to and faithfully reflects the processes underlying the mo…

Reinforcement Learning

Zeus: Zero-shot LLM Instruction for Union Segmentation in Multimodal Medical Imaging

2025-04-09 · Siyuan Dai, Kai Ye, Guodong Liu, Haoteng Tang 외

Medical image segmentation has achieved remarkable success through the continuous advancement of UNet-based and Transformer-based foundation backbones. However, clinical diagnosis in the real world often requires integra…

DiagnosticImage SegmentationMedical Image SegmentationSegmentation+1

Large Language Models Know What Makes Exemplary Contexts

2024-08-14 · Quanyu Long, Jianda Chen, Wenya Wang, Sinno Jialin Pan

In-context learning (ICL) has proven to be a significant capability with the advancement of Large Language models (LLMs). By instructing LLMs using few-shot demonstrative examples, ICL enables them to perform a wide rang…

DiversityIn-Context LearningRetrieval

DMin: Scalable Training Data Influence Estimation for Diffusion Models

2024-12-11 · Huawei Lin, Yingjie Lao, Weijie Zhao

Identifying the training data samples that most influence a generated image is a critical task in understanding diffusion models, yet existing influence estimation methods are constrained to small-scale or LoRA-tuned mod…

Retrieval