paper-with-me

Papers

Automatic Instruction Evolving for Large Language Models

2024-06-02 · Weihao Zeng, Can Xu, Yingxiu Zhao, Jian-Guang Lou, Weizhu Chen

Fine-tuning large pre-trained language models with Evol-Instruct has achieved encouraging results across a wide range of tasks. However, designing effective evolving methods for instruction evolution requires substantial human expertise. This paper proposes Auto Evol-Instruct, an end-to-end framework that evolves instruction datasets using large language models without any human effort. The framework automatically analyzes and summarizes suitable evolutionary strategies for the given instruction data and iteratively improves the evolving method based on issues exposed during the instruction evolution process. Our extensive experiments demonstrate that the best method optimized by Auto Evol-Instruct outperforms human-designed methods on various benchmarks, including MT-Bench, AlpacaEval, GSM8K, and HumanEval.

📄 PDF Abstract BibTeX arXiv:2406.00770

Code (1)

arcee-ai/EvolKit

Tasks

GSM8KHumanEval

Similar Papers 제목 키워드 기반

ZERA: Zero-init Instruction Evolving Refinement Agent -- From Zero Instructions to Structured Prompts via Principle-based Optimization

2025-09-17 · Seungyoun Yi, Minsoo Khang, Sungrae Park arxiv

Automatic Prompt Optimization (APO) improves large language model (LLM) performance by refining prompts for specific tasks. However, prior APO methods typically focus only on user prompts, rely on unstructured feedback, …

Code Generation

Towards Automatic Continual Learning: A Self-Adaptive Framework for Continual Instruction Tuning

2025-03-20 · Peiyi Lin, Fukai Zhang, Kai Niu, Hao Fu

Continual instruction tuning enables large language models (LLMs) to learn incrementally while retaining past knowledge, whereas existing methods primarily focus on how to retain old knowledge rather than on selecting wh…

Continual Learning

DataEvolver: Automatic Data Preparation for Large Language Models through Multi-Level Self-Evolving

2026-06-05 · Chao Deng, Shaolei Zhang, Ju Fan, Xiaoyong Du arxiv

High-quality training data is essential to large language models (LLMs) and typically requires extensive and costly manual curation. Existing automatic data preparation methods rely on predefined pipelines or customized …

CodeAlignBench: Assessing Code Generation Models on Developer-Preferred Code Adjustments

2025-10-31 · Forough Mehralian, Ryan Shar, James R. Rae, Alireza Hashemi arxiv

As large language models become increasingly capable of generating code, evaluating their performance remains a complex and evolving challenge. Existing benchmarks primarily focus on functional correctness, overlooking t…

Instruction FollowingCode Generation

Steerable Instruction Following Coding Data Synthesis with Actor-Parametric Schema Co-Evolution

2026-02-27 · Tinglin Huang, Bo Chen, Xiao Zhang, Kai Shen 외 arxiv

Interpreting and following human instructions is a critical capability of large language models (LLMs) in automatic programming. However, synthesizing large-scale instruction-paired coding data remains largely unexplored…

Instruction Following