Agent Tuning & Optimization 相关度: 8/10

AutoAdapt: An Automated Domain Adaptation Framework for LLMs

Sidharth Sinha, Anson Bastos, Xuchao Zhang, Akshay Nambi, Chetan Bansal, Saravan Rajmohan
arXiv: 2603.08181v1 发布: 2026-03-09 更新: 2026-03-09

AI 摘要

AutoAdapt是一个自动化的LLM领域自适应框架,提升模型在特定领域的能力。

主要贡献

  • 提出了AutoAdapt框架,降低专家干预
  • 设计了多智能体辩论系统,对齐用户意图
  • 提出了AutoRefine,利用LLM作为代理优化超参数

方法论

利用知识库和多智能体辩论系统缩小搜索空间,采用LLM作为代理模型,在有限预算下优化超参数。

原文摘要

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.

标签

领域自适应 自动化机器学习 多智能体系统 超参数优化

arXiv 分类

cs.LG