Programming with Data: Test-Driven Data Engineering for Self-Improving LLMs from Raw Corpora
Programming with Data maps the data-engineering lifecycle to software development lifecycle: structured knowledge representations serve as shared foundations for training and evaluation, enabling test-driven data engineering for LLMs.
Excerpt
Chenkai Pan, Xinglong Xu, Yuhang Xu, Yujun Wu, Siyuan Li — Reliably transferring specialized human knowledge from text into large language models remains a fundamental challenge in artificial intelligence. Fine-tuning on domain corpora has enabled substantial capability gains, but the process operates without feedback: when a model fails on a domain task, there is no method to diagnose what is deficient in the training data, and the only recourse is to add more data indiscriminately. Here we show that when a structured knowledge representation extracted from the source corpus serves as the shared foundation for both training data and evaluation, the complete data-engineering lifecycle maps onto the software development lifecycle in a precise and operative way: training data becomes source code specifying what the model should learn, model training becomes compilation, benchmarking becomes unit testing, and failure-driven data repair becomes debugging. Under this correspondence, model failures decompose into concept-level gaps and reasoning-chain breaks that can be traced back to specific deficiencies in the data and repaired through targeted patches, with each repair cycle producing consistent improvements across model scales and architectures without degrading general capabilities. We formalize this principle as Programming with Data and instantiate it across sixteen disciplines spanning the natural sciences, engineering, biomedicine, and the social sciences, releasing a str
Read at source: https://arxiv.org/abs/2604.24819