CLAISep 18, 2023

Fabricator: An Open Source Toolkit for Generating Labeled Training Data with Teacher LLMs

arXiv:2309.09582v2135 citationsh-index: 15Has Code
Originality Incremental advance
AI Analysis

This addresses the data bottleneck for NLP researchers and practitioners, though it is incremental as it builds on existing zero-shot learning via dataset generation methods.

The authors tackled the problem of costly and time-intensive manual labeling for supervised NLP tasks by introducing Fabricator, an open-source toolkit that uses teacher LLMs to generate labeled training data, enabling the training of downstream models like sentiment classifiers.

Most NLP tasks are modeled as supervised learning and thus require labeled training data to train effective models. However, manually producing such data at sufficient quality and quantity is known to be costly and time-intensive. Current research addresses this bottleneck by exploring a novel paradigm called zero-shot learning via dataset generation. Here, a powerful LLM is prompted with a task description to generate labeled data that can be used to train a downstream NLP model. For instance, an LLM might be prompted to "generate 500 movie reviews with positive overall sentiment, and another 500 with negative sentiment." The generated data could then be used to train a binary sentiment classifier, effectively leveraging an LLM as a teacher to a smaller student model. With this demo, we introduce Fabricator, an open-source Python toolkit for dataset generation. Fabricator implements common dataset generation workflows, supports a wide range of downstream NLP tasks (such as text classification, question answering, and entity recognition), and is integrated with well-known libraries to facilitate quick experimentation. With Fabricator, we aim to support researchers in conducting reproducible dataset generation experiments using LLMs and help practitioners apply this approach to train models for downstream tasks.

Code Implementations1 repo
Foundations

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

Your Notes