ARTFEED — Contemporary Art Intelligence

ELMER: Evolutionary Language Model Enhances Program Evolution via Natural Language

ai-technology · 2026-08-13

A new method for program evolution called ELMER (Evolutionary Language Model that Explores and Refines) has been developed by researchers, utilizing natural language descriptions to steer mutations. This innovative approach tackles a significant drawback of conventional program evolution: the challenge of controlling mutation movement within behavior space. Often, the size of syntactic edits does not reliably indicate behavioral changes, as minor code modifications can lead to significant behavioral shifts, while extensive rewrites might maintain the same execution trace. ELMER employs a fully fine-tuned Qwen3-8B model to search through natural-language policy descriptions and compile typed programs for execution. This model is trained on three task-specific operations: conditional semantic mutation, translating natural language to domain-specific language (GPTL), and converting GPTL back to natural language. Fine-tuning is conducted with conditional input on mutation strength (low, medium, high) via Direct Preference Optimization (oDPO). In 252 fixed-budget evolutionary searches, oDPO enhanced both behavioral calibration and search efficiency. The peak h-index was recorded using natural language, indicating that language representations can improve evolutionary search. The research paper is accessible on arXiv with the identifier 2608.10196.

Key facts

  • ELMER is an Evolutionary Language Model that searches over natural-language policy descriptions.
  • It compiles typed programs for execution.
  • The model is based on Qwen3-8B and is fully fine-tuned.
  • Three operations: conditional semantic mutation, NL to GPTL compilation, GPTL to NL translation.
  • Fine-tuned with Direct Preference Optimization (oDPO) on mutation strength (low, medium, high).
  • Tested on 252 fixed-budget evolutionary searches.
  • oDPO improves behavioral calibration and finite-budget search efficiency.
  • Natural language achieved the highest observed h-index.
  • Paper available on arXiv (2608.10196).

Entities

Institutions

  • arXiv

Sources