paper-with-me

Papers

Control Prefixes for Parameter-Efficient Text Generation

2021-10-15 · Jordan Clive, Kris Cao, Marek Rei

Prefix-tuning is a powerful lightweight technique for adapting a large pre-trained language model to a downstream application. However, it uses the same dataset-level tuned prompt for all examples in the dataset. We extend this idea and propose a dynamic method, Control Prefixes, which allows for the inclusion of conditional input-dependent information, combining the benefits of prompt tuning and controlled generation. The method incorporates attribute-level learnable representations into different layers of a pre-trained transformer, allowing for the generated text to be guided in a particular direction. We provide a systematic evaluation of the technique and apply it to five datasets from the GEM benchmark for natural language generation (NLG). Although the aim is to develop a parameter-efficient model, we show Control Prefixes can even outperform full fine-tuning methods. We present state-of-the-art results on several data-to-text datasets, including WebNLG.

📄 PDF Abstract BibTeX arXiv:2110.08329

Code (2)

Yale-LILY/dart 공식 구현
jordiclive/ControlPrefixes 공식 구현 pytorch

Tasks

Abstractive Text SummarizationAttributeData-to-Text GenerationLanguage ModelingLanguage ModellingText GenerationText SimplificationText Summarization

Similar Papers 제목 키워드 기반

An Extensible Plug-and-Play Method for Multi-Aspect Controllable Text Generation

2022-12-19 · Xuancheng Huang, Zijun Liu, Peng Li, Tao Li 외

Recently, multi-aspect controllable text generation that controls the generated text in multiple aspects (e.g., sentiment, topic, and keywords) has attracted increasing attention. Although methods based on parameter effi…

Machine TranslationText GenerationTranslation

Controllable Natural Language Generation with Contrastive Prefixes

2022-02-27 · Findings (ACL) 2022 5 · Jing Qian, Li Dong, Yelong Shen, Furu Wei 외

To guide the generation of large pretrained language models (LM), previous work has focused on directly fine-tuning the language model or utilizing an attribute discriminator. In this work, we propose a novel lightweight…

AttributeLanguage ModelingLanguage ModellingText Generation

Controllable Natural Language Generation with Contrastive Prefixes

2021-11-16 · ACL ARR November 2021 11 · Anonymous

To guide the generation of large pretrained language models (LM), previous work has focused on directly fine-tuning the language model or utilizing an attribute discriminator. In this work, we propose a novel lightweight…

AttributeLanguage ModelingLanguage ModellingText Generation

LaPA$^2$: Length-Aware Prefix and Prompt Attention Augmentation for Long-Form Controllable Text Generation

2025-08-06 · Jiabing Yang, Yixiang Chen, Zichen Wen, Chenhang Cui 외 arxiv

Prefix-based methods have emerged as a promising paradigm for Controllable Text Generation (CTG) due to their parameter efficiency. However, while effective in short sequences, their controllability tends to diminish as …

Text Generation

PrefixNLI: Detecting Factual Inconsistencies as Soon as They Arise

2025-11-03 · Sapir Harary, Eran Hirsch, Aviv Slobodkin, David Wan 외 arxiv

Natural Language Inference (NLI) models have been used in various ways to improve the factuality of LLM outputs. This is typically done by applying an NLI model to judge whether the model output is entailed from the supp…

Natural Language Inference