paper-with-me

홈 › Papers

BSDAR: Beam Search Decoding with Attention Reward in Neural Keyphrase Generation

2019-09-17 · Iftitahu Ni'mah, Vlado Menkovski, Mykola Pechenizkiy

This study mainly investigates two decoding problems in neural keyphrase generation: sequence length bias and beam diversity. We introduce an extension of beam search inference based on word-level and n-gram level attention score to adjust and constrain Seq2Seq prediction at test time. Results show that our proposed solution can overcome the algorithm bias to shorter and nearly identical sequences, resulting in a significant improvement of the decoding performance on generating keyphrases that are present and absent in source text.

📄 PDF Abstract BibTeX arXiv:1909.09485

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityKeyphrase Generation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Arithmetic Sampling: Parallel Diverse Decoding for Large Language Models

2022-10-18 · Luke Vilnis, Yury Zemlyanskiy, Patrick Murray, Alexandre Passos 외

Decoding methods for large language models often trade-off between diversity of outputs and parallelism of computation. Methods such as beam search and Gumbel top-k sampling can guarantee a different output for each elem…

DiversityLanguage ModelingLanguage ModellingLarge Language Model+1

Integration of Frame- and Label-synchronous Beam Search for Streaming Encoder-decoder Speech Recognition

2023-07-24 · Emiru Tsunoo, Hayato Futami, Yosuke Kashiwagi, Siddhant Arora 외

Although frame-based models, such as CTC and transducers, have an affinity for streaming automatic speech recognition, their decoding uses no future knowledge, which could lead to incorrect pruning. Conversely, label-bas…

Automatic Speech RecognitionDecoderspeech-recognitionSpeech Recognition

Segment-Level Vectorized Beam Search Based on Partially Autoregressive Inference

2023-09-26 · Masao Someki, Nicholas Eng, Yosuke Higuchi, Shinji Watanabe

Attention-based encoder-decoder models with autoregressive (AR) decoding have proven to be the dominant approach for automatic speech recognition (ASR) due to their superior accuracy. However, they often suffer from slow…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognition+1

A Continuous Relaxation of Beam Search for End-to-end Training of Neural Sequence Models

2017-08-01 · Kartik Goyal, Graham Neubig, Chris Dyer, Taylor Berg-Kirkpatrick

Beam search is a desirable choice of test-time decoding algorithm for neural sequence models because it potentially avoids search errors made by simpler greedy methods. However, typical cross entropy training procedures …

CCG SupertaggingMotion Segmentationnamed-entity-recognitionNamed Entity Recognition+1

Tokyo Metropolitan University Neural Machine Translation System for WAT 2017

2017-11-01 · WS 2017 11 · Yukio Matsumura, Mamoru Komachi

In this paper, we describe our neural machine translation (NMT) system, which is based on the attention-based NMT and uses long short-term memories (LSTM) as RNN. We implemented beam search and ensemble decoding in the N…

Machine TranslationNMTTranslation