Unitxt: Flexible, Shareable and Reusable Data Preparation and Evaluation for Generative AI
Elron Bandel, Yotam Perlitz, Elad Venezian, Roni Friedman-Melamed, Ofir Arviv, Matan Orbach, Shachar Don-Yehyia, Dafna Sheinwald, Ariel Gera, Leshem Choshen, Michal Shmueli-Scheuer, Yoav Katz
TL;DR
Unitxt tackles the lack of standardization in textual data processing for LLMs by introducing a modular, recipe-based framework that unifies data preparation and evaluation across datasets, tasks, languages, and prompt structures. It decomposes pipelines into five ingredients—Resources, Task, Template, Format, Extensions—assembled into Recipes and managed in the Unitxt Catalog, enabling reuse and sharing. The library integrates with HuggingFace datasets and LM-eval-harness, allowing easy adoption without breaking existing workflows, and supports thousands of configurations (over 100K reported). Unitxt's community-driven design aims to accelerate reproducible experimentation and scalable training and evaluation of LLMs. The work demonstrates practical impact through IBM adoption and a growing public catalog.
Abstract
In the dynamic landscape of generative NLP, traditional text processing pipelines limit research flexibility and reproducibility, as they are tailored to specific dataset, task, and model combinations. The escalating complexity, involving system prompts, model-specific formats, instructions, and more, calls for a shift to a structured, modular, and customizable solution. Addressing this need, we present Unitxt, an innovative library for customizable textual data preparation and evaluation tailored to generative language models. Unitxt natively integrates with common libraries like HuggingFace and LM-eval-harness and deconstructs processing flows into modular components, enabling easy customization and sharing between practitioners. These components encompass model-specific formats, task prompts, and many other comprehensive dataset processing definitions. The Unitxt-Catalog centralizes these components, fostering collaboration and exploration in modern textual data workflows. Beyond being a tool, Unitxt is a community-driven platform, empowering users to build, share, and advance their pipelines collaboratively. Join the Unitxt community at https://github.com/IBM/unitxt!
