paper-with-me

Papers

Unsupervised Sentence Representation Learning with Frequency-induced Adversarial Tuning and Incomplete Sentence Filtering

2023-05-15 · Bing Wang, Ximing Li, Zhiyao Yang, Yuanyuan Guan, Jiayin Li, Shengsheng Wang

Pre-trained Language Model (PLM) is nowadays the mainstay of Unsupervised Sentence Representation Learning (USRL). However, PLMs are sensitive to the frequency information of words from their pre-training corpora, resulting in anisotropic embedding space, where the embeddings of high-frequency words are clustered but those of low-frequency words disperse sparsely. This anisotropic phenomenon results in two problems of similarity bias and information bias, lowering the quality of sentence embeddings. To solve the problems, we fine-tune PLMs by leveraging the frequency information of words and propose a novel USRL framework, namely Sentence Representation Learning with Frequency-induced Adversarial tuning and Incomplete sentence filtering (SLT-FAI). We calculate the word frequencies over the pre-training corpora of PLMs and assign words thresholding frequency labels. With them, (1) we incorporate a similarity discriminator used to distinguish the embeddings of high-frequency and low-frequency words, and adversarially tune the PLM with it, enabling to achieve uniformly frequency-invariant embedding space; and (2) we propose a novel incomplete sentence detection task, where we incorporate an information discriminator to distinguish the embeddings of original sentences and incomplete sentences by randomly masking several low-frequency words, enabling to emphasize the more informative low-frequency words. Our SLT-FAI is a flexible and plug-and-play framework, and it can be integrated with existing USRL techniques. We evaluate SLT-FAI with various backbones on benchmark datasets. Empirical results indicate that SLT-FAI can be superior to the existing USRL baselines. Our code is released in \url{https://github.com/wangbing1416/SLT-FAI}.

📄 PDF Abstract BibTeX arXiv:2305.08655

Code (1)

wangbing1416/slt-fai 공식 구현 jax

Tasks

Language ModellingRepresentation LearningSentenceSentence Embeddings

Similar Papers 제목 키워드 기반

Unsupervised Latent Tree Induction with Deep Inside-Outside Recursive Auto-Encoders

2019-06-01 · NAACL 2019 6 · Andrew Drozdov, Patrick Verga, Mohit Yadav, Mohit Iyyer 외

We introduce the deep inside-outside recursive autoencoder (DIORA), a fully-unsupervised method for discovering syntax that simultaneously learns representations for constituents within the induced tree. Our approach pre…

Constituency Grammar InductionConstituency ParsingSentence

Unsupervised Latent Tree Induction with Deep Inside-Outside Recursive Autoencoders

2019-04-03 · Andrew Drozdov, Pat Verga, Mohit Yadav, Mohit Iyyer 외

We introduce deep inside-outside recursive autoencoders (DIORA), a fully-unsupervised method for discovering syntax that simultaneously learns representations for constituents within the induced tree. Our approach predic…

Constituency ParsingSentence

Unsupervised Sentence Representations as Word Information Series: Revisiting TF--IDF

2017-10-17 · Ignacio Arroyo-Fernández, Carlos-Francisco Méndez-Cruz, Gerardo Sierra, Juan-Manuel Torres-Moreno 외

Sentence representation at the semantic level is a challenging task for Natural Language Processing and Artificial Intelligence. Despite the advances in word embeddings (i.e. word vector representations), capturing sente…

Open-Ended Question AnsweringSemantic Textual SimilaritySentenceSTS+1

From Unsupervised Machine Translation To Adversarial Text Generation

2020-11-10 · Ahmad Rashid, Alan Do-Omri, Md. Akmal Haidar, Qun Liu 외

We present a self-attention based bilingual adversarial text generator (B-GAN) which can learn to generate text from the encoder representation of an unsupervised neural machine translation system. B-GAN is able to gener…

Adversarial TextDecoderMachine TranslationText Generation+2

Self-Adaptive Reconstruction with Contrastive Learning for Unsupervised Sentence Embeddings

2024-02-23 · Junlong Liu, Xichen Shang, Huawen Feng, Junhao Zheng 외

Unsupervised sentence embeddings task aims to convert sentences to semantic vector representations. Most previous works directly use the sentence representations derived from pretrained language models. However, due to t…

Contrastive LearningSentenceSentence EmbeddingsSTS