paper-with-me

홈 › Papers

Sentence Embeddings by Ensemble Distillation

2021-04-14 · Fredrik Carlsson Magnus Sahlgren

This paper contributes a new State Of The Art (SOTA) for Semantic Textual Similarity (STS). We compare and combine a number of recently proposed sentence embedding methods for STS, and propose a novel and simple ensemble knowledge distillation scheme that improves on previous approaches. Our experiments demonstrate that a model trained to learn the average embedding space from multiple ensemble students outperforms all the other individual models with high robustness. Utilizing our distillation method in combination with previous methods, we significantly improve on the SOTA unsupervised STS, and by proper hyperparameter tuning of previous methods we improve the supervised SOTA scores.

📄 PDF Abstract BibTeX arXiv:2104.06719

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationSemantic Textual SimilaritySentenceSentence EmbeddingSentence-EmbeddingSentence EmbeddingsSTS

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 제목 키워드 기반

DistilCSE: Effective Knowledge Distillation For Contrastive Sentence Embeddings

2021-12-10 · Chaochen Gao, Xing Wu, Peng Wang, Jue Wang 외

Large-scale contrastive learning models can learn very informative sentence embeddings, but are hard to serve online due to the huge model size. Therefore, they often play the role of "teacher", transferring abilities to…

Contrastive LearningKnowledge DistillationSemantic Textual SimilaritySentence+4

The Pupil Has Become the Master: Teacher-Student Model-Based Word Embedding Distillation with Ensemble Learning

2019-05-31 · Bonggun Shin, Hao Yang, Jinho D. Choi

Recent advances in deep learning have facilitated the demand of neural models for real applications. In practice, these applications often need to be deployed with limited resources while keeping high accuracy. This pape…

Document ClassificationEnsemble LearningSentiment AnalysisWord Embeddings

LEALLA: Learning Lightweight Language-agnostic Sentence Embeddings with Knowledge Distillation

2023-02-16 · Zhuoyuan Mao, Tetsuji Nakagawa

Large-scale language-agnostic sentence embedding models such as LaBSE (Feng et al., 2022) obtain state-of-the-art performance for parallel sentence alignment. However, these large-scale models can suffer from inference s…

Knowledge DistillationSentenceSentence EmbeddingSentence-Embedding+1

Static Word Embeddings for Sentence Semantic Representation

2025-06-05 · Takashi Wada, Yuki Hirakawa, Ryotaro Shimizu, Takahiro Kawashima 외

We propose new static word embeddings optimised for sentence semantic representation. We first extract word embeddings from a pre-trained Sentence Transformer, and improve them with sentence-level principal component ana…

Contrastive LearningKnowledge DistillationSentenceWord Embeddings

DeftPunk at SemEval-2020 Task 6: Using RNN-ensemble for the Sentence Classification.

2020-12-01 · SEMEVAL 2020 · Jekaterina Kaparina, Anna Soboleva

This paper describes participation in DeftEval 2020 (part of SemEval sharing task competition), and is focused on the sentence classification. Our approach to the task was to create an ensemble of several RNNs combined w…

SentenceSentence Classification