paper-with-me

홈 › Papers

From Mimicking to Integrating: Knowledge Integration for Pre-Trained Language Models

2022-10-11 · Lei LI, Yankai Lin, Xuancheng Ren, Guangxiang Zhao, Peng Li, Jie zhou, Xu sun

Investigating better ways to reuse the released pre-trained language models (PLMs) can significantly reduce the computational cost and the potential environmental side-effects. This paper explores a novel PLM reuse paradigm, Knowledge Integration (KI). Without human annotations available, KI aims to merge the knowledge from different teacher-PLMs, each of which specializes in a different classification problem, into a versatile student model. To achieve this, we first derive the correlation between virtual golden supervision and teacher predictions. We then design a Model Uncertainty--aware Knowledge Integration (MUKI) framework to recover the golden supervision for the student. Specifically, MUKI adopts Monte-Carlo Dropout to estimate model uncertainty for the supervision integration. An instance-wise re-weighting mechanism based on the margin of uncertainty scores is further incorporated, to deal with the potential conflicting supervision from teachers. Experimental results demonstrate that MUKI achieves substantial improvements over baselines on benchmark datasets. Further analysis shows that MUKI can generalize well for merging teacher models with heterogeneous architectures, and even teachers major in cross-lingual datasets.

📄 PDF Abstract BibTeX arXiv:2210.05230

Code (1)

lancopku/muki 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

Large language models transition from integrating across position-yoked, exponential windows to structure-yoked, power-law windows

2023-09-21 · NeurIPS 2023 11

Modern language models excel at integrating across long temporal scales needed to encode linguistic meaning and show non-trivial similarities to biological neural systems. Prior work suggests that human brain responses t…

Contextual information integration for stance detection via cross-attention

2022-11-03 · Tilman Beck, Andreas Waldis, Iryna Gurevych

Stance detection deals with identifying an author's stance towards a target. Most existing stance detection models are limited because they do not consider relevant contextual information which allows for inferring the s…

Language ModelingLanguage ModellingStance Detection

The KITMUS Test: Evaluating Knowledge Integration from Multiple Sources in Natural Language Understanding Systems

2022-12-15 · Akshatha Arodi, Martin Pömsl, Kaheer Suleman, Adam Trischler 외

Many state-of-the-art natural language understanding (NLU) models are based on pretrained neural language models. These models often make inferences using information from multiple sources. An important class of such inf…

coreference-resolutionCoreference ResolutionNatural Language Understanding

Knowledge Integration for Physics-informed Symbolic Regression Using Pre-trained Large Language Models

2025-09-03 · Bilge Taskin, Wenxiong Xie, Teddy Lazebnik arxiv

Symbolic regression (SR) has emerged as a powerful tool for automated scientific discovery, enabling the derivation of governing equations from experimental data. A growing body of work illustrates the promise of integra…

Feature EngineeringPrompt Engineering

Distilling Knowledge by Mimicking Features

2020-11-03 · Guo-Hua Wang, Yifan Ge, Jianxin Wu

Knowledge distillation (KD) is a popular method to train efficient networks ("student") with the help of high-capacity networks ("teacher"). Traditional methods use the teacher's soft logits as extra supervision to train…

Knowledge Distillationobject-detectionObject Detection