Is Micro Domain-Adaptive Pre-Training Effective for Real-World Operations? Multi-Step Evaluation Reveals Potential and Bottlenecks
Masaya Tsunokake, Yuta Koreeda, Terufumi Morishita, Koichi Nagatsuka, Hikaru Tomonari, Yasuhiro Sogawa
TL;DR
The paper investigates whether micro domain-adaptive pre-training (mDAPT) can support generative tasks in real-world operations by decomposing answering into elicitation, reasoning, and composing. A multi-step oracle evaluation framework is used to pinpoint bottlenecks, revealing that mDAPT primarily improves elicitation while reasoning and composing remain bottlenecks. The findings suggest that achieving usable real-world performance requires both resolving elicitation and enhancing reasoning capability, potentially by combining mDAPT with stronger base models or targeted reasoning training. The study provides a framework and empirical evidence for diagnosing LLM deployment challenges in proprietary domains, with practical implications for enterprise AI adoption and future research directions in domain-specific reasoning and memory retention.
Abstract
When applying LLMs to real-world enterprise operations, LLMs need to handle proprietary knowledge in small domains of specific operations ($\textbf{micro domains}$). A previous study shows micro domain-adaptive pre-training ($\textbf{mDAPT}$) with fewer documents is effective, similarly to DAPT in larger domains. However, it evaluates mDAPT only on multiple-choice questions; thus, its effectiveness for generative tasks in real-world operations remains unknown. We aim to reveal the potential and bottlenecks of mDAPT for generative tasks. To this end, we disentangle the answering process into three subtasks and evaluate the performance of each subtask: (1) $\textbf{eliciting}$ facts relevant to questions from an LLM's own knowledge, (2) $\textbf{reasoning}$ over the facts to obtain conclusions, and (3) $\textbf{composing}$ long-form answers based on the conclusions. We verified mDAPT on proprietary IT product knowledge for real-world questions in IT technical support operations. As a result, mDAPT resolved the elicitation task that the base model struggled with but did not resolve other subtasks. This clarifies mDAPT's effectiveness in the knowledge aspect and its bottlenecks in other aspects. Further analysis empirically shows that resolving the elicitation and reasoning tasks ensures sufficient performance (over 90%), emphasizing the need to enhance reasoning capability.
