FlexOlmo: Open Language Models for Flexible Data Use
Weijia Shi, Akshita Bhagia, Kevin Farhat, Niklas Muennighoff, Pete Walsh, Jacob Morrison, Dustin Schwenk, Shayne Longpre, Jake Poznanski, Allyson Ettinger, Daogao Liu, Margaret Li, Dirk Groeneveld, Mike Lewis, Wen-tau Yih, Luca Soldaini, Kyle Lo, Noah A. Smith, Luke Zettlemoyer

TL;DR
FlexOlmo introduces a flexible, privacy-preserving language model architecture that enables distributed training on closed datasets and customizable inference, improving performance while respecting data restrictions.
Contribution
It presents a novel mixture-of-experts architecture allowing independent training on closed datasets and flexible inference without joint training.
Findings
Achieves 41% relative improvement with combined experts.
Outperforms prior model merging methods by 10.1%.
Surpasses standard MoE trained without data restrictions.
Abstract
We introduce FlexOlmo, a new class of language models (LMs) that supports (1) distributed training without data sharing, where different model parameters are independently trained on closed datasets, and (2) data-flexible inference, where these parameters along with their associated data can be flexibly included or excluded from model inferences with no further training. FlexOlmo employs a mixture-of-experts (MoE) architecture where each expert is trained independently on closed datasets and later integrated through a new domain-informed routing without any joint training. FlexOlmo is trained on FlexMix, a corpus we curate comprising publicly available datasets alongside seven domain-specific sets, representing realistic approximations of closed sets. We evaluate models with up to 37 billion parameters (20 billion active) on 31 diverse downstream tasks. We show that a general expert…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
FlexOlmo: Open Language Models for Flexible Data Use· youtube
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Artificial Intelligence in Healthcare and Education
