paper-with-me

홈 › Papers

Goldfish: Monolingual Language Models for 350 Languages

2024-08-19 · Tyler A. Chang, Catherine Arnett, Zhuowen Tu, Benjamin K. Bergen

For many low-resource languages, the only available language models are large multilingual models trained on many languages simultaneously. However, using FLORES perplexity as a metric, we find that these models perform worse than bigrams for many languages (e.g. 24% of languages in XGLM 4.5B; 43% in BLOOM 7.1B). To facilitate research that focuses on low-resource languages, we pre-train and release Goldfish, a suite of monolingual autoregressive Transformer language models up to 125M parameters for 350 languages. The Goldfish reach lower FLORES perplexities than BLOOM, XGLM, and MaLA-500 on 98 of 204 FLORES languages, despite each Goldfish model being over 10x smaller. However, the Goldfish significantly underperform larger multilingual models on reasoning benchmarks, suggesting that for low-resource languages, multilinguality primarily improves general reasoning abilities rather than basic text generation. We release models trained on 5MB (350 languages), 10MB (288 languages), 100MB (166 languages), and 1GB (83 languages) of text data where available. The Goldfish models are available as baselines, fine-tuning sources, or augmentations to existing models in low-resource NLP research, and they are further useful for crosslinguistic studies requiring maximally comparable models across languages.

📄 PDF Abstract BibTeX arXiv:2408.10441

Code (1)

tylerachang/goldfish 공식 구현 pytorch

Tasks

Text Generation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
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…

Similar Papers 제목 키워드 기반

Cross-Lingual Alignment Without Joint Training: Do Monolingual Language Models Converge on Universal Representations?

2026-08-27 · Ej Zhou, Suchir Salhan, Catherine Arnett, Anna Korhonen arxiv

Cross-lingual alignment in multilingual language models is typically attributed to joint training: shared parameters, mixed-language batches, or explicit alignment objectives. We ask whether monolingual models trained on…

Pre-training via Leveraging Assisting Languages for Neural Machine Translation

2020-07-01 · ACL 2020 6 · Haiyue Song, Raj Dabre, Zhuoyuan Mao, Fei Cheng 외

Sequence-to-sequence (S2S) pre-training using large monolingual data is known to improve performance for various S2S NLP tasks. However, large monolingual corpora might not always be available for the languages of intere…

Machine TranslationNMTTranslation

A Checkpoint on Multilingual Misogyny Identification

2022-05-01 · ACL 2022 5 · Arianna Muti, Alberto Barrón-Cedeño

We address the problem of identifying misogyny in tweets in mono and multilingual settings in three languages: English, Italian, and Spanish. We explore model variations considering single and multiple languages both in …

Transfer Learningzero-shot-classificationZero-Shot Learning

Goldfish: Vision-Language Understanding of Arbitrarily Long Videos

2024-07-17 · Kirolos Ataallah, Xiaoqian Shen, Eslam Abdelrahman, Essam Sleiman 외

Most current LLM-based models for video understanding can process videos within minutes. However, they struggle with lengthy videos due to challenges such as "noise and redundancy", as well as "memory and computation" co…

RetrievalVideo Understanding

Magic dust for cross-lingual adaptation of monolingual wav2vec-2.0

2021-10-07 · Sameer Khurana, Antoine Laurent, James Glass

We propose a simple and effective cross-lingual transfer learning method to adapt monolingual wav2vec-2.0 models for Automatic Speech Recognition (ASR) in resource-scarce languages. We show that a monolingual wav2vec-2.0…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Cross-Lingual Transferspeech-recognition+2