Challenge: Existing pre-trained language models cannot be directly employed to generate text under specified lexical constraints.
Approach: They propose a method for insertion-based text generation that inserts tokens between existing tokens in a parallel manner.
Outcome: The proposed method is intuitive and interpretable on Wikipedia and Yelp datasets.

Similar Papers

Enconter: Entity Constrained Progressive Sequence Generation via Insertion-based Transformer (2021.eacl-main)

Copied to clipboard

Challenge: Autoregressive language models do not perform well under hard lexical constraints as they lack fine control of content generation process.
Approach: They propose a new insertion transformer that considers hard lexical constraints and imposes rules over objects in the generated text.
Outcome: The proposed model outperforms baseline models in several performance metrics rendering it more suitable in practical applications.
Parallel Refinements for Lexically Constrained Text Generation with BART (2021.emnlp-main)

Copied to clipboard

Challenge: Existing work injects lexical constraints into the output, which generates generic or ungrammatical sentences and has high computational complexity.
Approach: They propose a model that incorporates pre-specified keywords into the output to control the generated text.
Outcome: The proposed model decomposes the generated text into two sub-tasks and improves the sentence quality.
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.
Unlocking Anticipatory Text Generation: A Constrained Approach for Large Language Models Decoding (2024.emnlp-main)

Copied to clipboard

Challenge: Large language models have shown a powerful ability for text generation, but undesired behaviors such as toxicity and hallucinations can manifest.
Approach: They propose to formalize text generation as a future-constrained generation problem to minimize undesirable behaviors and enforce faithfulness to instructions.
Outcome: The proposed approach is effective across three tasks, including keyword-constrained generation, toxicity reduction, and factual correctness in question-answering.
Text Compression for Efficient Language Generation (2025.naacl-srw)

Copied to clipboard

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.
Leveraging Pre-trained Checkpoints for Sequence Generation Tasks (2020.tacl-1)

Copied to clipboard

Challenge: Unsupervised pre-training of large neural models has revolutionized Natural Language Processing.
Approach: They propose to use pre-trained checkpoints for Sequence Generation to initialize a Transformer-based sequence-to-sequence model that is compatible with these checkpoint.
Outcome: The proposed model is compatible with pre-trained BERT, GPT-2, and RoBERTa checkpoints and achieves state-of-the-art results on Machine Translation, Text Summarization, Sentence Splitting, and Sentance Fusion.
Sketch and Refine: Towards Faithful and Informative Table-to-Text Generation (2021.findings-acl)

Copied to clipboard

Challenge: Existing methods for table-to-text generation suffer from poor faithfulness and low coverage.
Approach: They propose a method that combines Autoregressive and Non-Autoregressive generation to generate a table-to-text from a key-value table using a skeleton and an edit-based non-autoregressively generation model.
Outcome: The proposed method outperforms the existing methods on WikiPerson and WikiBio datasets on coverage and faithfulness.
GPT-too: A Language-Model-First Approach for AMR-to-Text Generation (2020.acl-main)

Copied to clipboard

Challenge: Existing approaches to generating text from AMRs focus on training sequence-to-sequence or graph-tosequent models on annotated data.
Approach: They propose a strong pre-trained language model with cycle consistency-based re-scoring to generate AMR text.
Outcome: The proposed model outperforms existing methods on the English LDC2017T10 dataset.
EDITOR: An Edit-Based Transformer with Repositioning for Neural Machine Translation with Soft Lexical Constraints (2021.tacl-1)

Copied to clipboard

Challenge: Empirically, EDITOR uses soft lexical constraints more effectively than the Levenshtein Transformer while speeding up decoding dramatically compared to constrained beam search.
Approach: They propose an Edit-Based TransfOrmer with Repositioning that integrates lexical preferences into output sequences by iterative editing hypotheses.
Outcome: The proposed model uses soft lexical constraints more effectively than the Levenshtein Transformer while speeding up decoding dramatically compared to constrained beam search.
Deep Copycat Networks for Text-to-Text Generation (D19-1)

Copied to clipboard

Challenge: Text-to-text generation tasks require copying words from the input to the output.
Approach: They propose a transformer-based pointer network for text-to-text generation which generates more abstractive summaries and a further extension of this architecture for automatic post-editing.
Outcome: The proposed model outperforms existing models in text-to-text generation tasks and improves translation accuracy.

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