CLCVJun 13, 2024

mOSCAR: A Large-scale Multilingual and Multimodal Document-level Corpus

arXiv:2406.08707v28 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the limitation in mLLM research for non-English languages by providing a public, large-scale dataset, though it is incremental as it extends existing English-only findings to multilingual contexts.

The authors tackled the lack of large-scale multilingual and multimodal document-level datasets for training multimodal large language models (mLLMs) by introducing mOSCAR, a corpus covering 163 languages with 303M documents, 200B tokens, and 1.15B images, which when used in training boosted few-shot learning performance across multilingual image-text tasks.

Multimodal Large Language Models (mLLMs) are trained on a large amount of text-image data. While most mLLMs are trained on caption-like data only, Alayrac et al. (2022) showed that additionally training them on interleaved sequences of text and images can lead to the emergence of in-context learning capabilities. However, the dataset they used, M3W, is not public and is only in English. There have been attempts to reproduce their results but the released datasets are English-only. In contrast, current multilingual and multimodal datasets are either composed of caption-like only or medium-scale or fully private data. This limits mLLM research for the 7,000 other languages spoken in the world. We therefore introduce mOSCAR, to the best of our knowledge the first large-scale multilingual and multimodal document corpus crawled from the web. It covers 163 languages, 303M documents, 200B tokens and 1.15B images. We carefully conduct a set of filtering and evaluation steps to make sure mOSCAR is sufficiently safe, diverse and of good quality. We additionally train two types of multilingual model to prove the benefits of mOSCAR: (1) a model trained on a subset of mOSCAR and captioning data and (2) a model trained on captioning data only. The model additionally trained on mOSCAR shows a strong boost in few-shot learning performance across various multilingual image-text tasks and benchmarks, confirming previous findings for English-only mLLMs. The dataset is released under the Creative Commons CC BY 4.0 license and can be accessed here: https://huggingface.co/datasets/oscar-corpus/mOSCAR

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes