Challenge: Large pretrained language models are successful at generating fluent text but are notoriously hard to controllably sample from.
Approach: They propose a sampling procedure that combines the log-likelihood of the language model with arbitrary constraints in a single energy function and then generates samples in . non-autoregressive manner.
Outcome: The proposed method improves on text generation with soft and hard constraints and keyword-guided generation.

Similar Papers

Language Generation via Combinatorial Constraint Satisfaction: A Tree Search Enhanced Monte-Carlo Approach (2020.findings-emnlp)

Copied to clipboard

Challenge: Generating natural language under complex constraints is a principled formulation towards controllable text generation.
Approach: They propose a method to specify combinatorial constraints for sentence generation . they use a tree search algorithm embedded into the proposal process of the Markov Chain Monte Carlo .
Outcome: The proposed method achieves consistent and significant improvement on multiple language generation tasks.
Scaling Data-Constrained Language Models with Synthetic Data (2026.findings-eacl)

Copied to clipboard

Challenge: Large language models (LLMs) improve with more training data, but practical limitations on data collection constrain further scaling.
Approach: They compare three strategies to generate Japanese text, repeat the limited Japanese Web text, and use English Web text to fill the data shortfall.
Outcome: The proposed model outperforms baselines and achieves the performance achieved when the entire token budget is filled with additional organic Japanese Web text.
PPL-MCTS: Constrained Textual Generation Through Discriminator-Guided MCTS Decoding (2022.naacl-main)

Copied to clipboard

Challenge: Large language models (LM) based on transformers generate plausible long texts . a discriminator-guided approach allows to apply constraints more finely and dynamically.
Approach: They propose to use a discriminator-guided approach to generate constrained texts without fine-tuning the LM.
Outcome: The proposed method is easier and cheaper to train than fine-tuning the LM.
Resource-Rational Noisy-Channel Language Processing: Testing the Effect of Algorithmic Constraints on Inferences (2025.emnlp-main)

Copied to clipboard

Challenge: a fundamental question in psycholinguistics is how comprehenders form interpretations of utterances that they hear or see.
Approach: They propose to use a language model as a prior and an error model to encode likelihoods to perform incremental and approximate probabilistic inferences over intended sentences and production errors.
Outcome: The proposed model captures previously established patterns in human sentence processing, and trade-off between human-like noisy-channel inferences and computational resources falls out of the model.
Diffusion Guided Language Modeling (2024.findings-acl)

Copied to clipboard

Challenge: Existing guidance methods for text generation are prone to decoding errors and degrade performance.
Approach: They propose a model that steers an auto-regressive language model to generate text with desired properties.
Outcome: The proposed model outperforms existing guidance methods on a wide range of benchmark data sets.
Learning to Generate Structured Output with Schema Reinforcement Learning (2025.acl-long)

Copied to clipboard

Challenge: Recent advances in large language models have facilitated the development of intelligent applications like automatic web search (Qin et al., 2023) Several methods exist for generating JSON strings from LLMs, including Prompting but often miss certain schemas.
Approach: They propose to use 40K different JSON schemas to assess models' ability to generate valid JSON outputs.
Outcome: The proposed model improves both in generating JSON outputs and downstream tasks.
Continuous Context Sampling Allows Extending Diversity Boundaries of Large Language Models (2026.acl-srw)

Copied to clipboard

Challenge: Large language models exhibit a persistent limitation: repeated generations from the same prompt tend to be semantically similar.
Approach: They propose to construct a conditioning distribution from a small set of diverse anchor generations and use it to condition an LLM's generation distribution.
Outcome: The proposed framework significantly expands the model's reachable semantic range by constructing a conditioning distribution from a small set of diverse anchor generations.
Scaling LLM Inference Efficiently with Optimized Sample Compute Allocation (2025.naacl-long)

Copied to clipboard

Challenge: Existing methods to optimize sample allocations for large language models fail to account for the optimal sampling configuration.
Approach: They propose an algorithm that optimizes sample allocation by finding an optimal mix of different inference configurations.
Outcome: The proposed algorithm achieves better accuracy on SWE-Bench with 3x less compute than the default configuration.
A Plug-and-Play Method for Controlled Text Generation (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for controlling language generation are not able to produce fluent text . current methods require additional models or fine-tuning to ensure specific words are included .
Approach: They propose a plug-and-play decoding method that allows for controlled language generation . they add a shift in the probability distribution over our vocabulary towards semantically similar words .
Outcome: The proposed method outperforms competing methods in human evaluations and does not impact fluency.
LETI: Learning to Generate from Textual Interactions (2024.findings-naacl)

Copied to clipboard

Challenge: Existing techniques fine-tune on input-output pairs or with numerical rewards that gauge the output quality are not effective.
Approach: They propose to fine-tune pre-trained language models with binary labels and a Python interpreter to get textual feedback from the inputs.
Outcome: The proposed model outperforms the base model on unseen problems and achieves comparable or better performance on humanEval.

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