TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Dynamic Evaluation of Transformer Language Models

Dynamic Evaluation of Transformer Language Models

Ben Krause, Emmanuel Kahembwe, Iain Murray, Steve Renals

2019-04-17Language Modelling
PaperPDFCode

Abstract

This research note combines two methods that have recently improved the state of the art in language modeling: Transformers and dynamic evaluation. Transformers use stacked layers of self-attention that allow them to capture long range dependencies in sequential data. Dynamic evaluation fits models to the recent sequence history, allowing them to assign higher probabilities to re-occurring sequential patterns. By applying dynamic evaluation to Transformer-XL models, we improve the state of the art on enwik8 from 0.99 to 0.94 bits/char, text8 from 1.08 to 1.04 bits/char, and WikiText-103 from 18.3 to 16.4 perplexity points.

Results

TaskDatasetMetricValueModel
Language ModellingWikiText-103Test perplexity16.4Transformer-XL (RMS dynamic eval)
Language ModellingWikiText-103Validation perplexity15.8Transformer-XL (RMS dynamic eval)
Language ModellingWikiText-103Test perplexity17Transformer-XL (SGD dynamic eval)
Language ModellingWikiText-103Validation perplexity16.3Transformer-XL (SGD dynamic eval)
Language ModellingText8Bit per Character (BPC)1.038Transformer-XL + RMS dynamic eval + decay
Language ModellingHutter PrizeBit per Character (BPC)0.94Transformer-XL + RMS dynamic eval
Language Modellingenwik8Bit per Character (BPC)0.94Transformer-XL (24 layers, RMS dynamic eval, decay)

Related Papers

Visual-Language Model Knowledge Distillation Method for Image Quality Assessment2025-07-21Making Language Model a Hierarchical Classifier and Generator2025-07-17VisionThink: Smart and Efficient Vision Language Model via Reinforcement Learning2025-07-17The Generative Energy Arena (GEA): Incorporating Energy Awareness in Large Language Model (LLM) Human Evaluations2025-07-17Inverse Reinforcement Learning Meets Large Language Model Post-Training: Basics, Advances, and Opportunities2025-07-17Assay2Mol: large language model-based drug design using BioAssay context2025-07-16Describe Anything Model for Visual Question Answering on Text-rich Images2025-07-16InstructFLIP: Exploring Unified Vision-Language Model for Face Anti-spoofing2025-07-16