|
|
| \documentclass{article} |
| \usepackage{iclr2026_conference,times} |
|
|
| |
| \input{math_commands.tex} |
| \usepackage{algorithm,algpseudocode} |
| |
| \usepackage{hyperref} |
| \usepackage{url} |
| \usepackage{booktabs} |
| \usepackage{amsfonts} |
| \usepackage{nicefrac} |
| \usepackage{microtype} |
| \usepackage{xspace} |
| \usepackage{siunitx} |
| \usepackage{booktabs} |
| \usepackage[table]{xcolor} |
|
|
| \usepackage{graphicx} |
| \usepackage{subcaption} |
| \usepackage{amsmath} |
|
|
| \usepackage{amssymb} |
| \usepackage{booktabs} |
| \usepackage{multicol} |
| \usepackage{booktabs} |
| \usepackage{multirow} |
| \usepackage[utf8]{inputenc} |
| \usepackage[T1]{fontenc} |
| \usepackage{amssymb} |
| \newcommand{\cmark}{\ding{51}} |
| \newcommand{\xmark}{\ding{55}} |
| \usepackage{pifont} |
| \usepackage{colortbl} |
| \usepackage{makecell} |
| \usepackage{wrapfig} |
| \usepackage[dvipsnames]{xcolor} |
| \definecolor{darkgreen}{rgb}{0.0, 0.7, 0.0} |
|
|
| \usepackage{babel} |
| \usepackage[font=small,labelfont=bf]{caption} |
| |
| \title{Accelerating Materials Design via LLM-Guided Evolutionary Search} |
| |
| |
| |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| \author{ |
| Nikhil Abhyankar$^{1}$\thanks{Equal contribution. Correspondence: \texttt{nikhilsa@vt.edu, sanchit23@vt.edu}.} \quad |
| Sanchit Kabra$^{1}$\footnotemark[1] \quad |
| Saaketh Desai$^{2}$ \quad |
| Chandan K. Reddy$^{1}$ \\ |
| $^{1}$Department of Computer Science, Virginia Tech \\ |
| $^{2}$Center of Integrated Nanotechnologies, Sandia National Laboratories} |
| |
|
|
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| |
| |
| |
| |
| |
| |
| |
|
|
| |
| \newcommand*{\AlgName}{\text{LLEMA}\@\xspace} |
| \newcommand{\saaketh}[1]{\textbf{\textcolor{orange}{#1}}} |
| |
| \usepackage{enumitem} |
| \begin{document} |
|
|
|
|
| \maketitle |
|
|
| \begin{abstract} |
| Materials discovery requires navigating vast chemical and structural spaces while satisfying multiple, often conflicting, objectives. We present \textbf{LL}M-guided \textbf{E}volution for \textbf{MA}terials design (\AlgName), a unified framework that couples the scientific knowledge embedded in large language models with chemistry-informed evolutionary rules and memory-based refinement. At each iteration, an LLM proposes crystallographically specified candidates under explicit property constraints; a surrogate-augmented oracle estimates physicochemical properties; and a multi-objective scorer updates success/failure memories to guide subsequent generations. Evaluated on \textbf{14} realistic tasks spanning electronics, energy, coatings, optics, and aerospace, \AlgName discovers candidates that are chemically plausible, thermodynamically stable, and property-aligned, achieving higher hit-rates and stronger Pareto fronts than generative and LLM-only baselines. Ablation studies confirm the importance of rule-guided generation, memory-based refinement, and surrogate prediction. By enforcing synthesizability and multi-objective trade-offs, \AlgName delivers a principled pathway to accelerate practical materials discovery. \\ |
| Code: \url{https://github.com/scientific-discovery/LLEMA} |
| \end{abstract} |
|
|
| \section{Introduction} |
| \input{sections/introduction} |
|
|
| \section{\AlgName Method} |
| \input{sections/methodology} |
|
|
| \vspace{-0.1in} |
| \section{Experiments} |
| \vspace{-0.1in} |
| \input{sections/results} |
|
|
| \vspace{-0.1in} |
| \section{Analysis} |
| \input{sections/ablation} |
|
|
| \section{Related Work} |
| \input{sections/related_works} |
|
|
| \section{Conclusion} |
| \input{sections/conclusion} |
|
|
| \section*{Acknowledgements} |
|
|
| This research was partially supported by the U.S. National Science Foundation (NSF) under Grant No. 2416728. Saaketh Desai is supported in part by the Center for Integrated Nanotechnologies, an Office of Science user facility operated for the U.S. Department of Energy. This article has been authored by an employee of National Technology \& Engineering Solutions of Sandia, LLC under Contract No. DE-NA0003525 with the U.S. Department of Energy (DOE). The employee owns all right, title, and interest in and to the article and is solely responsible for its contents. The United States Government retains and the publisher, by accepting the article for publication, acknowledges that the United States Government retains a non-exclusive, paid-up, irrevocable, world-wide license to publish or reproduce the published form of this article or allow others to do so, for United States Government purposes. The DOE will provide public access to these results of federally sponsored research in accordance with the DOE Public Access Plan. |
|
|
| \bibliography{iclr2026_conference} |
| \bibliographystyle{iclr2026_conference} |
|
|
| \appendix |
| \input{appendix/tasks_and_rules} |
| \input{appendix/dataset} |
| \input{appendix/llema} |
| \input{appendix/ablation} |
| |
| |
|
|
|
|
| \end{document} |
|
|