paper-with-me

Papers

Mogrifier LSTM

2019-09-04 · ICLR 2020 1 · Gábor Melis, Tomáš Kočiský, Phil Blunsom

Many advances in Natural Language Processing have been based upon more expressive models for how inputs interact with the context in which they occur. Recurrent networks, which have enjoyed a modicum of success, still lack the generalization and systematicity ultimately required for modelling language. In this work, we propose an extension to the venerable Long Short-Term Memory in the form of mutual gating of the current input and the previous output. This mechanism affords the modelling of a richer space of interactions between inputs and their context. Equivalently, our model can be viewed as making the transition function given by the LSTM context-dependent. Experiments demonstrate markedly improved generalization on language modelling in the range of 3-4 perplexity points on Penn Treebank and Wikitext-2, and 0.01-0.05 bpc on four character-based datasets. We establish a new state of the art on all datasets with the exception of Enwik8, where we close a large gap between the LSTM and Transformer models.

📄 PDF Abstract BibTeX arXiv:1909.01792

Code (3)

deepmind/lamb 공식 구현 tf
RMichaelSwan/MogrifierLSTM pytorch
microcoder-py/mogrifier-lstm tf

Tasks

Language Modelling

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Mogrifier LSTM The Mogrifier LSTM is an extension to the LSTM where the LSTM’s input $\mathbf{x}$ is gated conditioned on the output of the previous…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Inflexible Multi-Asset Hedging of incomplete market

2022-11-02 · Ruochen Xiao, Qiaochu Feng, Ruxin Deng

Models trained under assumptions in the complete market usually don't take effect in the incomplete market. This paper solves the hedging problem in incomplete market with three sources of incompleteness: risk factor, il…

Gates Are Not What You Need in RNNs

2021-08-01 · Ronalds Zakovskis, Andis Draguns, Eliza Gaile, Emils Ozolins 외

Recurrent neural networks have flourished in many areas. Consequently, we can see new RNN cells being developed continuously, usually by creating or using gates in a new, original way. But what if we told you that gates …

Language ModelingLanguage ModellingMusic ModelingSentiment Analysis

CLUZH at SIGMORPHON 2021 Shared Task on Multilingual Grapheme-to-Phoneme Conversion: Variations on a Baseline

2021-08-01 · ACL (SIGMORPHON) 2021 8 · Simon Clematide, Peter Makarov

This paper describes the submission by the team from the Department of Computational Linguistics, Zurich University, to the Multilingual Grapheme-to-Phoneme Conversion (G2P) Task 1 of the SIGMORPHON 2021 challenge in the…

DecoderGrapheme-to-Phoneme ConversionImitation Learning

Vision Transformer Based Model for Describing a Set of Images as a Story

2022-10-06 · Zainy M. Malakan, Ghulam Mubashar Hassan, Ajmal Mian

Visual Story-Telling is the process of forming a multi-sentence story from a set of images. Appropriately including visual variation and contextual information captured inside the input images is one of the most challeng…

Language ModellingSentenceVisual Storytelling

Nested LSTMs

2018-01-31 · Joel Ruben Antony Moniz, David Krueger

We propose Nested LSTMs (NLSTM), a novel RNN architecture with multiple levels of memory. Nested LSTMs add depth to LSTMs via nesting as opposed to stacking. The value of a memory cell in an NLSTM is computed by an LSTM …

Language ModelingLanguage Modelling