paper-with-me

Papers

A Simple, Fast Diverse Decoding Algorithm for Neural Generation

2016-11-25 · Jiwei Li, Will Monroe, Dan Jurafsky

In this paper, we propose a simple, fast decoding algorithm that fosters diversity in neural generation. The algorithm modifies the standard beam search algorithm by adding an inter-sibling ranking penalty, favoring choosing hypotheses from diverse parents. We evaluate the proposed model on the tasks of dialogue response generation, abstractive summarization and machine translation. We find that diverse decoding helps across all tasks, especially those for which reranking is needed. We further propose a variation that is capable of automatically adjusting its diversity decoding rates for different inputs using reinforcement learning (RL). We observe a further performance boost from this RL technique. This paper includes material from the unpublished script "Mutual Information and Diverse Decoding Improve Neural Machine Translation" (Li and Jurafsky, 2016).

📄 PDF Abstract BibTeX arXiv:1611.08562

Code (1)

TaiseiAso/BiGruAttEncDec pytorch

Tasks

Abstractive Text SummarizationDiversityMachine TranslationReinforcement LearningReinforcement Learning (RL)RerankingResponse GenerationTranslation

Similar Papers 제목 키워드 기반

FastSeq: Make Sequence Generation Faster

2021-06-08 · ACL 2021 5 · Yu Yan, Fei Hu, Jiusheng Chen, Nikhil Bhendawade 외

Transformer-based models have made tremendous impacts in natural language generation. However the inference speed is a bottleneck due to large model size and intensive computing involved in auto-regressive decoding proce…

Text Generation

Phrase-based Machine Translation using Multiple Preordering Candidates

2016-12-01 · COLING 2016 12 · Yusuke Oda, Taku Kudo, Tetsuji Nakagawa, Taro Watanabe

In this paper, we propose a new decoding method for phrase-based statistical machine translation which directly uses multiple preordering candidates as a graph structure. Compared with previous phrase-based decoding meth…

DecoderMachine TranslationTranslation

Twist Decoding: Diverse Generators Guide Each Other

2022-05-19 · Jungo Kasai, Keisuke Sakaguchi, Ronan Le Bras, Hao Peng 외

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 generati…

Machine TranslationRerankingText GenerationTranslation

A Frustratingly Simple Decoding Method for Neural Text Generation

2023-05-22 · Haoran Yang, Deng Cai, Huayang Li, Wei Bi 외

We introduce a frustratingly simple, super efficient and surprisingly effective decoding method, which we call Frustratingly Simple Decoding (FSD), for neural text generation. The idea behind FSD is straightforward: we b…

Language ModelingLanguage ModellingText Generation

Generating Diverse and High-Quality Texts by Minimum Bayes Risk Decoding

2024-01-10 · Yuu Jinnai, Ukyo Honda, Tetsuro Morimura, Peinan Zhang

One of the most important challenges in text generation systems is to produce outputs that are not only correct but also diverse. Recently, Minimum Bayes-Risk (MBR) decoding has gained prominence for generating sentences…

DecoderDiversityLanguage ModelingLanguage Modelling+2