paper-with-me

홈 › Papers

Training Skills Like Parameters via Self-Supervised Semantic Diffusion

2026-07-30 · Mo Li, Zixin Yin, Ting Cao, Yunxin Liu arxiv

While Large Language Models (LLMs) demonstrate remarkable general instruction-following capabilities, they often fall short of human experts in highly specialized, open-ended domains such as creative screenwriting. Prior approaches typically adopt post-training, yet both supervised fine-tuning and reinforcement learning require weight access that closed-source frontier models do not offer, and demand heavy compute. Moreover, what is learned is tied to a single checkpoint and cannot be inspected by humans. Recent advancements in agentic continual learning instead attempt to bridge this gap by accumulating external textual skills. However, these methods heavily rely on costly human expert annotations or unreliable LLM-as-a-judge feedback for reflection. To overcome this bottleneck, we propose a novel, unsupervised self-evolving agent framework inspired by the corruption-and-reconstruction paradigm of diffusion models. Instead of relying on explicit external scoring, we leverage existing high-quality human artifacts to construct self-supervised signals. Training then follows the familiar loop of neural network training, forward, loss, and backward, with the loss coming from contrasting the agent's reconstruction against the human original. What is updated is not model weights but an external library of textual skills. We evaluate our framework on the challenging task of short drama screenwriting. Experimental results demonstrate that our method enables the agent to autonomously extract and internalize highly generalizable skills, significantly enhancing its domain-specific generation capabilities. Furthermore, this self-contrastive reflection paradigm offers a scalable pathway for agents to teach themselves the production of complex, high-quality human artifacts, without requiring external supervision.

📄 PDF Abstract BibTeX arXiv:2607.27557

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningContinual Learning

Similar Papers 제목 키워드 기반

One Model, Multiple Modalities: A Sparsely Activated Approach for Text, Sound, Image, Video and Code

2022-05-12 · Yong Dai, Duyu Tang, Liangxin Liu, Minghuan Tan 외

People perceive the world with multiple senses (e.g., through hearing sounds, reading words and seeing objects). However, most existing AI systems only process an individual modality. This paper presents an approach that…

Image RetrievalRetrieval

Self-Evolving Embodied Agents via Skill-Harness Evolution

2026-08-11 · Peidong Wang, Zhiming Ma, Ying Chang, Xufang Luo 외 hf

Embodied agents are increasingly built as systems around foundation models, where performance depends not only on model weights but also on the skills, context, action interfaces, and execution harness surrounding the mo…

Reinforcement Learning

Self-supervised Reinforcement Learning with Independently Controllable Subgoals

2021-09-09 · Andrii Zadaianchuk, Georg Martius, Fanny Yang

To successfully tackle challenging manipulation tasks, autonomous agents must learn a diverse set of skills and how to combine them. Recently, self-supervised agents that set their own abstract goals by exploiting the di…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

SkillFactory: Self-Distillation For Learning Cognitive Behaviors

2025-12-03 · Zayne Sprague, Jack Lu, Manya Wadhwa, Sedrick Keh 외 arxiv

Reasoning models leveraging long chains of thought employ various cognitive skills, such as verification of their answers, backtracking, retrying by an alternate method, and more. Previous work has shown that when a base…

Reinforcement Learning

Chain-of-Skills: A Configurable Model for Open-domain Question Answering

2023-05-04 · Kaixin Ma, Hao Cheng, Yu Zhang, Xiaodong Liu 외

The retrieval model is an indispensable component for real-world knowledge-intensive tasks, e.g., open-domain question answering (ODQA). As separate retrieval skills are annotated for different datasets, recent work focu…

Open-Domain Question AnsweringQuestion AnsweringRetrievalWorld Knowledge