paper-with-me

Papers

Dynamic Evaluation of Neural Sequence Models

2017-09-21 · ICML 2018 7 · Ben Krause, Emmanuel Kahembwe, Iain Murray, Steve Renals

We present methodology for using dynamic evaluation to improve neural sequence models. Models are adapted to recent history via a gradient descent based mechanism, causing them to assign higher probabilities to re-occurring sequential patterns. Dynamic evaluation outperforms existing adaptation approaches in our comparisons. Dynamic evaluation improves the state-of-the-art word-level perplexities on the Penn Treebank and WikiText-2 datasets to 51.1 and 44.3 respectively, and the state-of-the-art character-level cross-entropies on the text8 and Hutter Prize datasets to 1.19 bits/char and 1.08 bits/char respectively.

📄 PDF Abstract BibTeX arXiv:1709.07432

Code (3)

benkrause/dynamic-evaluation 공식 구현 pytorch
benkrause/dynamiceval-transformer tf
sacmehta/PRU pytorch

Tasks

Language Modelling

Similar Papers 제목 키워드 기반

On the Sequence Evaluation based on Stochastic Processes

2024-05-28 · Tianhao Zhang, Zhexiao Lin, Zhecheng Sheng, Chen Jiang 외

Generative models have gained significant prominence in Natural Language Processing (NLP), especially in tackling the complex task of modeling and evaluating long text sequences. This task is crucial for advancing variou…

Coherence EvaluationContrastive LearningMachine TranslationText Generation

From Word Sequences to Behavioral Sequences: Adapting Modeling and Evaluation Paradigms for Longitudinal NLP

2026-01-12 · Adithya V Ganesan, Vasudha Varadarajan, Oscar NE Kjell, Whitney R Ringwald 외 arxiv

While NLP typically treats documents as independent and unordered samples, in longitudinal studies, this assumption rarely holds: documents are nested within authors and ordered in time, forming person-indexed, time-orde…

Proximal Policy Optimization and its Dynamic Version for Sequence Generation

2018-08-24 · Yi-Lin Tuan, Jinzhi Zhang, Yujia Li, Hung-Yi Lee

In sequence generation task, many works use policy gradient for model optimization to tackle the intractable backpropagation issue when maximizing the non-differentiable evaluation metrics or fooling the discriminator in…

ChatbotModel Optimizationreinforcement-learningReinforcement Learning+1

Dynamic Evaluation of Transformer Language Models

2019-04-17 · Ben Krause, Emmanuel Kahembwe, Iain Murray, Steve Renals

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 cap…

Language ModelingLanguage Modelling

DSP: Dynamic Sequence Parallelism for Multi-Dimensional Transformers

2024-03-15 · Xuanlei Zhao, Shenggan Cheng, Chang Chen, Zangwei Zheng 외

Scaling multi-dimensional transformers to long sequences is indispensable across various domains. However, the challenges of large memory requirements and slow speeds of such sequences necessitate sequence parallelism. A…

Text GenerationVideo Generation