paper-with-me

홈 › Papers

SBERT-WK: A Sentence Embedding Method by Dissecting BERT-based Word Models

2020-02-16 · Bin Wang, C. -C. Jay Kuo

Sentence embedding is an important research topic in natural language processing (NLP) since it can transfer knowledge to downstream tasks. Meanwhile, a contextualized word representation, called BERT, achieves the state-of-the-art performance in quite a few NLP tasks. Yet, it is an open problem to generate a high quality sentence representation from BERT-based word models. It was shown in previous study that different layers of BERT capture different linguistic properties. This allows us to fusion information across layers to find better sentence representation. In this work, we study the layer-wise pattern of the word representation of deep contextualized models. Then, we propose a new sentence embedding method by dissecting BERT-based word models through geometric analysis of the space spanned by the word representation. It is called the SBERT-WK method. No further training is required in SBERT-WK. We evaluate SBERT-WK on semantic textual similarity and downstream supervised tasks. Furthermore, ten sentence-level probing tasks are presented for detailed linguistic analysis. Experiments show that SBERT-WK achieves the state-of-the-art performance. Our codes are publicly available.

📄 PDF Abstract BibTeX arXiv:2002.06652

Code (3)

BinWang28/BERT_Sentence_Embedding 공식 구현 pytorch
BinWang28/SBERT-WK-Sentence-Embedding 공식 구현 pytorch
TheNeuromancer/SentEmb pytorch

Tasks

Semantic Textual SimilaritySentenceSentence EmbeddingSentence-Embedding

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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 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 제목 키워드 기반

TA-SBERT: Token Attention Sentence-BERT for Improving Sentence Representation

2022-03-16 · IEEE Access 2022 3 · Wonik Choi

ABSTRACT A sentence embedding vector can be obtained by connecting a global average pooling (GAP) to a pre-trained language model. The problem of such a sentence embedding vector using a GAP is that it is generated wit…

Language ModelingLanguage ModellingSemantic Textual SimilaritySentence+3

Word Embeddings Revisited: Do LLMs Offer Something New?

2024-02-16 · Matthew Freestone, Shubhra Kanti Karmaker Santu

Learning meaningful word embeddings is key to training a robust language model. The recent rise of Large Language Models (LLMs) has provided us with many new word/sentence/document embedding models. Although LLMs have sh…

Document EmbeddingLanguage ModelingLanguage ModellingSentence+1

Locality Preserving Sentence Encoding

2021-11-01 · Findings (EMNLP) 2021 11 · Changrong Min, Yonghe Chu, Liang Yang, Bo Xu 외

Although researches on word embeddings have made great progress in recent years, many tasks in natural language processing are on the sentence level. Thus, it is essential to learn sentence embeddings. Recently, Sentence…

Semantic SimilaritySemantic Textual SimilaritySentenceSentence Classification+5

Fine-tuning the SwissBERT Encoder Model for Embedding Sentences and Documents

2024-05-13 · Juri Grosjean, Jannis Vamvas

Encoder models trained for the embedding of sentences or short documents have proven useful for tasks such as semantic search and topic modeling. In this paper, we present a version of the SwissBERT encoder model that we…

ArticlesContrastive LearningRetrievaltext-classification+1

Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks

2019-08-27 · IJCNLP 2019 11 · Nils Reimers, Iryna Gurevych

BERT (Devlin et al., 2018) and RoBERTa (Liu et al., 2019) has set a new state-of-the-art performance on sentence-pair regression tasks like semantic textual similarity (STS). However, it requires that both sentences are …

ClusteringLinear-Probe ClassificationSemantic SimilaritySemantic Textual Similarity+6