paper-with-me

Papers

Character-Level Language Modeling with Deeper Self-Attention

2018-08-09 · Rami Al-Rfou, Dokook Choe, Noah Constant, Mandy Guo, Llion Jones

LSTMs and other RNN variants have shown strong performance on character-level language modeling. These models are typically trained using truncated backpropagation through time, and it is common to assume that their success stems from their ability to remember long-term contexts. In this paper, we show that a deep (64-layer) transformer model with fixed context outperforms RNN variants by a large margin, achieving state of the art on two popular benchmarks: 1.13 bits per character on text8 and 1.06 on enwik8. To get good results at this depth, we show that it is important to add auxiliary losses, both at intermediate network layers and intermediate sequence positions.

📄 PDF Abstract BibTeX arXiv:1808.04444

Code (1)

facebookresearch/code-prediction-transformer pytorch

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Group-Transformer: Towards A Lightweight Character-level Language Model

2019-09-25 · Sungrae Park, Geewook Kim, Junyeop Lee, Junbum Cha 외

Character-level language modeling is an essential but challenging task in Natural Language Processing. Prior works have focused on identifying long-term dependencies between characters and have built deeper and wider ne…

Language ModelingLanguage Modelling

From Bytes to Ideas: Language Modeling with Autoregressive U-Nets

2025-06-17 · Mathurin Videau, Badr Youbi Idrissi, Alessandro Leite, Marc Schoenauer 외

Tokenization imposes a fixed granularity on the input text, freezing how a language model operates on data and how far in the future it predicts. Byte Pair Encoding (BPE) and similar schemes split text once, build a stat…

Language ModelingLanguage Modelling

Improving Low-Resource Morphological Inflection via Self-Supervised Objectives

2025-06-05 · Adam Wiemerslage, Katharina von der Wense

Self-supervised objectives have driven major advances in NLP by leveraging large-scale unlabeled data, but such resources are scarce for many of the world's languages. Surprisingly, they have not been explored much for c…

DecoderLanguage ModelingLanguage ModellingMasked Language Modeling+1

BERTwich: Extending BERT's Capabilities to Model Dialectal and Noisy Text

2023-10-31 · Aarohi Srivastava, David Chiang

Real-world NLP applications often deal with nonstandard text (e.g., dialectal, informal, or misspelled text). However, language models like BERT deteriorate in the face of dialect variation or noise. How do we push BERT'…

Language ModelingLanguage ModellingMasked Language Modeling

Dual Long Short-Term Memory Networks for Sub-Character Representation Learning

2017-12-23 · Han He, Lei Wu, Xiaokun Yang, Hua Yan 외

Characters have commonly been regarded as the minimal processing unit in Natural Language Processing (NLP). But many non-latin languages have hieroglyphic writing systems, involving a big alphabet with thousands or milli…

Chinese Word SegmentationRepresentation LearningSegmentation