SOTAVerified

Improving Context Aware Language Models

2017-04-21Code Available0· sign in to hype

Aaron Jaech, Mari Ostendorf

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Increased adaptability of RNN language models leads to improved predictions that benefit many applications. However, current methods do not take full advantage of the RNN structure. We show that the most widely-used approach to adaptation (concatenating the context with the word embedding at the input to the recurrent layer) is outperformed by a model that has some low-cost improvements: adaptation of both the hidden and output layers. and a feature hashing bias term to capture context idiosyncrasies. Experiments on language modeling and classification tasks using three different corpora demonstrate the advantages of the proposed techniques.

Tasks

Reproductions