paper-with-me

홈 › Papers

SearchInstruct: Enhancing Domain Adaptation via Retrieval-Based Instruction Dataset Creation

2025-09-12 · Iman Barati, Mostafa Amiri, Heshaam Faili arxiv

Supervised Fine-Tuning (SFT) is essential for training large language models (LLMs), significantly enhancing critical capabilities such as instruction following and in-context learning. Nevertheless, creating suitable training datasets tailored for specific domains remains challenging due to unique domain constraints and data scarcity. In this paper, we propose SearchInstruct, an innovative method explicitly designed to construct high quality instruction datasets for SFT. Our approach begins with a limited set of domain specific, human generated questions, which are systematically expanded using a large language model. Subsequently, domain relevant resources are dynamically retrieved to generate accurate and contextually appropriate answers for each augmented question. Experimental evaluation demonstrates that SearchInstruct enhances both the diversity and quality of SFT datasets, leading to measurable improvements in LLM performance within specialized domains. Additionally, we show that beyond dataset generation, the proposed method can also effectively facilitate tasks such as model editing, enabling efficient updates to existing models. To facilitate reproducibility and community adoption, we provide full implementation details, the complete set of generated instruction response pairs, and the source code in a publicly accessible Git repository: https://github.com/mostafaamiri/SearchInstruct

📄 PDF Abstract BibTeX arXiv:2509.10708

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingDomain Adaptation

Similar Papers 제목 키워드 기반

UrbanCross: Enhancing Satellite Image-Text Retrieval with Cross-Domain Adaptation

2024-04-22 · Siru Zhong, Xixuan Hao, Yibo Yan, Ying Zhang 외

Urbanization challenges underscore the necessity for effective satellite image-text retrieval methods to swiftly access specific information enriched with geographic semantics for urban applications. However, existing me…

DiversityDomain AdaptationImage-text RetrievalRetrieval+1

InduceKV: Fixed-Footprint Continual Adaptation of Multimodal LLMs via Inducing KV Memories

2026-07-02 · Qianyu Chen, Ziteng Feng, Canran Xiao, Runxuan Tang arxiv

Multimodal large language models must adapt to evolving tasks and domains, yet continual improvement under bounded deployment footprint remains difficult because repeated parameter updates or growing replay stores can ac…

Beyond Similarity: A Gradient-based Graph Method for Instruction Tuning Data Selection

2025-02-16 · Yang Zhao, Li Du, Xiao Ding, Yangou Ouyang 외

Large language models (LLMs) have shown great potential across various industries due to their remarkable ability to generalize through instruction tuning. However, the limited availability of domain-specific data signif…

Domain AdaptationTransfer Learning

RE-Adapt: Reverse Engineered Adaptation of Large Language Models

2024-05-23 · William Fleshman, Benjamin Van Durme

We introduce RE-Adapt, an approach to fine-tuning large language models on new domains without degrading any pre-existing instruction-tuning. We reverse engineer an adapter which isolates what an instruction-tuned model …

Instruction FollowingRetrievalRetrieval-augmented Generation

Tackling Distribution Shift in LLM via KILO: Knowledge-Instructed Learning for Continual Adaptation

2025-08-05 · Iing Muttakhiroh, Thomas Fevens arxiv

Large Language Models (LLMs) often suffer from performance degradation when faced with domain shifts, primarily due to catastrophic forgetting. In this work, we propose KILO (Knowledge-Instructed Learning for Continual A…

Continual LearningKnowledge Graphs