English

DoMIX: An Efficient Framework for Exploiting Domain Knowledge in Fine-Tuning

Computation and Language 2025-07-04 v1 Artificial Intelligence Computer Vision and Pattern Recognition Machine Learning

Abstract

Domain-Adaptive Pre-training (DAP) has recently gained attention for its effectiveness in fine-tuning pre-trained models. Building on this, continual DAP has been explored to develop pre-trained models capable of incrementally incorporating different domain datasets. However, existing continual DAP methods face several limitations: (1) high computational cost and GPU memory usage during training; (2) sensitivity to incremental data order; and (3) providing a single, generalized model for all end tasks, which contradicts the essence of DAP. In this paper, we propose DoMIX, a novel approach that addresses these challenges by leveraging LoRA modules, a representative parameter-efficient fine-tuning (PEFT) method. Our approach enables efficient and parallel domain-adaptive pre-training that is robust to domain order and effectively utilizes accumulated knowledge to provide tailored pre-trained models for specific tasks. We also demonstrate that our method can be extended beyond the DAP setting to standard LLM fine-tuning scenarios. Code is available at https://github.com/dohoonkim-ai/DoMIX.

Keywords

Cite

@article{arxiv.2507.02302,
  title  = {DoMIX: An Efficient Framework for Exploiting Domain Knowledge in Fine-Tuning},
  author = {Dohoon Kim and Donghun Kang and Taesup Moon},
  journal= {arXiv preprint arXiv:2507.02302},
  year   = {2025}
}

Comments

22 pages, 5 figures, ACL 2025 Main

R2 v1 2026-07-01T03:44:18.606Z