paper-with-me

Papers

Scaling Recurrent Neural Network Language Models

2015-02-02 · Will Williams, Niranjani Prasad, David Mrva, Tom Ash, Tony Robinson

This paper investigates the scaling properties of Recurrent Neural Network Language Models (RNNLMs). We discuss how to train very large RNNs on GPUs and address the questions of how RNNLMs scale with respect to model size, training-set size, computational costs and memory. Our analysis shows that despite being more costly to train, RNNLMs obtain much lower perplexities on standard benchmarks than n-gram models. We train the largest known RNNs and present relative word error rates gains of 18% on an ASR task. We also present the new lowest perplexities on the recently released billion word language modelling benchmark, 1 BLEU point gain on machine translation and a 17% relative hit rate gain in word prediction.

📄 PDF Abstract BibTeX arXiv:1502.00512

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModellingMachine TranslationTranslation

Similar Papers 제목 키워드 기반

Evaluating Computational Language Models with Scaling Properties of Natural Language

2019-06-22 · CL 2019 9 · Shuntaro Takahashi, Kumiko Tanaka-Ishii

In this article, we evaluate computational models of natural language with respect to the universal statistical behaviors of natural language. Statistical mechanical analyses have revealed that natural language text is c…

Text Generation

A Recurrent Neural Circuit Mechanism of Temporal-scaling Equivariant Representation

2023-09-21 · NeurIPS 2023 11

Time perception is critical in our daily life. An important feature of time perception is temporal scaling (TS): the ability to generate temporal sequences (e.g., motor actions) at different speeds. However, it is largel…

Structured Recurrent Mixers for Massively Parallelized Sequence Generation

2026-05-09 · Benjamin L. Badger arxiv

Over the last two decades, language modeling has experienced a shift from the use of predominantly recurrent architectures that process tokens sequentially during training and inference to non-recurrent models that proce…

Reinforcement Learning

Test-Time Compute Scaling for ASR with Depth-Conditioned Looped Transformers

2026-06-03 · Yacouba Kaloga, Shashi Kumar, Shakeel A. Sheikh, Driss Khalil 외 arxiv

End-to-end ASR systems typically use fixed-depth acoustic encoders at inference, making it difficult to trade additional test-time computation for improved recognition without training a larger model. A natural approach …

Speech Recognition

Stabilizing Recurrent Dynamics for Test-Time Scalable Latent Reasoning in Looped Language Models

2026-05-26 · Xiao-Wen Yang, Ziyu Han, Xi-Hua Zhang, Wen-Da Wei 외 arxiv

Looped Language Models (LoopLMs) enable efficient latent reasoning through depth recurrence, yet exhibit unreliable test-time scaling behavior: performance often peaks at a certain iteration depth and then collapses with…

Mathematical Reasoning