The table will scroll to the left
Task name | Result | Metric |
---|---|---|
LCS | 0.12 | Accuracy |
RCB | 0.326 / 0.185 | Avg. F1 / Accuracy |
USE | 0.001 | Grade Norm |
RWSD | 0.5 | Accuracy |
PARus | 0.506 | Accuracy |
ruTiE | 0.528 | Accuracy |
MultiQ | 0.013 / 0.003 | F1-score/EM |
CheGeKa | 0.001 / 0 | F1 / EM |
ruModAr | 0.0 | EM |
ruMultiAr | 0.0 | EM |
MathLogicQA | 0.261 | Accuracy |
ruWorldTree | 0.269 / 0.255 | Avg. F1 / Accuracy |
ruOpenBookQA | 0.23 / 0.223 | Avg. F1 / Accuracy |
The table will scroll to the left
Task name | Result | Metric | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
BPS | 0.494 | Accuracy | ||||||||||||||||||||||||
ruMMLU | 0.254 | Accuracy | ||||||||||||||||||||||||
SimpleAr | 0.0 | EM | ||||||||||||||||||||||||
ruHumanEval | 0 / 0 / 0 | pass@k | ||||||||||||||||||||||||
ruHHH |
0.489
|
Accuracy | ||||||||||||||||||||||||
ruHateSpeech |
0.525
|
Accuracy | ||||||||||||||||||||||||
ruDetox |
|
Overall average score (J) Assessment of the preservation of meaning (SIM) Assessment of naturalness (FL) Style Transfer Accuracy (STA) |
||||||||||||||||||||||||
ruEthics |
Table results:
[[-0.005, 0.011
, -0.005, 0
, -0.031], |
5 MCC |
MERA
Google's UMT5 XL
Authors closely follow mT5 (Xue et al., 2021) for model architecture and training procedure. Specifically, thet use an encoder-decoder Transformer architecture and the span corruption pretraining objective from T5 (Raffel et al., 2020) on a multilingual corpus consisting of 101 languages plus 6 Latin-script variants (e.g. ru-Latn). They use batch size of 1024 sequences where each sequence is defined by selecting a chunk of 568 tokens from the training corpus. This is then split into 512 input and 114 target tokens. The number of training steps is 250,000.
The model architectures used in this study are the same as mT5 models, except that relative position embeddings are not shared across layers. The vocabulary size is 256,000 subwords, and byte-level fallback is enabled, so unknown tokens are broken down into UTF-8 bytes. Authors use the T5X library (Roberts et al., 2022) to train the models using Google Cloud TPUs. For pretraining, they use Adafactor optimizer (Shazeer & Stern, 2018) with a constant learning rate of 0.01 in the first 10,000 steps and inverse square root decay afterwards. For finetuning, they use Adafactor with a constant learning rate of 5e−5.
UMT5 is pretrained on the an updated version of mC4 corpus, covering 107 languages.
Unlike mT5, authors do not use loss normalization factor. Instead they use the number of real target tokens as the effective loss normalization. Finally, they do not factorize the second moment of the Adafactor states and use momentum, neither of which are used in T5 and mT5 studies.
Apache 2.0
Code version v.1.1.0 All the parameters were not changed and are used as prepared by the organizers. Details: - 1 x NVIDIA A100 - dtype auto - Pytorch 2.1.2 + CUDA 12.1 - Transformers 4.36.2 - Context length 512