paper-with-me

홈 › Papers

Archon: An Architecture Search Framework for Inference-Time Techniques

2024-09-23 · Jon Saad-Falcon, Adrian Gamarra Lafuente, Shlok Natarajan, Nahum Maru, Hristo Todorov, Etash Guha, E. Kelly Buchanan, Mayee Chen, Neel Guha, Christopher Ré, Azalia Mirhoseini

Inference-time techniques are emerging as highly effective tools to enhance large language model (LLM) capabilities. However, best practices for developing systems that combine these techniques remain underdeveloped due to our limited understanding of the utility of individual inference-time techniques and the interactions between them. Additionally, efficiently and automatically searching the space of model choices, inference-time techniques, and their compositions is challenging due to the large design space. To address these challenges, we introduce Archon, a modular framework for selecting, combining, and stacking layers of inference-time techniques to construct optimized LLM systems for target benchmarks. Rather than relying on a single LLM called once, we leverage a diverse set of LLMs and inference-time techniques, creating LLM systems greater than the sum of their parts. Archon defines an extensible design space, encompassing techniques such as generation ensembling, repeated sampling, ranking, fusion, critiquing, verification, and unit testing. It transforms the problem of building LLM systems into a hyperparameter optimization objective. Given the available LLMs, inference-time techniques, and compute budget, Archon utilizes hyperparameter search techniques to discover optimized architectures for target benchmark(s). We evaluate Archon architectures across a range of instruction-following, reasoning, and coding benchmarks, including MT-Bench, Arena-Hard-Auto, AlpacaEval 2.0, MixEval, MixEval Hard, MATH, and CodeContests. Archon architectures outperform frontier models, such as GPT-4o and Claude 3.5 Sonnet, on these benchmarks, achieving an average accuracy increase of 15.1 percentage points by using all available LLMs. We make our code and datasets available publicly on Github: https://github.com/ScalingIntelligence/Archon.

📄 PDF Abstract BibTeX arXiv:2409.15254

Code (1)

scalingintelligence/archon 공식 구현

Tasks

Hyperparameter OptimizationInstruction FollowingLarge Language ModelMath

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

A distributed system for SearchOnMath based on the Microsoft BizSpark program

2017-11-11 · Oliveira Ricardo M., Gonzaga Flavio B., Barbosa Valmir C., Xexéo Geraldo B.

Mathematical information retrieval is a relatively new area, so the first search tools capable of retrieving mathematical formulas began to appear only a few years ago. The proposals made public so far mostly implement s…

Information RetrievalRetrieval

Markov Chain Mirror Descent On Data Federation

2023-09-26 · Yawei Zhao

Stochastic optimization methods such as mirror descent have wide applications due to low computational cost. Those methods have been well studied under assumption of the independent and identical distribution, and usuall…

Federated LearningStochastic Optimization

Archon: A Unified Multimodal Model for Holistic Digital Human Generation

2026-05-28 · Chong Bao, Shichen Liu, Lijun Yu, David Futschik 외 arxiv

Digital humans are fundamental to immersive interaction, yet creating a unified model for holistic modalities, including text, audio, motion, and visual content, remains an open challenge. In this paper, we present Archo…

Automated Conjecture Resolution with Formal Verification

2026-04-04 · Haocheng Ju, Guoxiong Gao, Jiedong Jiang, Bin Wu 외 arxiv

Recent advances in large language models have significantly improved their ability to perform mathematical reasoning, extending from elementary problem solving to increasingly capable performance on research-level proble…

Mathematical Reasoning

Next-Scale Autoregressive Models are Zero-Shot Single-Image Object View Synthesizers

2025-03-17 · Shiran Yuan, Hao Zhao

Methods based on diffusion backbones have recently revolutionized novel view synthesis (NVS). However, those models require pretrained 2D diffusion checkpoints (e.g., Stable Diffusion) as the basis for geometrical priors…

Novel View Synthesis