paper-with-me

Papers

ReflectivePrompt: Reflective evolution in autoprompting algorithms

2025-08-26 · Viktor N. Zhuravlev, Artur R. Khairullin, Ernest A. Dyagin, Alena N. Sitkina, Nikita I. Kulin arxiv

Autoprompting is the process of automatically selecting optimized prompts for language models, which has been gaining popularity with the rapid advancement of prompt engineering, driven by extensive research in the field of large language models (LLMs). This paper presents ReflectivePrompt - a novel autoprompting method based on evolutionary algorithms that employs a reflective evolution approach for more precise and comprehensive search of optimal prompts. ReflectivePrompt utilizes short-term and long-term reflection operations before crossover and elitist mutation to enhance the quality of the modifications they introduce. This method allows for the accumulation of knowledge obtained throughout the evolution process and updates it at each epoch based on the current population. ReflectivePrompt was tested on 33 datasets for classification and text generation tasks using open-access large language models: t-lite-instruct-0.1 and gemma3-27b-it. The method demonstrates, on average, a significant improvement (e.g., 28% on BBH compared to EvoPrompt) in metrics relative to current state-of-the-art approaches, thereby establishing itself as one of the most effective solutions in evolutionary algorithm-based autoprompting.

📄 PDF Abstract BibTeX arXiv:2508.18870

Code (0)

등록된 구현이 없습니다.

Tasks

Prompt EngineeringText Generation

Similar Papers 제목 키워드 기반

Automatic Prompt Optimization with Prompt Distillation

2025-08-26 · Ernest A. Dyagin, Nikita I. Kulin, Artur R. Khairullin, Viktor N. Zhuravlev 외 arxiv

Autoprompting is the process of automatically selecting optimized prompts for language models, which is gaining popularity due to the rapid development of prompt engineering driven by extensive research in the field of l…

Text ClassificationPrompt Engineering

ReEvo: Large Language Models as Hyper-Heuristics with Reflective Evolution

2024-02-02 · Haoran Ye, Jiarui Wang, Zhiguang Cao, Federico Berto 외

The omnipresence of NP-hard combinatorial optimization problems (COPs) compels domain experts to engage in trial-and-error heuristic design. The long-standing endeavor of design automation has gained new momentum with th…

Combinatorial OptimizationEvolutionary Algorithms

Explaining Patterns in Data with Language Models via Interpretable Autoprompting

2022-10-04 · Chandan Singh, John X. Morris, Jyoti Aneja, Alexander M. Rush 외

Large language models (LLMs) have displayed an impressive ability to harness natural language to perform complex tasks. In this work, we explore whether we can leverage this learned ability to find and explain patterns i…

Explanation GenerationNatural Language UnderstandingRerankingscientific discovery+2

Tracking the Evolution of Words with Time-reflective Text Representations

2018-07-12 · Roberto Camacho Barranco, Raimundo F. Dos Santos, M. Shahriar Hossain

More than 80% of today's data is unstructured in nature, and these unstructured datasets evolve over time. A large part of these datasets are text documents generated by media outlets, scholarly articles in digital libra…

ArticlesTime Series AnalysisWord Embeddings

Experience-Guided Reflective Co-Evolution of Prompts and Heuristics for Automatic Algorithm Design

2025-09-29 · Yihong Liu, Junyi Li, Wayne Xin Zhao, Hongyu Lu 외 arxiv

Combinatorial optimization problems are traditionally tackled with handcrafted heuristic algorithms, which demand extensive domain expertise and significant implementation effort. Recent progress has highlighted the pote…