AIBullisharXiv – CS AI · Jun 97/10
🧠Researchers introduce FEST, a machine learning system that automatically engineers interpretable features from unstructured text and images while aligning with expert knowledge. The method outperforms existing approaches across brand compliance, content moderation, and clinical tasks, and the team releases BrandGuide, a new dataset of 1M+ assets with expert-designed features for systematic evaluation.
AIBullisharXiv – CS AI · Jun 57/10
🧠MLEvolve introduces a self-evolving multi-agent framework powered by large language models that automates machine learning algorithm discovery through enhanced tree search, dynamic memory systems, and hierarchical planning. The system achieves state-of-the-art results on ML engineering benchmarks while operating in half the standard runtime, demonstrating significant advances in automating complex scientific discovery tasks.
AIBullisharXiv – CS AI · Jun 17/10
🧠Researchers introduce Autonomous Agentic Data Engineering, a framework enabling LLMs to independently curate and optimize training data for model specialization. GPT-5.2 demonstrated the capability by improving a student model's performance by 57.29% through iterative, agent-driven data adaptation without human intervention.
🧠 GPT-5
AIBullisharXiv – CS AI · May 287/10
🧠AIBuildAI-2 introduces a knowledge-enhanced AI agent that automatically builds machine learning models by combining large language models with an external, evolving knowledge system. The system achieves state-of-the-art performance, ranking first on MLE-Bench and placing in the top 6.6% of human teams in a predictive competition, democratizing AI model development for non-specialists.
AIBullisharXiv – CS AI · May 97/10
🧠Researchers introduce LLM-AutoDP, a framework that uses large language models as autonomous agents to automatically optimize data processing strategies for fine-tuning without human intervention or direct data exposure. The system achieves over 80% win rates against baseline models and reduces search time by up to 10x through novel acceleration techniques, addressing critical challenges in domain-specific model training and data privacy.
AINeutralarXiv – CS AI · Jun 236/10
🧠Researchers propose KORE (Kolmogorov-optimal Order-aware Resolution Estimation), a method that solves for optimal hyperparameters in spline regression analytically rather than through expensive grid search. The approach reduces computational cost by ~8x while matching exhaustive cross-validation performance across high-dimensional datasets.
AINeutralarXiv – CS AI · Jun 106/10
🧠Researchers demonstrate that successful machine learning strategies remain highly compressible and generalizable even when trained on held-out benchmarks, suggesting overfitting in benchmark-driven ML is rare because effective strategies occupy a low-complexity region of strategy space. Using LLM-driven research agents, they show that short prompts and minimal feedback suffice to reproduce high-performance models across diverse domains.
AIBullisharXiv – CS AI · Jun 106/10
🧠Researchers propose Greedy Importance First (GIF), a novel hyperparameter optimization strategy that uses importance-based scheduling to improve efficiency in high-dimensional ML/DL model training. The method outperforms established optimizers like TPE and BOHB on high-dimensional benchmarks by focusing computational resources on the most impactful hyperparameters.
AINeutralarXiv – CS AI · Jun 96/10
🧠Researchers introduce LATTEArena, a standardized evaluation framework for comparing LLM-powered tabular feature engineering methods. The framework decomposes 15 representative techniques into reusable components and reveals that Tree-of-Thought combined with Monte Carlo Tree Search offers optimal cost-effectiveness, while RPN and Code formats excel at different task types.
🏢 Meta
AINeutralarXiv – CS AI · Jun 96/10
🧠Seq103 introduces a unified neuroevolution framework that automatically discovers compact neural network architectures for sequence tasks, achieving 81-87% of baseline accuracy while using 11-3,200x fewer parameters. The framework applies the same evolutionary search pipeline to both recurrent and feedforward sequence classification, offering significant efficiency gains for resource-constrained deployments.
AINeutralarXiv – CS AI · May 126/10
🧠Researchers propose a budget-efficient automatic algorithm design framework using large language models that operates on code graphs rather than full algorithms. The approach uses LLMs to generate compact corrections—code modifications that add, replace, or remove blocks—which compose into new algorithms, reducing computational waste and improving fitness outcomes on combinatorial optimization problems.
AINeutralarXiv – CS AI · Apr 136/10
🧠Researchers introduce EXPONA, an automated framework for generating label functions that improve weak label quality in machine learning datasets. The system balances exploration across surface, structural, and semantic levels with reliability filtering, achieving up to 98.9% label coverage and 46% downstream performance improvements across diverse classification tasks.
AINeutralarXiv – CS AI · Mar 24/106
🧠Researchers propose a new multi-agent reinforcement learning framework that uses three cooperative agents with attention mechanisms to automate feature transformation for machine learning models. The approach addresses key limitations in existing automated feature engineering methods, including dynamic feature expansion instability and insufficient agent cooperation.