paper-with-me

Papers

Air-Decoding: Attribute Distribution Reconstruction for Decoding-Time Controllable Text Generation

2023-10-23 · Tianqi Zhong, Quan Wang, Jingxuan Han, Yongdong Zhang, Zhendong Mao

Controllable text generation (CTG) aims to generate text with desired attributes, and decoding-time-based methods have shown promising performance on this task. However, in this paper, we identify the phenomenon of Attribute Collapse for the first time. It causes the fluency of generated text to rapidly decrease when the control strength exceeds a critical value, rendering the text completely unusable. This limitation hinders the effectiveness of decoding methods in achieving high levels of controllability. To address this problem, we propose a novel lightweight decoding framework named Air-Decoding. Its main idea is reconstructing the attribute distributions to balance the weights between attribute words and non-attribute words to generate more fluent text. Specifically, we train prefixes by prefix-tuning to obtain attribute distributions. Then we design a novel attribute distribution reconstruction method to balance the obtained distributions and use the reconstructed distributions to guide language models for generation, effectively avoiding the issue of Attribute Collapse. Experiments on multiple CTG tasks prove that our method achieves a new state-of-the-art control performance.

📄 PDF Abstract BibTeX arXiv:2310.14892

Code (1)

r1047/air-decoding 공식 구현 pytorch

Tasks

AttributeText Generation

Similar Papers 제목 키워드 기반

Brain-optimized inference improves reconstructions of fMRI brain activity

2023-12-12 · Reese Kneeland, Jordyn Ojeda, Ghislain St-Yves, Thomas Naselaris

The release of large datasets and developments in AI have led to dramatic improvements in decoding methods that reconstruct seen images from human brain activity. We evaluate the prospect of further improving recent deco…

Brain Decoding

ECO Decoding: Entropy-Based Control for Controllability and Fluency in Controllable Dialogue Generation

2025-11-03 · Seungmin Shin, Dooyoung Kim, Youngjoong Ko arxiv

Controllable Dialogue Generation (CDG) enables chatbots to generate responses with desired attributes, and weighted decoding methods have achieved significant success in the CDG task. However, using a fixed constant valu…

Dialogue Generation

Exploring The Visual Feature Space for Multimodal Neural Decoding

2025-05-21 · Weihao Xia, Cengiz Oztireli

The intrication of brain signals drives research that leverages multimodal AI to align brain modalities with visual and textual data for explainable descriptions. However, most existing studies are limited to coarse inte…

Brain DecodingQuestion Answering

Breaking the Autoregressive Chain: Hyper-Parallel Decoding for Efficient LLM-Based Attribute Value Extraction

2026-04-29 · Theodore Glavas, Nikhita Vedula, Dushyanta Dhyani, Yilun Zhu 외 arxiv

Some text generation tasks, such as Attribute Value Extraction (AVE), require decoding multiple independent sequences from the same document context. While standard autoregressive decoding is slow due to its sequential n…

Attribute Value ExtractionAttribute ExtractionText Generation

Continuous Speculative Decoding for Autoregressive Image Generation

2024-11-18 · Zili Wang, Robert Zhang, Kun Ding, Qi Yang 외

Continuous-valued Autoregressive (AR) image generation models have demonstrated notable superiority over their discrete-token counterparts, showcasing considerable reconstruction quality and higher generation fidelity. H…

DenoisingImage Generation