paper-with-me

홈 › Papers

Self-Attentional Models for Lattice Inputs

2019-06-04 · ACL 2019 7 · Matthias Sperber, Graham Neubig, Ngoc-Quan Pham, Alex Waibel

Lattices are an efficient and effective method to encode ambiguity of upstream systems in natural language processing tasks, for example to compactly capture multiple speech recognition hypotheses, or to represent multiple linguistic analyses. Previous work has extended recurrent neural networks to model lattice inputs and achieved improvements in various tasks, but these models suffer from very slow computation speeds. This paper extends the recently proposed paradigm of self-attention to handle lattice inputs. Self-attention is a sequence modeling technique that relates inputs to one another by computing pairwise similarities and has gained popularity for both its strong results and its computational efficiency. To extend such models to handle lattices, we introduce probabilistic reachability masks that incorporate lattice structure into the model and support lattice scores if available. We also propose a method for adapting positional embeddings to lattice structures. We apply the proposed model to a speech translation task and find that it outperforms all examined baselines while being much faster to compute than previous neural lattice models during both training and inference.

📄 PDF Abstract BibTeX arXiv:1906.01617

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiencyspeech-recognitionSpeech RecognitionTranslation

Similar Papers 제목 키워드 기반

Porous Lattice-based Transformer Encoder for Chinese NER

2019-11-07 · Xue Mengge, Yu Bowen, Liu Tingwen, Zhang Yue 외

Incorporating lattices into character-level Chinese named entity recognition is an effective method to exploit explicit word information. Recent works extend recurrent and convolutional neural networks to model lattice i…

Chinese Named Entity RecognitionGPUnamed-entity-recognitionNamed Entity Recognition+2

Neural Lattice-to-Sequence Models for Uncertain Inputs

2017-04-03 · EMNLP 2017 9 · Matthias Sperber, Graham Neubig, Jan Niehues, Alex Waibel

The input to a neural sequence-to-sequence model is often determined by an up-stream system, e.g. a word segmenter, part of speech tagger, or speech recognizer. These up-stream models are potentially error-prone. Represe…

DecoderTranslation

Visual Explanations from Hadamard Product in Multimodal Deep Networks

2017-12-18 · Jin-Hwa Kim, Byoung-Tak Zhang

The visual explanation of learned representation of models helps to understand the fundamentals of learning. The attentional models of previous works used to visualize the attended regions over an image or text using the…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Why Self-Attention? A Targeted Evaluation of Neural Machine Translation Architectures

2018-08-27 · EMNLP 2018 10 · Gongbo Tang, Mathias Müller, Annette Rios, Rico Sennrich

Recently, non-recurrent architectures (convolutional, self-attentional) have outperformed RNNs in neural machine translation. CNNs and self-attentional networks can connect distant words via shorter network paths than RN…

Machine TranslationTranslationWord Sense Disambiguation

Porous Lattice Transformer Encoder for Chinese NER

2020-12-01 · COLING 2020 8 · Xue Mengge, Bowen Yu, Tingwen Liu, Yue Zhang 외

Incorporating lexicons into character-level Chinese NER by lattices is proven effective to exploitrich word boundary information. Previous work has extended RNNs to consume lattice inputsand achieved great success. Howev…

NER