AutoML: Automated Machine Learning—automating the application of machine learning to real-world problems
HPO: Hyperparameter Optimization—the process of choosing a set of optimal hyperparameters for a learning algorithm
RAP: Retrieval-Augmented Planning—generating plans by retrieving relevant external knowledge (e.g., papers, docs) to ground the LLM's reasoning
Plan Decomposition: Breaking down a high-level plan into granular sub-tasks specific to an agent's role (e.g., data cleaning for Data Agent)
Prompting-Based Execution: Simulating the execution of a plan step via LLM inference to estimate results without actually running code, used to speed up search
CS: Comprehensive Score—a combined metric of success rate (SR) and normalized performance score (NPS)
NPS: Normalized Performance Score—a transformation of loss-based metrics into a 0-1 scale for uniform comparison
LoRA: Low-Rank Adaptation—a parameter-efficient fine-tuning technique for LLMs
JSON: JavaScript Object Notation—a standard text-based format for representing structured data
RMSLE: Root Mean Squared Logarithmic Error—a metric used for regression tasks