paper-with-me

Papers

InstOptima: Evolutionary Multi-objective Instruction Optimization via Large Language Model-based Instruction Operators

2023-10-26 · Heng Yang, Ke Li

Instruction-based language modeling has received significant attention in pretrained language models. However, the efficiency of instruction engineering remains low and hinders the development of instruction studies. Recent studies have focused on automating instruction generation, but they primarily aim to improve performance without considering other crucial objectives that impact instruction quality, such as instruction length and perplexity. Therefore, we propose a novel approach (i.e., InstOptima) that treats instruction generation as an evolutionary multi-objective optimization problem. In contrast to text edition-based methods, our approach utilizes a large language model (LLM) to simulate instruction operators, including mutation and crossover. Furthermore, we introduce an objective-guided mechanism for these operators, allowing the LLM to comprehend the objectives and enhance the quality of the generated instructions. Experimental results demonstrate improved fine-tuning performance and the generation of a diverse set of high-quality instructions.

📄 PDF Abstract BibTeX arXiv:2310.17630

Code (1)

yangheng95/instoptima 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

SEvoBench : A C++ Framework For Evolutionary Single-Objective Optimization Benchmarking

2025-05-23 · Yongkang Yang, Jian Zhao, Tengfei Yang

We present SEvoBench, a modern C++ framework for evolutionary computation (EC), specifically designed to systematically benchmark evolutionary single-objective optimization algorithms. The framework features modular impl…

BenchmarkingComputational Efficiency

Evolutionary Diversity Optimization Using Multi-Objective Indicators

2018-11-16 · Aneta Neumann, Wanru Gao, Markus Wagner, Frank Neumann

Evolutionary diversity optimization aims to compute a diverse set of solutions where all solutions meet a given quality criterion. With this paper, we bridge the areas of evolutionary diversity optimization and evolution…

Diversity

A Review of Evolutionary Multi-modal Multi-objective Optimization

2020-09-28 · Ryoji Tanabe, Hisao Ishibuchi

Multi-modal multi-objective optimization aims to find all Pareto optimal solutions including overlapping solutions in the objective space. Multi-modal multi-objective optimization has been investigated in the evolutionar…

Evolutionary Alternating Direction Method of Multipliers for Constrained Multi-Objective Optimization with Unknown Constraints

2024-01-02 · Shuang Li, Ke Li, Wei Li, Ming Yang

Constrained multi-objective optimization problems (CMOPs) pervade real-world applications in science, engineering, and design. Constraint violation has been a building block in designing evolutionary multi-objective opti…

EvoJail: Evolutionary Diverse Jailbreak Prompt Generation for Large Language Models

2026-04-22 · Rui Tang, Kaiyu Xu, Pengsen Cheng, Hao Ren 외 arxiv

As LLMs continue to shape real-world applications, automated jailbreak generation becomes essential to reveal safety weaknesses and guide model improvement. Existing automatic jailbreak generation methods have not yet fu…