paper-with-me

홈 › 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 with the same weight for all words appearing in the sentence. We propose a novel sentence embedding-method-based model Token Attention-SentenceBERT (TA-SBERT) to address this problem. The rationale of TA-SBERT is to enhance the performance of sentence embedding by introducing three strategies. First, we convert the base form while preprocessing the input sentence to reduce misunderstanding. Second, we propose a novel Token Attention (TA) technique that distinguishes important words to produce more informative sentence vectors. Third, we increase stability of fine-tuning to avoid catastrophic forgetting by adding a reconstruction loss to the word embedding vector. Extensive ablation studies demonstrate that our TA-SBERT outperforms the original SentenceBERT (SBERT) in the sentence vector evaluation using semantic textual similarity (STS) tasks and the SentEval toolkit.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingSemantic Textual SimilaritySentenceSentence EmbeddingSentence-EmbeddingSTS

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…

Similar Papers 제목 키워드 기반

Weighted Sampling for Masked Language Modeling

2023-02-28 · Linhan Zhang, Qian Chen, Wen Wang, Chong Deng 외

Masked Language Modeling (MLM) is widely used to pretrain language models. The standard random masking strategy in MLM causes the pre-trained language models (PLMs) to be biased toward high-frequency tokens. Representati…

Language ModelingLanguage ModellingMasked Language ModelingPrompt Learning+6

Evaluation of BERT and ALBERT Sentence Embedding Performance on Downstream NLP Tasks

2021-01-26 · Hyunjin Choi, Judong Kim, Seongho Joe, Youngjune Gwon

Contextualized representations from a pre-trained language model are central to achieve a high performance on downstream NLP task. The pre-trained BERT and A Lite BERT (ALBERT) models can be fine-tuned to give state-ofth…

Language ModellingNatural Language InferenceSemantic Textual SimilaritySentence+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

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…

Semantic Textual SimilaritySentenceSentence EmbeddingSentence-Embedding

Multi-BERT for Embeddings for Recommendation System

2023-08-24 · Shashidhar Reddy Javaji, Krutika Sarode

In this paper, we propose a novel approach for generating document embeddings using a combination of Sentence-BERT (SBERT) and RoBERTa, two state-of-the-art natural language processing models. Our approach treats sentenc…

Recommendation SystemsSentence