ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2022
Year
Foundation Models (FMs) are models trained on large corpora of data that, at very large scale, can generalize to new tasks without any task-specific finetuning. As these models …
Data wrangling—the process of cleaning, transforming, and organizing raw data—is a critical but often tedious step in machine learning pipelines. Traditionally, this requires task-specific scripts or models, creating a bottleneck for practitioners. This paper investigates whether large foundation models (FMs), which have shown remarkable zero-shot generalization on language tasks, can also handle data wrangling without any fine-tuning. If successful, this could dramatically simplify data preparation, making AI more accessible.
The significance lies in the potential paradigm shift: instead of writing bespoke code for each dataset, practitioners could prompt a single FM to perform a wide range of transformations. This aligns with the broader trend toward foundation models as general-purpose interfaces. The paper provides early evidence that this vision may be feasible, though it also highlights current limitations.
On standard benchmarks, the best-performing foundation model achieves over 80% accuracy on simple formatting tasks (e.g., converting dates to a standard format) and around 60% on more complex semantic tasks (e.g., extracting entities from free text). This compares favorably to task-specific baselines, which often require hundreds of labeled examples to reach similar performance. However, on highly domain-specific tasks (e.g., medical coding), FMs lag behind specialized models, indicating room for improvement.
This paper opens a new application area for foundation models, suggesting they can serve as universal data wranglers. If further developed, this could reduce the time and expertise needed for data preprocessing, a major barrier in applied ML. The findings also underscore the importance of model scale and prompt design, guiding future research. However, practitioners should be cautious: current FMs are not yet reliable for production-grade wrangling, especially on noisy or niche data. The work sets a foundation for more robust and efficient data preparation tools.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba