paper-with-me

홈 › Papers

Confidence-aware Self-Semantic Distillation on Knowledge Graph Embedding

2022-06-07 · Yichen Liu, Jiawei Chen, Defang Chen, Zhehui Zhou, Yan Feng, Can Wang

Knowledge Graph Embedding (KGE), which projects entities and relations into continuous vector spaces, has garnered significant attention. Although high-dimensional KGE methods offer better performance, they come at the expense of significant computation and memory overheads. Decreasing embedding dimensions significantly deteriorates model performance. While several recent efforts utilize knowledge distillation or non-Euclidean representation learning to augment the effectiveness of low-dimensional KGE, they either necessitate a pre-trained high-dimensional teacher model or involve complex non-Euclidean operations, thereby incurring considerable additional computational costs. To address this, this work proposes Confidence-aware Self-Knowledge Distillation (CSD) that learns from the model itself to enhance KGE in a low-dimensional space. Specifically, CSD extracts knowledge from embeddings in previous iterations, which would be utilized to supervise the learning of the model in the next iterations. Moreover, a specific semantic module is developed to filter reliable knowledge by estimating the confidence of previously learned embeddings. This straightforward strategy bypasses the need for time-consuming pre-training of teacher models and can be integrated into various KGE methods to improve their performance. Our comprehensive experiments on six KGE backbones and four datasets underscore the effectiveness of the proposed CSD.

📄 PDF Abstract BibTeX arXiv:2206.02963

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingKnowledge DistillationKnowledge Graph EmbeddingKnowledge GraphsLink PredictionRepresentation LearningSelf-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 제목 키워드 기반

Self-Aware Knowledge Probing: Evaluating Language Models' Relational Knowledge through Confidence Calibration

2026-01-26 · Christopher Kissling, Elena Merdjanovska, Alan Akbik arxiv

Knowledge probing quantifies how much relational knowledge a language model (LM) has acquired during pre-training. Existing knowledge probes evaluate model capabilities through metrics like prediction accuracy and precis…

Distillation Matters: Empowering Sequential Recommenders to Match the Performance of Large Language Model

2024-05-01 · Yu Cui, Feng Liu, Pengbo Wang, Bohao Wang 외

Owing to their powerful semantic reasoning capabilities, Large Language Models (LLMs) have been effectively utilized as recommenders, achieving impressive performance. However, the high inference latency of LLMs signific…

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language Model

Refine Myself by Teaching Myself: Feature Refinement via Self-Knowledge Distillation

2021-03-15 · CVPR 2021 1 · Mingi Ji, Seungjae Shin, Seunghyun Hwang, Gibeom Park 외

Knowledge distillation is a method of transferring the knowledge from a pretrained complex teacher model to a student model, so a smaller network can replace a large teacher network at the deployment stage. To reduce the…

Data AugmentationKnowledge Distillationobject-detectionObject Detection+3

Confidence-Aware Multi-Teacher Knowledge Distillation

2021-12-30 · Hailin Zhang, Defang Chen, Can Wang

Knowledge distillation is initially introduced to utilize additional supervision from a single teacher model for the student model training. To boost the student performance, some recent variants attempt to exploit diver…

Knowledge DistillationTransfer Learning

The Illusion of Certainty: Decoupling Capability and Calibration in On-Policy Distillation

2026-04-18 · Jiaxin Zhang, Xiangyu Peng, Qinglin Chen, Qinyuan Ye 외 arxiv

On-policy distillation (OPD) is an increasingly important paradigm for post-training language models. However, we identify a pervasive Scaling Law of Miscalibration: while OPD effectively improves task accuracy, it syste…

Continual Learning