arXiv論文メモ
新着一覧
cs.LG / cs.AI · 査読状況未確認

最良のプログラムを更新し続けるLLM探索法

Hill Sampling for Test-Time Scaling: A Simple and Better Alternative to Repeated Sampling, Evolution, and Training

Jacob Beck, Philip V. Ogren, Ari Kobren

この論文をやさしく読む

ひとことで言うと

検証済みの最良プログラムを基に、LLMへ次の修正案を繰り返し出させる探索法。

何に役立つ?

答えを自動で検証できる科学・アルゴリズム課題で、推論時の計算を配分する方法として使える。

この研究の面白いところ

複雑な進化処理や重み更新と比較し、単純に最良解を更新し続ける方式の強さを検証する。

どこまで分かった?

円充填など三種類の課題と三つの公開重みモデルでの結果であり、一般的な全問題での優位性は示していない。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

大規模言語モデルは、答えを検証できる科学・アルゴリズムの問題で、推論時に追加の計算を使うと解を改善できる。最近の方法は複雑な進化的探索の仕組みや、推論時の学習でモデルの重みを更新する方法を用いる。本論文は、それらがどこまで必要かを問う。提案するHill Samplingは、重みを固定したLLMからプログラム修正案を繰り返し生成し、その時点で最良のプログラムを残して、以後の生成をそのプログラムに条件付ける単純な手順である。三つの公開重みモデルを使い、円充填、有限集合の和と差、Erdősの最小重なり問題で評価した。公開済み手法の中では円充填で新たな最高水準の結果を出し、最小重なり問題ではAlphaEvolveの参照結果を上回り、集合の和と差でも強い結果を得た。円充填と最小重なりの結果は、NVIDIA H100 GPUを8基使って数時間で得られた。また著者らの知る限り、推論時にLLMの重みへ直接適用する進化戦略について、パラメータ数で最大規模の研究も行った。意外なことに、重みを学習する方法は進化戦略の学習率をゼロにする場合より悪かった。学習率ゼロでも固定したランダム摂動により重み空間を探索している。摂動は探索に役立つが、トークン生成のランダム性の方が強く、単なる反復生成もHill Samplingよりかなり弱かった。より複雑な記録、探索多様性、進化的仕組み、推論時のパラメータ学習を導入する前に、検証済みの最良解への修正案を繰り返し生成する計算資源の配分を示唆する。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-22(UTC)
最新改訂
2026-09-22 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Large language models (LLMs) can improve solutions to verifiable scientific and algorithmic problems by spending additional computation at test time. Recent systems achieve strong results with increasingly elaborate evolutionary search harnesses or by updating model parameters during test-time training. We ask how much of this machinery is necessary. We introduce Hill Sampling, a simple procedure that repeatedly samples candidate program edits from a frozen LLM, retains the best program found so far, and conditions all subsequent samples on that program. We evaluate the method on circle packing, sums/differences of sets, and Erdos' minimum-overlap problem using three open-weight models. Hill Sampling sets a new state of the art on circle packing among published methods, improves over the AlphaEvolve reference on Erdos' minimum-overlap problem, and achieves strong results on sums and differences of finite sets. The circle-packing and Erdos results require only hours of wall-clock time on eight NVIDIA H100 GPUs. To our knowledge, we also conduct, the largest study, by parameter count, of evolution strategies (ES) applied directly to LLM weights at test time. Surprisingly, learning the weights is worse than setting the ES learning rate to zero: at zero learning rate, the method is still searching in weight space through fixed random perturbations. Those perturbations can help exploration, but randomness from token sampling is stronger still, and repeated sampling remains substantially weaker than Hill Sampling. These results suggest a simple test-time compute allocation strategy: repeatedly sample edits to the best verified solution found so far, before introducing additional complexity such as adding archives, diversity mechanisms, evolutionary scaffolds, or test-time parameter learning.

arXiv ID: 2609.25510 / 要約の誤りについて