paper-with-me

홈 › Papers

Twist Decoding: Diverse Generators Guide Each Other

2022-05-19 · Jungo Kasai, Keisuke Sakaguchi, Ronan Le Bras, Hao Peng, Ximing Lu, Dragomir Radev, Yejin Choi, Noah A. Smith

Many language generation models are now available for a wide range of generation tasks, including machine translation and summarization. Combining such diverse models may lead to further progress, but ensembling generation models is challenging during inference: conventional ensembling methods (e.g., shallow fusion) require that the models share vocabulary/tokenization schemes. We introduce Twist decoding, a simple and general text generation algorithm that benefits from diverse models at inference time. Our method does not assume the vocabulary, tokenization or even generation order is shared. Our extensive evaluations on machine translation and scientific paper summarization demonstrate that Twist decoding substantially outperforms each model decoded in isolation over various scenarios, including cases where domain-specific and general-purpose models are both available. Twist decoding also consistently outperforms the popular reranking heuristic where output candidates from one model are rescored by another. We hope that our work will encourage researchers and practitioners to examine generation models collectively, not just independently, and to seek out models with complementary strengths to the currently available models. Our code is available at https://github.com/jungokasai/twist_decoding.

📄 PDF Abstract BibTeX arXiv:2205.09273

Code (1)

jungokasai/twist_decoding 공식 구현 pytorch

Tasks

Machine TranslationRerankingText GenerationTranslation

Similar Papers 제목 키워드 기반

Statistical Quality and Reproducibility of Pseudorandom Number Generators in Machine Learning technologies

2025-07-02 · Benjamin A. Antunes arxiv

Machine learning (ML) frameworks rely heavily on pseudorandom number generators (PRNGs) for tasks such as data shuffling, weight initialization, dropout, and optimization. Yet, the statistical quality and reproducibility…

Train & Constrain: Phonologically Informed Tongue-Twister Generation from Topics and Paraphrases

2024-03-20 · Tyler Loakman, Chen Tang, Chenghua Lin

Previous work in phonologically and phonetically grounded language generation has mainly focused on domains such as puns and poetry. In this article, we present new work on the generation of English tongue twisters - a f…

Language ModelingLanguage ModellingText Generation

TWISTED-RL: Hierarchical Skilled Agents for Knot-Tying without Human Demonstrations

2026-02-16 · Guy Freund, Tom Jurgenson, Matan Sudry, Erez Karpas arxiv

Robotic knot-tying represents a fundamental challenge in robotics due to the complex interactions between deformable objects and strict topological constraints. We present TWISTED-RL, a framework that improves upon the p…

Reinforcement Learning

A Plug-and-Play Method for Controlled Text Generation

2021-09-20 · Findings (EMNLP) 2021 11 · Damian Pascual, Beni Egressy, Clara Meister, Ryan Cotterell 외

Large pre-trained language models have repeatedly shown their ability to produce fluent text. Yet even when starting from a prompt, generation can continue in many plausible directions. Current decoding methods with the …

SentenceStory GenerationText Generation

TWIST: Closed-Loop token Synchronization for Application-Aware Wireless Digital Twins

2026-05-26 · Sige Liu, Kezhi Wang arxiv

Wireless digital twins require repeated synchronization between a time-evolving physical scene and its digital counterpart under limited and time-varying communication resources. For perception-centric twins, pixel-domai…