paper-with-me

홈 › Papers

BLOOM+1: Adding Language Support to BLOOM for Zero-Shot Prompting

2022-12-19 · Zheng-Xin Yong, Hailey Schoelkopf, Niklas Muennighoff, Alham Fikri Aji, David Ifeoluwa Adelani, Khalid Almubarak, M Saiful Bari, Lintang Sutawika, Jungo Kasai, Ahmed Baruwa, Genta Indra Winata, Stella Biderman, Edward Raff, Dragomir Radev, Vassilina Nikoulina

The BLOOM model is a large publicly available multilingual language model, but its pretraining was limited to 46 languages. To extend the benefits of BLOOM to other languages without incurring prohibitively large costs, it is desirable to adapt BLOOM to new languages not seen during pretraining. In this work, we apply existing language adaptation strategies to BLOOM and benchmark its zero-shot prompting performance on eight new languages in a resource-constrained setting. We find language adaptation to be effective at improving zero-shot performance in new languages. Surprisingly, we find that adapter-based finetuning is more effective than continued pretraining for large models. In addition, we discover that prompting performance is not significantly affected by language specifics, such as the writing system. It is primarily determined by the size of the language adaptation data. We also add new languages to BLOOMZ, which is a multitask finetuned version of BLOOM capable of following task instructions zero-shot. We find including a new language in the multitask fine-tuning mixture to be the most effective method to teach BLOOMZ a new language. We conclude that with sufficient training data language adaptation can generalize well to diverse languages. Our code is available at https://github.com/bigscience-workshop/multilingual-modeling.

📄 PDF Abstract BibTeX arXiv:2212.09535

Code (1)

bigscience-workshop/multilingual-modeling 공식 구현 pytorch

Tasks

Language ModellingZero-Shot Learning

Methods 이 논문이 사용한 방법론

BLOOMZ BLOOMZ is a Multitask prompted finetuning (MTF) variant of BLOOM.
BLOOM BLOOM is a decoder-only Transformer language model that was trained on the ROOTS corpus, a dataset comprising hundreds of sources in 46 natural and 13 programming languages…

Similar Papers 제목 키워드 기반

Extending the Pre-Training of BLOOM for Improved Support of Traditional Chinese: Models, Methods and Results

2023-03-08 · Philipp Ennen, Po-chun Hsu, Chan-Jan Hsu, Chang-Le Liu 외

In this paper we present the multilingual language model BLOOM-zh that features enhanced support for Traditional Chinese. BLOOM-zh has its origins in the open-source BLOOM models presented by BigScience in 2022. Starting…

ArticlesLanguage ModelingLanguage Modelling

Understanding BLOOM: An empirical study on diverse NLP tasks

2022-11-27 · Parag Pravin Dakle, SaiKrishna Rallabandi, Preethi Raghavan

We view the landscape of large language models (LLMs) through the lens of the recently released BLOOM model to understand the performance of BLOOM and other decoder-only LLMs compared to BERT-style encoder-only models. W…

DecoderFew-Shot Text ClassificationQuestion Answeringtext-classification+3

Free-Bloom: Zero-Shot Text-to-Video Generator with LLM Director and LDM Animator

2023-09-25 · NeurIPS 2023 11 · Hanzhuo Huang, Yufan Feng, Cheng Shi, Lan Xu 외

Text-to-video is a rapidly growing research area that aims to generate a semantic, identical, and temporal coherence sequence of frames that accurately align with the input text prompt. This study focuses on zero-shot te…

Text-to-Video GenerationVideo GenerationZero-shot Text-to-Video Generation

Multimodal Analytics of Cybersecurity Crisis Preparation Exercises: What Predicts Success?

2026-03-30 · Conrad Borchers, Valdemar Švábenský, Sandesh K. Kafle, Kevin K. Tang 외 arxiv

Instructional alignment, the match between intended cognition and enacted activity, is central to effective instruction but hard to operationalize at scale. We examine alignment in cybersecurity simulations using multimo…

BloomNet: A Robust Transformer based model for Bloom's Learning Outcome Classification

2021-08-16 · Abdul Waheed, Muskan Goyal, Nimisha Mittal, Deepak Gupta 외

Bloom taxonomy is a common paradigm for categorizing educational learning objectives into three learning levels: cognitive, affective, and psychomotor. For the optimization of educational programs, it is crucial to desig…

Out-of-Distribution Generalization