Challenge: Existing models rely on sub-word tokens for text generation, but there is no evidence for a more efficient way to generate text.
Approach: They propose a hierarchical transformer language model capable of text generation by compressing text into sentence embeddings and employing a sentence attention mechanism.
Outcome: The proposed model achieves an up to an order of magnitude improvement in FLOPs efficiency and a threefold increase in runtime speed compared to equally-sized models in the low-size regime.

Similar Papers

Generative Pre-trained Speech Language Model with Efficient Hierarchical Transformer (2024.acl-long)

Copied to clipboard

Challenge: Experimental results indicate that GPST significantly outperforms the existing speech language models in terms of word error rate, speech quality, and speaker similarity.
Approach: They propose a hierarchical transformer that quantizes audio waveforms into two distinct types of discrete speech representations and integrates them within a transformer architecture.
Outcome: The proposed model outperforms existing speech language models in word error rate, speech quality, and speaker similarity.
Compression of Generative Pre-trained Language Models via Quantization (2022.acl-long)

Copied to clipboard

Challenge: Existing methods to compress generative pre-trained language models fail on generative tasks due to homogeneous word embeddings and limited memory.
Approach: They propose a token-level contrastive distillation method to learn distinguishable word embeddings and a module-wise dynamic scaling method to make quantizers adaptive to different modules.
Outcome: The proposed method outperforms the state-of-the-art compression methods on generative PLMs by a clear margin.
Structured Pruning for Efficient Generative Pre-trained Language Models (2023.findings-acl)

Copied to clipboard

Challenge: Large-scale generative Pre-trained Language Models (PLMs) are limited in their deployment in real-world applications.
Approach: They propose to prune the feed-forward networks of generative pre-trained language models to smaller widths without designing extra operators.
Outcome: The proposed method achieves 1.51x/6.96x inference speedup on GPU/CPU with 67% size reduction.
Progressive Generation of Long Text with Pretrained Language Models (2021.naacl-main)

Copied to clipboard

Challenge: Existing methods for "long" text generation are limited to outputs of 50-200 tokens . however, our proposed ProGen generates coherent long passages of text in a progressive manner .
Approach: They propose a method for generating coherent long passages of text in a progressive manner . they first produce domain-specific content keywords and then refine them into complete passages . human evaluation validates that their proposed generation is more coherent .
Outcome: The proposed method produces domain-specific content keywords and refines them into complete passages in multiple stages.
Diffusion with Truncated Blocks: Fast and High-Quality Text Generation using Truncated Block Generation (2026.findings-acl)

Copied to clipboard

Challenge: Diffusion-based Large Language Models (dLLMs) generate text by iteratively denoising masked sequences.
Approach: They propose a method that iteratively denoises masked sequences to reduce the model's attention dilution by token-level noise while models employing sequence-level noising exhibit a reduced effect.
Outcome: The proposed method improves the performance and efficiency of Diffusion-based large language models by iterating on masked sequences.
Pretraining Context Compressor for Large Language Models with Embedding-Based Memory (2025.acl-long)

Copied to clipboard

Challenge: Efficient processing of long contexts in large language models is essential for real-world applications such as retrieval-augmented generation and in-context learning.
Approach: They propose a decoupled compressor-LLM framework that preserves contextual information within condensed embedding representations.
Outcome: The proposed framework outperforms baseline models in three domains and across eight datasets while adapting to different downstream LLMs.
Extending Context Window of Large Language Models via Semantic Compression (2024.findings-acl)

Copied to clipboard

Challenge: Existing models rely on a quadratic computation to generate long texts . current models impose limitations on the length of text inputs .
Approach: They propose a semantic compression method that extends the context window of large language models . the method reduces the semantic redundancy of long inputs before passing them to the LLMs .
Outcome: The proposed method extends the context window of large language models across tasks . it exhibits consistent fluency in text generation while reducing associated computational overhead.
PLANET: Dynamic Content Planning in Autoregressive Transformers for Long-form Text Generation (2022.acl-long)

Copied to clipboard

Challenge: Existing methods for text generation still suffer from incoherence problems . Neural sequence-to-sequence (seq2sequ) models generate fluent results .
Approach: They propose a novel generation framework that leverages autoregressive self-attention mechanism to conduct content planning and surface realization dynamically.
Outcome: The proposed framework outperforms baseline models and generates more coherent texts with richer contents.
Towards Lossless Encoding of Sentences (P19-1)

Copied to clipboard

Challenge: Existing methods for encoding text into lossless representations focus on performing well on downstream tasks and are unable to reconstruct original sequence from learned embedding.
Approach: They propose a lossless method for encoding long sequences of texts into feature rich representations by recursive autoencoding.
Outcome: The proposed method performs well on sentiment analysis and sentiment classification tasks.
Controllable Text Generation with Residual Memory Transformer (2024.findings-acl)

Copied to clipboard

Challenge: Large-scale Causal Language Models (CLMs) have been successful in text generation, but there is still a challenge to control the generation process.
Approach: They propose a non-intrusive, lightweight control plugin to control the generation process of a CLM at arbitrary time steps.
Outcome: The proposed plugin can handle any type of control conditions and cooperate with the base CLM through a residual learning paradigm.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations