paper-with-me

홈 › Papers

Beyond Fine-tuning: Few-Sample Sentence Embedding Transfer

2020-04-10 · Asian Chapter of the Association for Computational Linguistics 2020 · Siddhant Garg, Rohit Kumar Sharma, YIngyu Liang

Fine-tuning (FT) pre-trained sentence embedding models on small datasets has been shown to have limitations. In this paper we show that concatenating the embeddings from the pre-trained model with those from a simple sentence embedding model trained only on the target data, can improve over the performance of FT for few-sample tasks. To this end, a linear classifier is trained on the combined embeddings, either by freezing the embedding model weights or training the classifier and embedding models end-to-end. We perform evaluation on seven small datasets from NLP tasks and show that our approach with end-to-end training outperforms FT with negligible computational overhead. Further, we also show that sophisticated combination techniques like CCA and KCCA do not work as well in practice as concatenation. We provide theoretical analysis to explain this empirical observation.

📄 PDF Abstract BibTeX arXiv:2004.05119

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality ReductionGeneral ClassificationSentenceSentence EmbeddingSentence-EmbeddingSentence EmbeddingsText ClassificationTransfer Learning

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Apple of Sodom: Hidden Backdoors in Superior Sentence Embeddings via Contrastive Learning

2022-10-20 · Xiaoyi Chen, Baisong Xin, Shengfang Zhai, Shiqing Ma 외

This paper finds that contrastive learning can produce superior sentence embeddings for pre-trained models but is also vulnerable to backdoor attacks. We present the first backdoor attack framework, BadCSE, for state-of-…

Backdoor AttackContrastive LearningSentenceSentence Embeddings+1

Efficient Domain Adaptation of Sentence Embeddings Using Adapters

2023-07-06 · Tim Schopf, Dennis N. Schneider, Florian Matthes

Sentence embeddings enable us to capture the semantic similarity of short texts. Most sentence embedding models are trained for general semantic textual similarity tasks. Therefore, to use sentence embeddings in a partic…

Domain AdaptationSemantic SimilaritySemantic Textual SimilaritySentence+4

Are ELECTRA's Sentence Embeddings Beyond Repair? The Case of Semantic Textual Similarity

2024-02-20 · Ivan Rep, David Dukić, Jan Šnajder

While BERT produces high-quality sentence embeddings, its pre-training computational cost is a significant drawback. In contrast, ELECTRA provides a cost-effective pre-training objective and downstream task performance i…

Semantic Textual SimilaritySentenceSentence EmbeddingsSTS+2

Unveiling Key Aspects of Fine-Tuning in Sentence Embeddings: A Representation Rank Analysis

2024-05-18 · Euna Jung, Jaeill Kim, Jungmin Ko, Jinwoo Park 외

The latest advancements in unsupervised learning of sentence embeddings predominantly involve employing contrastive learning-based (CL-based) fine-tuning over pre-trained language models. In this study, we analyze the la…

Contrastive LearningSentenceSentence EmbeddingSentence-Embedding+1

Pcc-tuning: Breaking the Contrastive Learning Ceiling in Semantic Textual Similarity

2024-06-14 · BoWen Zhang, Chunping Li

Semantic Textual Similarity (STS) constitutes a critical research direction in computational linguistics and serves as a key indicator of the encoding capabilities of embedding models. Driven by advances in pre-trained l…

Contrastive LearningSemantic Textual SimilaritySentenceSTS