paper-with-me

홈 › Papers

SBERT studies Meaning Representations: Decomposing Sentence Embeddings into Explainable Semantic Features

2022-06-14 · Juri Opitz, Anette Frank

Models based on large-pretrained language models, such as S(entence)BERT, provide effective and efficient sentence embeddings that show high correlation to human similarity ratings, but lack interpretability. On the other hand, graph metrics for graph-based meaning representations (e.g., Abstract Meaning Representation, AMR) can make explicit the semantic aspects in which two sentences are similar. However, such metrics tend to be slow, rely on parsers, and do not reach state-of-the-art performance when rating sentence similarity. In this work, we aim at the best of both worlds, by learning to induce $S$emantically $S$tructured $S$entence BERT embeddings (S$^3$BERT). Our S$^3$BERT embeddings are composed of explainable sub-embeddings that emphasize various semantic sentence features (e.g., semantic roles, negation, or quantification). We show how to i) learn a decomposition of the sentence embeddings into semantic features, through approximation of a suite of interpretable AMR graph metrics, and how to ii) preserve the overall power of the neural embeddings by controlling the decomposition learning process with a second objective that enforces consistency with the similarity ratings of an SBERT teacher model. In our experimental studies, we show that our approach offers interpretability -- while fully preserving the effectiveness and efficiency of the neural sentence embeddings.

📄 PDF Abstract BibTeX arXiv:2206.07023

Code (1)

flipz357/S3BERT 공식 구현 pytorch

Tasks

Abstract Meaning RepresentationNegationSentenceSentence EmbeddingsSentence Similarity

Methods 이 논문이 사용한 방법론

Attention 설명 없음
SBERT 설명 없음
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.
Residual Connection 설명 없음
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…
Weight Decay 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

An Unsupervised Sentence Embedding Method by Mutual Information Maximization

2020-09-25 · EMNLP 2020 11 · Yan Zhang, Ruidan He, Zuozhu Liu, Kwan Hui Lim 외

BERT is inefficient for sentence-pair tasks such as clustering or semantic search as it needs to evaluate combinatorially many sentence pairs which is very time-consuming. Sentence BERT (SBERT) attempted to solve this ch…

ClusteringSelf-Supervised LearningSemantic Textual SimilaritySentence+4

Predicate-Argument Based Bi-Encoder for Paraphrase Identification

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Paraphrase identification involves identifying whether a pair of sentences express the same or similar meanings. While cross-encoders have achieved high performances across several benchmarks, bi-encoders such as SBERT h…

Paraphrase IdentificationSentence

Predicate-Argument Based Bi-Encoder for Paraphrase Identification

2022-05-01 · ACL 2022 5 · Qiwei Peng, David Weir, Julie Weeds, Yekun Chai

Paraphrase identification involves identifying whether a pair of sentences express the same or similar meanings. While cross-encoders have achieved high performances across several benchmarks, bi-encoders such as SBERT h…

Paraphrase IdentificationSentence

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

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