Search papers, labs, and topics across Lattice.
AutoAdapt is introduced as an automated framework for domain adaptation of LLMs, addressing the challenges of manual tuning, hyperparameter complexity, and data sensitivity in specialized domains. It employs a multi-agent debating system to align user intent with data signals and best practices, and uses an LLM-based surrogate model (AutoRefine) to optimize hyperparameters efficiently. Experiments across 10 tasks demonstrate a 25% average relative accuracy improvement over existing automated machine learning baselines.
Stop wasting time on manual LLM domain adaptation: AutoAdapt automates the process and boosts accuracy by 25% over existing AutoML methods.
Large language models (LLMs) excel in open domains but struggle in specialized settings with limited data and evolving knowledge. Existing domain adaptation practices rely heavily on manual trial-and-error processes, incur significant hyperparameter complexity, and are highly sensitive to data and user preferences, all under the high cost of LLM training. Moreover, the interactions and transferability of hyperparameter choices across models/domains remain poorly understood, making adaptation gains uncertain even with substantial effort. To solve these challenges, we present AutoAdapt, a novel end-to-end automated framework for efficient and reliable LLM domain adaptation. AutoAdapt leverages curated knowledge bases from literature and open-source resources to reduce expert intervention. To narrow the search space, we design a novel multi-agent debating system in which proposal and critic agents iteratively interact to align user intent and incorporate data signals and best practices into the planning process. To optimize hyperparameters under tight budgets, we propose AutoRefine, a novel LLM-based surrogate that replaces costly black-box search. Across 10 tasks, AutoAdapt achieves a 25% average relative accuracy improvement over state-of-the-art Automated Machine Learning baselines with minimal overhead.