次回の更新記事:誤解を招きやすいAI用語6選、技術語なのに揺れる意味(公開予定日:2026年04月30日)
AIDB Daily Papers

CliffSearch:科学的アルゴリズム発見のための理論とコードにまたがる構造化されたエージェント共進化

原題: CliffSearch: Structured Agentic Co-Evolution over Theory and Code for Scientific Algorithm Discovery
著者: Youssef Mroueh, Carlos Fonseca, Brian Belgodere, David Cox
公開日: 2026-04-01 | 分野: 自動化 アルゴリズム 深層学習 構造 論文 自然言語処理 探索 コード 理論 進化 Transformer 言語 最適化 科学 評価 知識 エージェント AI 機械学習 ベンチマーク

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • CliffSearchは、LLMエージェントを進化演算子として実装した、科学的アルゴリズム発見のためのフレームワークである。
  • 科学的構造を重視し、正当性と新規性を評価するレビューアを組み込むことで、従来のコード最適化のみの手法を改善する。
  • Transformerのハイパーコネクション進化、オプティマイザ発見などの実験で、解釈可能性と正当性を優先した発見ワークフローを実現した。

Abstract

Scientific algorithm discovery is iterative: hypotheses are proposed, implemented, stress-tested, and revised. Current LLM-guided search systems accelerate proposal generation, but often under-represent scientific structure by optimizing code-only artifacts with weak correctness/originality gating. We present CliffSearch, an agentic evolutionary framework in which the core evolution operators (pair selection, crossover, mutation, and review) are implemented as LLM agents, and the loop is designed around three principles: (1) each node is a structured scientific artifact, instantiated in either theory+code or code_only mode, (2) reviewer judgments of correctness and originality are first-class selection gates alongside optimization of the benchmark metric of interest, and (3) mutation is split into exploration and correction pathways with distinct objectives. Exploration mutation imports ideas from adjacent scientific domains to increase novelty, while correction mutation performs targeted evidence-guided repair using reviewer signals over theory, code, benchmark results, and runtime errors. We illustrate the framework on three benchmark-grounded studies: transformer hyper-connection evolution, optimizer discovery on a fixed nanoGPT stack, and a smaller native-optimizer ablation. Across these settings, the same loop supports explicit metric direction, reproducible persistence, and reviewer-gated comparison of discoveries under controlled search conditions. The result is a discovery workflow that prioritizes scientific interpretability and correctness while optimizing task metrics under controlled novelty constraints, rather than maximizing candidate throughput alone. Full run artifacts, interactive visualizations, and exported best nodes for the reported studies are available at https://cliffsearch.ai .

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

💬 ディスカッション

ディスカッションに参加するにはログインが必要です。

ログイン / アカウント作成 →

関連するAIDB記事