paper-with-me

Papers

Patching Leaks in the Charformer for Efficient Character-Level Generation

2022-05-27 · Lukas Edman, Antonio Toral, Gertjan van Noord

Character-based representations have important advantages over subword-based ones for morphologically rich languages. They come with increased robustness to noisy input and do not need a separate tokenization step. However, they also have a crucial disadvantage: they notably increase the length of text sequences. The GBST method from Charformer groups (aka downsamples) characters to solve this, but allows information to leak when applied to a Transformer decoder. We solve this information leak issue, thereby enabling character grouping in the decoder. We show that Charformer downsampling has no apparent benefits in NMT over previous downsampling methods in terms of translation quality, however it can be trained roughly 30% faster. Promising performance on English--Turkish translation indicate the potential of character-level models for morphologically-rich languages.

📄 PDF Abstract BibTeX arXiv:2205.14086

Code (1)

leukas/patchinggbst 공식 구현 pytorch

Tasks

DecoderNMTTranslation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Gradient-Based Subword Tokenization GBST, or Gradient-based Subword Tokenization Module, is a soft gradient-based subword tokenization module that automatically learns latent subword representations from…

Similar Papers 제목 키워드 기반

Patching Leaks in the Charformer for Generative Tasks

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Character-based representations have important advantages over subword-based ones, including increased robustness to noisy input and removing the need of tokenization preprocessing. However, they also have a crucial disa…

DecoderNMT

CharFormer: A Glyph Fusion based Attentive Framework for High-precision Character Image Denoising

2022-07-16 · Daqian Shi, Xiaolei Diao, Lida Shi, Hao Tang 외

Degraded images commonly exist in the general sources of character images, leading to unsatisfactory character recognition results. Existing methods have dedicated efforts to restoring degraded character images. However,…

DenoisingImage Denoising

Charformer: Fast Character Transformers via Gradient-based Subword Tokenization

2021-06-23 · ICLR 2022 4 · Yi Tay, Vinh Q. Tran, Sebastian Ruder, Jai Gupta 외

State-of-the-art models in natural language processing rely on separate rigid subword tokenization algorithms, which limit their generalization ability and adaptation to new settings. In this paper, we propose a new mode…

Inductive BiasLinguistic AcceptabilityNatural Language InferenceParaphrase Identification+2

A New Generation of Perspective API: Efficient Multilingual Character-level Transformers

2022-02-22 · Alyssa Lees, Vinh Q. Tran, Yi Tay, Jeffrey Sorensen 외

On the world wide web, toxic content detectors are a crucial line of defense against potentially hateful and offensive messages. As such, building highly effective classifiers that enable a safer internet is an important…

Toxic Comment Classification

EvoDR: Evolving Dispatching Rules via Large Language Model for Dynamic Flexible Assembly Flow Shop Scheduling

2026-01-22 · Junhao Qiu, Haoyang Zhuang, Fei Liu, Jianjun Liu 외 arxiv

Dynamic flexible assembly flow shop scheduling with multi-product delivery is a critical combinatorial problem, characterized by kitting supply and machine flexibility. Genetic programming is widely used to automatically…