paper-with-me

홈 › Papers

Self-Adapting Language Models

2025-06-12 · Adam Zweiger, Jyothish Pari, Han Guo, Ekin Akyürek, Yoon Kim, Pulkit Agrawal

Large language models (LLMs) are powerful but static; they lack mechanisms to adapt their weights in response to new tasks, knowledge, or examples. We introduce Self-Adapting LLMs (SEAL), a framework that enables LLMs to self-adapt by generating their own finetuning data and update directives. Given a new input, the model produces a self-edit-a generation that may restructure the information in different ways, specify optimization hyperparameters, or invoke tools for data augmentation and gradient-based updates. Through supervised finetuning (SFT), these self-edits result in persistent weight updates, enabling lasting adaptation. To train the model to produce effective self-edits, we use a reinforcement learning loop with the downstream performance of the updated model as the reward signal. Unlike prior approaches that rely on separate adaptation modules or auxiliary networks, SEAL directly uses the model's own generation to control its adaptation process. Experiments on knowledge incorporation and few-shot generalization show that SEAL is a promising step toward language models capable of self-directed adaptation. Our website and code is available at https://jyopari.github.io/posts/seal.

📄 PDF Abstract BibTeX arXiv:2506.10943

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

Evolving Domain Adaptation of Pretrained Language Models for Text Classification

2023-11-16 · Yun-Shiuan Chuang, Yi Wu, Dhruv Gupta, Rheeya Uppaal 외

Adapting pre-trained language models (PLMs) for time-series text classification amidst evolving domain shifts (EDS) is critical for maintaining accuracy in applications like stance detection. This study benchmarks the ef…

Domain AdaptationStance Detectiontext-classificationText Classification+1

Improving BERT Fine-Tuning via Self-Ensemble and Self-Distillation

2020-02-24 · Yige Xu, Xipeng Qiu, Ligao Zhou, Xuanjing Huang

Fine-tuning pre-trained language models like BERT has become an effective way in NLP and yields state-of-the-art results on many downstream tasks. Recent studies on adapting BERT to new tasks mainly focus on modifying th…

Natural Language Inferencetext-classificationText Classification

SimRAG: Self-Improving Retrieval-Augmented Generation for Adapting Large Language Models to Specialized Domains

2024-10-23 · ran Xu, Hui Liu, Sreyashi Nag, Zhenwei Dai 외

Retrieval-augmented generation (RAG) enhances the question-answering (QA) abilities of large language models (LLMs) by integrating external knowledge. However, adapting general-purpose RAG systems to specialized fields s…

Domain AdaptationInstruction FollowingQuestion AnsweringQuestion Generation+4

Adapting OCR with limited supervision

2020-07-27 · Document Analysis Systems: 14th IAPR International Workshop 2020 7 · Deepayan Das, CV Jawahar

Text recognition systems of today (aka OCRs) are mostly based on supervised learning of deep neural networks. Performance of these are limited by the type of data that is used for training. In the presence of diverse st…

Optical Character Recognition (OCR)

CLIP-VG: Self-paced Curriculum Adapting of CLIP for Visual Grounding

2023-05-15 · Linhui Xiao, Xiaoshan Yang, Fang Peng, Ming Yan 외

Visual Grounding (VG) is a crucial topic in the field of vision and language, which involves locating a specific region described by expressions within an image. To reduce the reliance on manually labeled data, unsupervi…

DiversityTransfer LearningVisual Grounding