paper-with-me

Papers

Pointer Sentinel Mixture Models

2016-09-26 · Stephen Merity, Caiming Xiong, James Bradbury, Richard Socher

Recent neural network sequence models with softmax classifiers have achieved their best language modeling performance only with very large hidden states and large vocabularies. Even then they struggle to predict rare or unseen words even if the context makes the prediction unambiguous. We introduce the pointer sentinel mixture architecture for neural sequence models which has the ability to either reproduce a word from the recent context or produce a word from a standard softmax classifier. Our pointer sentinel-LSTM model achieves state of the art language modeling performance on the Penn Treebank (70.9 perplexity) while using far fewer parameters than a standard softmax LSTM. In order to evaluate how well language models can exploit longer contexts and deal with more realistic vocabularies and larger corpora we also introduce the freely available WikiText corpus.

📄 PDF Abstract BibTeX arXiv:1609.07843

Code (10)

axiomlab/Cable pytorch
elanmart/psmm pytorch
emanjavacas/pie pytorch
jfisher52/influence_theory pytorch
kafura-kafiri/tf2-elmo tf
kkirchheim/pytorch-ood pytorch
mikekestemont/pie pytorch
pasta41/deception pytorch
yangrui123/Hidden tf
zhongping-zhang/engine pytorch

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

[LivE@PeRson]How do I talk to a real person at Expedia? How do I talk to a real person at Expedia? To speak with a live Expedia agent, call 1 (888) 829-0881 anytime. The customer support team is available 24/7 to help with…
Pointer Network Pointer Networks tackle problems where input and output data are sequential data, but can't be solved by seq2seq type models because discrete categories of output elements…
Variational Dropout Variational Dropout is a regularization technique based on dropout, but uses a variational inference grounded approach. In…
Zoneout Zoneout is a method for regularizing RNNs. At each timestep, zoneout stochastically forces some…
Pointer Sentinel-LSTM The Pointer Sentinel-LSTM mixture model is a type of recurrent neural network that combines the advantages of standard softmax
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Code Completion with Neural Attention and Pointer Networks

2017-11-27 · Jian Li, Yue Wang, Michael R. Lyu, Irwin King

Intelligent code completion has become an essential research task to accelerate modern software development. To facilitate effective code completion for dynamically-typed programming languages, we apply neural language m…

Code Completion

Logic Constrained Pointer Networks for Interpretable Textual Similarity

2020-07-15 · Subhadeep Maji, Rohan Kumar, Manish Bansal, Kalyani Roy 외

Systematically discovering semantic relationships in text is an important and extensively studied area in Natural Language Processing, with various tasks such as entailment, semantic similarity, etc. Decomposability of s…

Semantic SimilaritySemantic Textual SimilaritySentence

Revisiting the Architectures like Pointer Networks to Efficiently Improve the Next Word Distribution, Summarization Factuality, and Beyond

2023-05-20 · Haw-Shiuan Chang, Zonghai Yao, Alolika Gon, Hong Yu 외

Is the output softmax layer, which is adopted by most language models (LMs), always the best way to compute the next word probability? Given so many attention layers in a modern transformer-based LM, are the pointer netw…

Time Series Classification of Supraglacial Lakes Evolution over Greenland Ice Sheet

2024-10-08 · Emam Hossain, Md Osman Gani, Devon Dunmire, Aneesh Subramanian 외

The Greenland Ice Sheet (GrIS) has emerged as a significant contributor to global sea level rise, primarily due to increased meltwater runoff. Supraglacial lakes, which form on the ice sheet surface during the summer mon…

Time SeriesTime Series Classification

Pointer: Linear-Complexity Long-Range Modeling without Pre-training

2025-08-04 · Zixi Li arxiv

We introduce Pointer, a novel architecture that achieves linear $O(NK)$ complexity for long-range sequence modeling while maintaining superior performance without requiring pre-training. Unlike standard attention mechani…

Long-range modeling