LGAIPFSESYJun 26, 2025

Performance Prediction for Large Systems via Text-to-Text Regression

arXiv:2506.21718v115 citationsh-index: 11
Originality Highly original
AI Analysis

This addresses performance prediction for industries managing complex systems, offering a scalable solution with strong empirical gains.

The paper tackled predicting metric outcomes for large systems like Google's Borg cluster by proposing text-to-text regression, achieving up to 0.99 rank correlation and 100x lower MSE than traditional tabular methods.

In many industries, predicting metric outcomes of large systems is a fundamental problem, driven largely by traditional tabular regression. However, such methods struggle on complex systems data in the wild such as configuration files or system logs, where feature engineering is often infeasible. We propose text-to-text regression as a general, scalable alternative. For predicting resource efficiency on Borg, Google's massive compute cluster scheduling system, a 60M parameter encoder-decoder, trained from random initialization, achieves up to a near perfect 0.99 (0.9 average) rank correlation across the entire fleet, and 100x lower MSE than tabular approaches. The model also easily adapts to new tasks in only 500 few-shot examples and captures the densities of complex outcome distributions. Ablation studies highlight the importance of using encoders, increasing sequence length, and the model's inherent uncertainty quantification. These findings pave the way for universal simulators of real-world outcomes.

Foundations

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

Your Notes