paper-with-me

홈 › Papers

A Novel Self-Evolution Framework for Large Language Models

2025-07-21 · Haoran Sun, Zekun Zhang, Shaoning Zeng arxiv

The capabilities of Large Language Models (LLMs) are limited to some extent by pre-training, so some researchers optimize LLMs through post-training. Existing post-training strategies, such as memory-based retrieval or preference optimization, improve user alignment yet fail to enhance the model's domain cognition. To bridge this gap, we propose a novel Dual-Phase Self-Evolution (DPSE) framework that jointly optimizes user preference adaptation and domain-specific competence. DPSE introduces a Censor module to extract multi-dimensional interaction signals and estimate satisfaction scores, which guide structured data expansion via topic-aware and preference-driven strategies. These expanded datasets support a two-stage fine-tuning pipeline: supervised domain grounding followed by frequency-aware preference optimization. Experiments across general NLP benchmarks and long-term dialogue tasks demonstrate that DPSE consistently outperforms Supervised Fine-Tuning, Preference Optimization, and Memory-Augmented baselines. Ablation studies validate the contribution of each module. In this way, our framework provides an autonomous path toward continual self-evolution of LLMs.

📄 PDF Abstract BibTeX arXiv:2507.15281

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SELF: Self-Evolution with Language Feedback

2023-10-01 · Jianqiao Lu, Wanjun Zhong, Wenyong Huang, YuFei Wang 외

Large Language Models (LLMs) have demonstrated remarkable versatility across various domains. To further advance LLMs, we propose 'SELF' (Self-Evolution with Language Feedback), a novel approach that enables LLMs to self…

Language ModellingLarge Language Model

A Survey on Self-Evolution of Large Language Models

2024-04-22 · Zhengwei Tao, Ting-En Lin, Xiancai Chen, Hangyu Li 외

Large language models (LLMs) have significantly advanced in various fields and intelligent agent applications. However, current LLMs that learn from human or external model supervision are costly and may face performance…

DiversitySurvey

Enhanced Fine-Tuning of Lightweight Domain-Specific Q&A Model Based on Large Language Models

2024-08-22 · Shenglin Zhang, Pengtian Zhu, Minghua Ma, Jiagang Wang 외

Large language models (LLMs) excel at general question-answering (Q&A) but often fall short in specialized domains due to a lack of domain-specific knowledge. Commercial companies face the dual challenges of privacy prot…

Question Answering

On the Generalization Gap in Self-Evolving Language Model Reasoning

2026-05-31 · Zhenting Qi, Susanna Maria Baby, Stefanie Anna Baby, Kan Yuan 외 arxiv

Recent work suggests that large language models (LLMs) can improve through self-evolution (SE), using supervision signals generated by the model itself. In this work, we ask: under a strict closed-loop setup, where the s…

Logical Reasoning

Long Term Memory: The Foundation of AI Self-Evolution

2024-10-21 · Xun Jiang, Feng Li, Han Zhao, Jiahao Qiu 외

Large language models (LLMs) like GPTs, trained on vast datasets, have demonstrated impressive capabilities in language understanding, reasoning, and planning, achieving human-level performance in various tasks. Most stu…

Lifelong learning