paper-with-me

Papers

Sentence Bottleneck Autoencoders from Transformer Language Models

2021-08-31 · EMNLP 2021 11 · Ivan Montero, Nikolaos Pappas, Noah A. Smith

Representation learning for text via pretraining a language model on a large corpus has become a standard starting point for building NLP systems. This approach stands in contrast to autoencoders, also trained on raw text, but with the objective of learning to encode each input as a vector that allows full reconstruction. Autoencoders are attractive because of their latent space structure and generative properties. We therefore explore the construction of a sentence-level autoencoder from a pretrained, frozen transformer language model. We adapt the masked language modeling objective as a generative, denoising one, while only training a sentence bottleneck and a single-layer modified transformer decoder. We demonstrate that the sentence representations discovered by our model achieve better quality than previous methods that extract representations from pretrained transformers on text similarity tasks, style transfer (an example of controlled generation), and single-sentence classification tasks in the GLUE benchmark, while using fewer parameters than large pretrained models.

📄 PDF Abstract BibTeX arXiv:2109.00055

Code (1)

ivanmontero/autobot 공식 구현 pytorch

Tasks

DecoderDenoisingLanguage ModelingLanguage ModellingMasked Language ModelingRepresentation LearningSentenceSentence ClassificationStyle Transfertext similarity

Similar Papers 제목 키워드 기반

Squeezing bottlenecks: exploring the limits of autoencoder semantic representation capabilities

2014-02-13 · Parth Gupta, Rafael E. Banchs, Paolo Rosso

We present a comprehensive study on the use of autoencoders for modelling text data, in which (differently from previous studies) we focus our attention on the following issues: i) we explore the suitability of two diffe…

Sentence

Improving Semantic Control in Discrete Latent Spaces with Transformer Quantized Variational Autoencoders

2024-02-01 · Yingji Zhang, Danilo S. Carvalho, Marco Valentino, Ian Pratt-Hartmann 외

Achieving precise semantic control over the latent spaces of Variational AutoEncoders (VAEs) holds significant value for downstream tasks in NLP as the underlying generative mechanisms could be better localised, explaine…

BottleSum: Unsupervised and Self-supervised Sentence Summarization using the Information Bottleneck Principle

2019-09-16 · IJCNLP 2019 11 · Peter West, Ari Holtzman, Jan Buys, Yejin Choi

The principle of the Information Bottleneck (Tishby et al. 1999) is to produce a summary of information X optimized to predict some other relevant information Y. In this paper, we propose a novel approach to unsupervised…

Abstractive Text SummarizationExtractive SummarizationLanguage ModelingLanguage Modelling+4

Incremental Sentence Processing Mechanisms in Autoregressive Transformer Language Models

2024-12-06 · Michael Hanna, Aaron Mueller

Autoregressive transformer language models (LMs) possess strong syntactic abilities, often successfully handling phenomena from agreement to NPI licensing. However, the features they use to incrementally process language…

Sentence

Transformer Grammars: Augmenting Transformer Language Models with Syntactic Inductive Biases at Scale

2022-03-01 · Laurent Sartran, Samuel Barrett, Adhiguna Kuncoro, Miloš Stanojević 외

We introduce Transformer Grammars (TGs), a novel class of Transformer language models that combine (i) the expressive power, scalability, and strong performance of Transformers and (ii) recursive syntactic compositions, …

Inductive BiasLanguage ModelingLanguage ModellingSentence