paper-with-me

홈 › Papers

TSDAE: Using Transformer-based Sequential Denoising Auto-Encoderfor Unsupervised Sentence Embedding Learning

2021-11-01 · Findings (EMNLP) 2021 11 · Kexin Wang, Nils Reimers, Iryna Gurevych

Learning sentence embeddings often requires a large amount of labeled data. However, for most tasks and domains, labeled data is seldom available and creating it is expensive. In this work, we present a new state-of-the-art unsupervised method based on pre-trained Transformers and Sequential Denoising Auto-Encoder (TSDAE) which outperforms previous approaches by up to 6.4 points. It can achieve up to 93.1% of the performance of in-domain supervised approaches. Further, we show that TSDAE is a strong domain adaptation and pre-training method for sentence embeddings, significantly outperforming other approaches like Masked Language Model. A crucial shortcoming of previous studies is the narrow evaluation: Most work mainly evaluates on the single task of Semantic Textual Similarity (STS), which does not require any domain knowledge. It is unclear if these proposed methods generalize to other domains and tasks. We fill this gap and evaluate TSDAE and other recent approaches on four different datasets from heterogeneous domains.

📄 PDF Abstract BibTeX

Code (1)

UKPLab/useb 공식 구현 pytorch

Tasks

DenoisingDomain AdaptationLanguage ModelingLanguage ModellingSemantic Textual SimilaritySentenceSentence EmbeddingSentence-EmbeddingSentence EmbeddingsSTS

Similar Papers 제목 키워드 기반

TSDAE: Using Transformer-based Sequential Denoising Auto-Encoder for Unsupervised Sentence Embedding Learning

2021-04-14 · Kexin Wang, Nils Reimers, Iryna Gurevych

Learning sentence embeddings often requires a large amount of labeled data. However, for most tasks and domains, labeled data is seldom available and creating it is expensive. In this work, we present a new state-of-the-…

DenoisingDomain AdaptationInformation RetrievalLanguage Modeling+9

Adapting Sentence Transformers for the Aviation Domain

2023-05-16 · Liya Wang, Jason Chou, Dave Rouck, Alex Tien 외

Learning effective sentence representations is crucial for many Natural Language Processing (NLP) tasks, including semantic search, semantic textual similarity (STS), and clustering. While multiple transformer models hav…

DenoisingNatural Language InferenceSemantic Textual SimilaritySentence+3

DROID: Dual Representation for Out-of-Scope Intent Detection

2025-10-15 · Wael Rashwan, Hossam M. Zawbaa, Sourav Dutta, Haytham Assem arxiv

Detecting out-of-scope (OOS) user utterances remains a key challenge in task-oriented dialogue systems and, more broadly, in open-set intent recognition. Existing approaches often depend on strong distributional assumpti…

Task-Oriented Dialogue SystemsIntent RecognitionIntent Detection

UT5: Pretraining Non autoregressive T5 with unrolled denoising

2023-11-14 · Mahmoud G. Salem, Jiayu Ye, Chu-Cheng Lin, Frederick Liu

Recent advances in Transformer-based Large Language Models have made great strides in natural language generation. However, to decode K tokens, an autoregressive model needs K sequential forward passes, which may be a pe…

DenoisingQuestion GenerationQuestion-GenerationText Generation

AutoEncoder by Forest

2017-09-26 · Ji Feng, Zhi-Hua Zhou

Auto-encoding is an important task which is typically realized by deep neural networks (DNNs) such as convolutional neural networks (CNN). In this paper, we propose EncoderForest (abbrv. eForest), the first tree ensemble…