paper-with-me

홈 › Papers

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 particular domain, the model must be adapted to it in order to achieve good results. Usually, this is done by fine-tuning the entire sentence embedding model for the domain of interest. While this approach yields state-of-the-art results, all of the model's weights are updated during fine-tuning, making this method resource-intensive. Therefore, instead of fine-tuning entire sentence embedding models for each target domain individually, we propose to train lightweight adapters. These domain-specific adapters do not require fine-tuning all underlying sentence embedding model parameters. Instead, we only train a small number of additional parameters while keeping the weights of the underlying sentence embedding model fixed. Training domain-specific adapters allows always using the same base model and only exchanging the domain-specific adapters to adapt sentence embeddings to a specific domain. We show that using adapters for parameter-efficient domain adaptation of sentence embeddings yields competitive performance within 1% of a domain-adapted, entirely fine-tuned sentence embedding model while only training approximately 3.6% of the parameters.

📄 PDF Abstract BibTeX arXiv:2307.03104

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationSemantic SimilaritySemantic Textual SimilaritySentenceSentence EmbeddingSentence-EmbeddingSentence EmbeddingsSTS

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

TADA: Efficient Task-Agnostic Domain Adaptation for Transformers

2023-05-22 · Chia-Chien Hung, Lukas Lange, Jannik Strötgen

Intermediate training of pre-trained transformer-based language models on domain-specific data leads to substantial gains for downstream tasks. To increase efficiency and prevent catastrophic forgetting alleviated from f…

Domain Adaptation

Domain Adaptation for Japanese Sentence Embeddings with Contrastive Learning based on Synthetic Sentence Generation

2025-03-12 · Zihao Chen, Hisashi Handa, Miho Ohsaki, Kimiaki Shirahama

Several backbone models pre-trained on general domain datasets can encode a sentence into a widely useful embedding. Such sentence embeddings can be further enhanced by domain adaptation that adapts a backbone model to a…

Contrastive LearningDomain AdaptationSemantic Textual SimilaritySentence+2

Semantic Library Adaptation: LoRA Retrieval and Fusion for Open-Vocabulary Semantic Segmentation

2025-03-27 · CVPR 2025 1 · Reza Qorbani, Gianluca Villani, Theodoros Panagiotakopoulos, Marc Botet Colomer 외

Open-vocabulary semantic segmentation models associate vision and text to label pixels from an undefined set of classes using textual queries, providing versatile performance on novel datasets. However, large shifts betw…

Domain AdaptationOpen Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationRetrieval+1

Leveraging Auxiliary Tasks for Document-Level Cross-Domain Sentiment Classification

2017-11-01 · IJCNLP 2017 11 · Jianfei Yu, Jing Jiang

In this paper, we study domain adaptation with a state-of-the-art hierarchical neural network for document-level sentiment classification. We first design a new auxiliary task based on sentiment scores of domain-independ…

ClassificationDenoisingDomain AdaptationGeneral Classification+5

A simple method for domain adaptation of sentence embeddings

2020-08-25 · Anna Kruspe

Pre-trained sentence embeddings have been shown to be very useful for a variety of NLP tasks. Due to the fact that training such embeddings requires a large amount of data, they are commonly trained on a variety of text …

Domain AdaptationSentenceSentence Embeddings