paper-with-me

Papers

Encoder-Agnostic Adaptation for Conditional Language Generation

2019-08-19 · Zachary M. Ziegler, Luke Melas-Kyriazi, Sebastian Gehrmann, Alexander M. Rush

Large pretrained language models have changed the way researchers approach discriminative natural language understanding tasks, leading to the dominance of approaches that adapt a pretrained model for arbitrary downstream tasks. However it is an open-question how to use similar techniques for language generation. Early results in the encoder-agnostic setting have been mostly negative. In this work we explore methods for adapting a pretrained language model to arbitrary conditional input. We observe that pretrained transformer models are sensitive to large parameter changes during tuning. We therefore propose an adaptation that directly injects arbitrary conditioning into self attention, an approach we call pseudo self attention. Through experiments on four diverse conditional text generation tasks we show that this encoder-agnostic technique outperforms strong baselines, produces coherent generations, and is data efficient.

📄 PDF Abstract BibTeX arXiv:1908.06938

Code (1)

harvardnlp/encoder-agnostic-adaptation 공식 구현 pytorch

Tasks

Conditional Text GenerationLanguage ModelingLanguage ModellingNatural Language UnderstandingOpen-Ended Question AnsweringText Generation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Multimodal Conditionality for Natural Language Generation

2021-09-02 · Michael Sollami, Aashish Jain

Large scale pretrained language models have demonstrated state-of-the-art performance in language understanding tasks. Their application has recently expanded into multimodality learning, leading to improved representati…

DescriptiveLanguage ModelingLanguage ModellingText Generation

Towards Device Efficient Conditional Image Generation

2022-03-19 · Nisarg A. Shah, Gaurav Bharaj

We present a novel algorithm to reduce tensor compute required by a conditional image generation autoencoder without sacrificing quality of photo-realistic image generation. Our method is device agnostic, and can optimiz…

Conditional Image GenerationCPUGPUImage Generation

STAR-VAE: Latent Variable Transformers for Scalable and Controllable Molecular Generation

2025-11-04 · Bum Chul Kwon, Ben Shapira, Moshiko Raboh, Shreyans Sethi 외 arxiv

The chemical space of drug-like molecules is vast, motivating the development of generative models that must learn broad chemical distributions, enable conditional generation by capturing structure-property representatio…

PCAE: A Framework of Plug-in Conditional Auto-Encoder for Controllable Text Generation

2022-10-07 · Haoqin Tu, Zhongliang Yang, Jinshuai Yang, Siyu Zhang 외

Controllable text generation has taken a gigantic step forward these days. Yet existing methods are either constrained in a one-off pattern or not efficient enough for receiving multiple conditions at every generation st…

Text Generation

SHAPED: Shared-Private Encoder-Decoder for Text Style Adaptation

2018-04-11 · NAACL 2018 6 · Ye Zhang, Nan Ding, Radu Soricut

Supervised training of abstractive language generation models results in learning conditional probabilities over language sequences based on the supervised training signal. When the training signal contains a variety of …

DecoderText Generation