Paper deep dive
Cognitively Layered Data Synthesis for Domain Adaptation of LLMs to Space Situational Awareness
Ding Linghu, Cheng Wang, Da Fan, Wei Shi, Kaifeng Yin, Xiaoliang Xue, Fan Yang, Haiyi Ren, Cong Zhang
Intelligence
Status: succeeded | Model: google/gemini-3.1-flash-lite-preview | Prompt: intel-v1 | Confidence: 98%
Last extracted: 3/13/2026, 1:00:29 AM
Summary
The paper introduces BD-FDG (Bloom's Taxonomy-based Domain-specific Fine-tuning Data Generation), a framework for constructing high-quality supervised fine-tuning (SFT) datasets for space situational awareness (SSA). By utilizing a mission-chain-driven knowledge tree, Bloom's Taxonomy-guided question generation, and a multidimensional quality control pipeline, the authors created SSA-SFT (230K samples). Fine-tuning Qwen3-8B on this dataset resulted in SSA-LLM-8B, which significantly outperformed the baseline in domain-specific tasks while maintaining general performance.
Entities (5)
Relation Signals (3)
BD-FDG → generated → SSA-SFT
confidence 99% · Using BD-FDG, we construct SSA-SFT
SSA-SFT → usedtotrain → SSA-LLM-8B
confidence 99% · fine-tune Qwen3-8B to obtain SSA-LLM-8B
BD-FDG → utilizes → Bloom's Taxonomy
confidence 98% · we propose BD-FDG (Bloom's Taxonomy-based Domain-specific Fine-tuning Data Generation)
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Large language models (LLMs) demonstrate exceptional performance on general-purpose tasks. however, transferring them to complex engineering domains such as space situational awareness (SSA) remains challenging owing to insufficient structural alignment with mission chains, the absence of higher-order cognitive supervision, and poor correspondence between data quality criteria and engineering specifications. The core bottleneck is the construction of high-quality supervised fine-tuning (SFT) datasets. To this end, we propose BD-FDG (Bloom's Taxonomy-based Domain-specific Fine-tuning Data Generation), a framework that addresses incomplete knowledge coverage, shallow cognitive depth, and limited quality controllability through three mechanisms: structured knowledge organization, cognitively layered question modeling, and automated quality control. The framework uses a knowledge tree to ensure structured corpus coverage, designs a question generation scheme spanning nine categories and six cognitive levels from Remember to Create to produce samples with a continuous difficulty gradient, and applies a multidimensional scoring pipeline to enforce domain rigor and consistency. Using BD-FDG, we construct SSA-SFT, a domain dataset of approximately 230K samples, and fine-tune Qwen3-8B to obtain SSA-LLM-8B. Experiments show that SSA-LLM-8B achieves relative BLEU-1 improvements of 144\% (no-think) and 176\% (think) on the domain test set and a win rate of 82.21\% over the baseline in arena comparisons, while largely preserving general benchmark performance (MMLU-Pro, MATH-500). These results validate SFT data construction driven by cognitive layering as an effective paradigm for complex engineering domains and provide a transferable framework for domain-specific LLM adaptation.
Tags
Links
- Source: https://arxiv.org/abs/2603.09231v1
- Canonical: https://arxiv.org/abs/2603.09231v1
Trouble viewing inline? Open PDF directly →
Full Text
54,512 characters extracted from source content.
Expand or collapse full text
COGNITIVELY LAYERED DATA SYNTHESIS FOR DOMAIN ADAPTATION OF LLMS TO SPACE SITUATIONAL AWARENESS Ding Linghu 1 , Cheng Wang 1 , Da Fan 1 , Wei Shi 1 , Kaifeng Yin 2 , Xiaoliang Xue 1 , Fan Yang 2 , Haiyi Ren 3 , and Cong Zhang 1 1 Qian Xuesen Laboratory of Space Technology, China Academy of Space Technology, Beijing, China 2 China Academy of Space Technology, Beijing, China 3 State Key Laboratory of Space Information System and Integrated Application, Beijing, China ABSTRACT Large language models (LLMs) demonstrate exceptional performance on general-purpose tasks. However, transferring them to complex engineering domains such as space situational awareness (SSA) remains challenging owing to insufficient structural alignment with mission chains, the absence of higher-order cognitive supervision, and poor correspondence between data quality criteria and engineering specifications. The core bottleneck is the construction of high-quality supervised fine- tuning (SFT) datasets. To this end, we propose BD-FDG (Bloom’s Taxonomy-based Domain-specific Fine-tuning Data Generation), a framework that addresses incomplete knowledge coverage, shallow cognitive depth, and limited quality controllability through three synergistic mechanisms: mission- chain-driven knowledge organization, domain-operationalized cognitive question modeling, and engineering-specification-aligned quality control. The framework uses a knowledge tree to ensure structured corpus coverage, designs a question generation scheme spanning nine domain-tailored categories and six cognitive levels from Remember to Create to produce samples with a continuous increase in difficulty, and applies a multidimensional scoring pipeline to enforce domain rigor and consistency. Using BD-FDG, we construct SSA-SFT, a domain dataset of approximately 230K samples, and fine-tune Qwen3-8B to obtain SSA-LLM-8B. Experiments show that SSA-LLM-8B achieves relative BLEU-1 improvements of 144% (no-think) and 176% (think) on the domain test set and a win rate of 82.21% over the baseline in arena comparisons, while largely preserving general benchmark performance (MMLU-Pro, MATH-500). These results validate that coupling cognitive layering with structured domain knowledge and engineering-aligned quality control constitutes an effective paradigm for domain-specific SFT data construction and offers a transferable framework for adapting LLMs to complex engineering fields. Keywords large language models, space situational awareness, domain adaptation, Bloom’s Taxonomy, cognitive layering 1 Introduction In recent years, large language models (LLMs) such as GPT-4, Llama3, Qwen3, and DeepSeek have achieved strong performance in mathematical reasoning, code generation, and general knowledge comprehension[1,2,3]. However, a gap remains between pretrained foundation models and practical deployment; the post training stage, in particular supervised fine-tuning (SFT) and preference alignment, is essential for transforming general linguistic competence into controllable capability for task execution[4]. Among these stages, the quality and design of SFT data directly determine downstream effectiveness in vertical domains and remain a key challenge[5]. SFT employs question-and-answer pairs or multiturn dialogues as its basic sample unit, providing models with directly learnable supervision signals that shift them from general language modeling toward controllable instruction following and task execution[6,7,8,9,10]. Prior work has shown that the coverage, difficulty distribution, and annotation arXiv:2603.09231v1 [cs.AI] 10 Mar 2026 A PREPRINT consistency of SFT data largely determine the upper bound of model usability in downstream applications[5,11]. Importantly, SFT and preference alignment (e.g., RLHF) differ fundamentally in data modality and optimization objective: the former relies on explicit reference answers for behavior cloning, whereas the latter optimizes output distributions via pairwise preferences or reward signals[4,12]. This paper targets dataset construction at the SFT stage. Motivated by these observations, this paper focuses on dataset construction as the entry point for domain capability enhancement and selects space situational awareness (SSA) as the research context. SSA missions span target detection and tracking, trajectory prediction, task allocation, and threat assessment and disposition decision-making[13], involving multidisciplinary knowledge from aerospace engineering, infrared physics, signal processing, and systems engineering, all subject to strict procedural specifications and engineering constraints[14,15]. In such scenarios, the challenge lies not in whether a model can recall isolated knowledge points, but in whether it can produce executable, verifiable, and reasoning compliant with specifications along the mission chain. Although retrieval-augmented generation (RAG) can supplement domain knowledge[16], it cannot substitute for supervised learning of task workflows, constraint conditions, and reasoning patterns. Constructing high-quality domain SFT datasets oriented toward mission chains is therefore essential. Such datasets must provide verifiable supervision signals to enable reliable deployment of general-purpose LLMs in SSA. Despite their strong language understanding and generation capabilities, existing domain SFT data construction methods exhibit three deficiencies in the SSA context: •Inadequate structured coverage of domain knowledge: Existing corpora lack organization aligned with the detection, tracking, prediction, assessment, and disposition mission chain, leaving systematic gaps at critical stages. •Limited cognitive depth of supervision samples: Publicly available corpora are dominated by factual recall and conceptual paraphrasing, with scarce verifiable derivation supervision targeting higher-order cognitive objectives such as analysis, evaluation, and decision trade-offs. • Weak alignment between data quality and engineering specifications: General-purpose quality assessment methods lack evaluation dimensions for relevance to engineering practice and technical integration, making it difficult to reconcile scaling with domain reliability. To address these issues, we draw on Bloom’s Taxonomy[17], which partitions cognitive objectives into six hierarchical levels (Remember, Understand, Apply, Analyze, Evaluate, and Create), and propose BD-FDG, a domain SFT dataset construction framework for SSA that provides scalable, quality-controllable, and verifiable supervision signals along three axes: (1)Structured knowledge coverage driven by the mission chain: A knowledge tree is constructed using the mission chain hierarchy as its backbone; systematic corpus coverage is achieved through recursive tracing of seed literature, ensuring structured representation of every mission stage. (2) Cognitively layered question modeling: A question generation scheme spanning nine categories and six cognitive levels is designed so that supervision samples form a continuous difficulty gradient from Remember to Create, compensating for the deficit in cognitive depth in existing domain data. (3)Multidimensional quality control oriented toward engineering specifications: An automatic scoring and filtering pipeline evaluates samples through four coordinated components: Domain-Specific Evaluation, Self-Containment Evaluation, Structured Scoring Criteria, and Key Deduction/Bonus Items, explicitly aligning quality criteria with engineering constraints. 2 Related Work 2.1 General-Purpose SFT Data Construction In the general-purpose setting, SFT data construction has matured into an engineering pipeline encompassing task definition, data generation, quality control, deduplication, and safety auditing[9,18,19]. Existing approaches fall into five paradigms: (i) bootstrap synthesis, which achieves inexpensive scaling through instructions and answers generated by models[20,21,22]; (i) difficulty evolution, which deepens reasoning via instruction rewriting and progressive complexity escalation[23]; (i) multiturn dialogue expansion, which collects high-quality interactions through manual or semiautomatic means to enhance conversational ability[24,25]; (iv) distillation of reasoning traces, which uses explanation traces from teacher models to provide stronger supervision for higher-order reasoning[26,27]; and (v) data curation and approaches that prioritize quality, in which studies show that carefully curated data at small scale can improve alignment[28,29,30] and that data quality can outweigh sheer scale[31,32,33]. These efforts indicate that 2 A PREPRINT Phase 1: Domain Knowledge Phase 2: Question GenerationPhase 3: SFT Dataset Synthesis Tree-Based Domain Knowledge Collection Hybrid Retrieval Database Coarse Fine Text Cleaning Pipeline/Chunck Dense Embedding (text-embedding-v3) Sparse Embedding (BM25) Vector-Represented Domain Knowledge Bloom Guidance Knowledge Retrieval Synthesis LLM (QwQ-plus) Domain Question Generation Retrieval Bloom's Taxonomy-Based Prompt Template Bloom's Taxonomy: Concept Discrimination. Prompt Hint: Generate a question ... Bloom's Taxonomy: Process Design. Prompt Hint: Generate a question regarding designing processes ... System Prompt: You are a senior expert in the field of space- based early warning... Quality Filtering Prompt: • Domain-Specific Evaluation • Self-Containment Evaluation • Structured Scoring Criteria • Key Deduction/Bonus Items LLM (Qwen3-Max) Filter Dataset Synthesis and Augmentation Question s LLM (QwQ-plus) LLM (QwQ-plus) SFT Dataset (COT) Question only Augment SFT Dataset Domain Seed Knowledge Figure 1: Architecture of the BD-FDG framework. The domain knowledge base construction stage (left) parses mission chain literature into structured chunks and builds a hybrid dense–sparse retrieval index for multisource context assembly. The question generation stage (middle) applies nine Bloom’s Taxonomy-guided prompt templates across six cognitive levels to produce questions with graduated difficulty from retrieved context. The SFT data synthesis stage (right) distills reasoning traces and answers from teacher models, scores each sample along four quality dimensions, and filters by a composite threshold to yield the final SSA-SFT dataset. SFT data require not only sufficient scale but also a balance among difficulty gradient, format diversity, and quality controllability; yet how to reliably transfer such paradigms to constrained engineering domains remains an open question. 2.2 Domain-Specific SFT Data Construction Compared with open-domain settings, domain-specific SFT data construction faces stricter challenges. Work in vertical domains such as finance[34] and medicine[35] has shown that general-purpose instruction data cannot adequately cover specialized terminological systems and domain-specific reasoning patterns, and that the main difficulty of domain adaptation lies in constructing high-quality supervision data[36,37]. Three challenges arise: first, domain knowledge coverage requires structured organization to avoid corpus sparsity and concept drift[38,39]; second, higher-order cognition and verifiable reasoning demand traceable derivation chains together with consistent evaluation criteria[27,40,41]; and third, data quality assessment must be aligned with task workflows, engineering constraints, and metric systems to balance scaling with reliability[42,18]. Recent work has also demonstrated that integrating retrieval-augmented generation with domain knowledge graphs can effectively support LLM deployment in high-stakes operational environments such as robotic systems[43]. Therefore, building a domain knowledge base oriented toward the task chain, generating verifiable question-and-answer pairs in a layered manner, and establishing an automated quality control pipeline are necessary steps for improving domain model capability[44, 45, 46]. 2.3 Cognitive Frameworks in Data Construction Bloom’s Taxonomy[17] classifies cognitive objectives into six hierarchical levels (Remember, Understand, Apply, Analyze, Evaluate, and Create) and has been widely adopted in educational assessment and automatic question generation. In the NLP and AI communities, this taxonomy has been used to control the cognitive complexity of generated questions[47], classify question difficulty in standardized tests, and design evaluation rubrics for LLM outputs. Recent studies have further demonstrated that Bloom-guided question generation and quiz construction with LLMs are already feasible in educational settings[48,49,50]. Although progressive difficulty escalation has proven effective for general-purpose instruction tuning[23], such approaches rely on unconstrained complexity evolution rather than a principled cognitive framework, making it difficult to ensure systematic coverage of higher-order reasoning objectives. 3 A PREPRINT Therefore, the novelty of our framework does not lie in applying Bloom’s Taxonomy per se, but in operationalizing it for SSA-oriented SFT data construction by extending Bloom’s six cognitive levels into nine domain-specific question types aligned with the SSA mission chain. This design ensures that the generated SFT samples not only span a continuous difficulty gradient but also target specific cognitive skills relevant to SSA tasks, such as algorithm implementation, performance analysis, and solution decision-making, which are often underrepresented in existing domain datasets. 3 Methodology To address the three deficiencies identified in Section 1, BD-FDG decomposes domain SFT data construction into three sequential stages. First, a domain knowledge base construction stage (Section 3.1) organizes mission chain literature into a structured knowledge tree and builds a hybrid retrieval index for multisource context assembly. Second, a cognitively layered question generation stage (Section 3.2) applies Bloom’s Taxonomy-guided prompt templates to produce questions spanning six cognitive levels with a continuous difficulty gradient. Third, a supervised fine-tuning data synthesis stage (Section 3.3) distills reasoning traces from teacher models, scores each sample along four quality dimensions, and filters by a composite threshold to yield the final dataset. Figure 1 illustrates the overall architecture; the following subsections detail each stage in turn. 3.1 Domain Knowledge Base Construction We begin with foundational design literature on SSA missions and iteratively expand the collection by traversing citation links and gathering related technical materials, yielding a knowledge system with a tree structure covering system tasks, subsystems, and key technical units. This procedure focuses the corpus on critical processes and decision points in space situational awareness. We then parse and clean the collected documents using MinerU[51], a vision-language document parsing tool that accurately extracts structured text, tables, and formulas from heterogeneous PDF sources. After parsing, we stan- dardize terminology and notation and segment the text into retrievable chunks using a splitter that preserves the structure of paragraphs, tables, and code blocks. A hybrid retrieval module is built by indexing dense embeddings (text-embedding-v3) in Milvus alongside a BM25 sparse index, enabling retrieval that balances semantic similarity and keyword matching. For each query, the retriever first recallsK cand candidate chunks from both indexes and reranks them using a hybrid scoreScore hybrid = αs dense + (1− α)s BM25 ; the top-rankedKchunks are then selected as the final context for downstream question generation. Algorithm 1 summarizes the procedure. Algorithm 1 Domain Corpus Construction and Multiple Text Block Retrieval Process Require: Hybrid weight α; candidates K cand ; final Top-K Ensure: For each anchor block/query, Top-K relevant text blocks 1:Parse each document with MinerU; extract structured text; segment into chunksc i via splitting that preserves structure. 2: Embed eachc i withtext-embedding-v3to obtain a 1024-d vectore i ; build a Milvus dense index and a BM25 sparse index. 3: for each anchor block or query q do 4:Construct query text and embeddinge q . 5:Retrieve K cand candidates via dense and BM25 search; rerank by Score hybrid . 6: Select Top-Kblocks; concatenate with the anchor to form a multisource context for question generation and distillation. 7: end for 3.2 Question Generation Guided by Bloom’s Taxonomy Guided by Bloom’s Taxonomy, we design nine prompt templates spanning six cognitive levels: Remember, Understand, Apply, Analyze, Evaluate, and Create. Each question type is defined in terms of cognitive objective, reasoning depth, and engineering applicability, ensuring coverage from basic concept recall to comprehensive evaluation. Table 1 summarizes the nine question types guided by Bloom’s Taxonomy; the full prompt templates are provided in Appendix A. For each anchor text block, we retrieve Top-Krelated blocks using the hybrid dense and sparse retriever to construct a multisource context window. This context is provided to QWQ-Plus to generate questions, reasoning traces (think mode), and final answers, yielding candidate training samples that encourage synthesis across documents and structured reasoning. 4 A PREPRINT Table 1: Question type system guided by Bloom’s Taxonomy (Q1–Q9) for the space situational awareness domain. No.Type NameCognitive LevelAssessment Objective Q1Concept DiscriminationRemember/UnderstandUnderstanding and distinguishing core con- cepts Q2Principle ExplanationUnderstandIn-depth understanding and explanation of technical principles Q3Formula DerivationUnderstand/ApplyMathematical modeling and theoretical analy- sis Q4Parameter CalculationApplyDesign and calculation of key parameters Q5Algorithm ImplementationApply/AnalyzeAlgorithm design and optimization Q6Performance AnalysisAnalyzeSystem performance analysis and comparison Q7Process DesignAnalyze/CreateSystem process design and task planning Q8Solution Decision-MakingEvaluateEngineering decision-making and solution se- lection Q9Comprehensive EvaluationEvaluate/CreateMultidimensional comprehensive evaluation and systems thinking 3.3 Supervised Fine-Tuning Data Synthesis During data synthesis, the question, reasoning trace, and final answer generated by QWQ-Plus are organized into candidate SFT samples for the student model. Qwen-Max then performs answer quality filtering using a four-part rubric: (i) Domain-Specific Evaluation, which verifies whether a sample is technically sound and aligned with SSA terminology, mission workflows, and engineering constraints; (i) Self-Containment Evaluation, which checks whether the answer is sufficiently complete and interpretable on its own, without relying on omitted context; (i) Structured Scoring Criteria, which apply a standardized evaluation template to assess completeness, logical coherence, and internal consistency; and (iv) Key Deduction/Bonus Items, which introduce explicit penalties for factual errors, logical contradictions, or format violations, while allowing score adjustments for particularly rigorous and well-grounded responses. To expand scale while preserving diversity, we perform multiple distillation of each question: each filtered question is distilled 16 times (X16) with its associated multisource context. This procedure yields complementary reasoning paths and explanations that improve coverage of complex cognitive tasks while mitigating single-path bias. Beyond improving response diversity, the X16 multidistillation strategy also rapidly increases the effective scale of the domain-specific SFT corpus, which is particularly valuable in vertical scenarios where high-quality supervision is inherently scarce. The resulting corpus size provides greater flexibility for subsequent mixed-data fine-tuning, allowing domain-specific samples to be combined with general-purpose instruction data at well-calibrated proportions during training. In summary, BD-FDG integrates corpus organization driven by the mission chain, question modeling guided by Bloom’s Taxonomy, and multidimensional quality control to generate scalable and verifiable SFT supervision for space situational awareness. 3.4 SSA-SFT and SSA-Test Datasets We curate publicly accessible literature and technical documents to build a domain knowledge base organized by a three-tier mission chain knowledge system covering system-level tasks, subsystem modules, and key technical units. This knowledge system is specifically oriented toward representative space situational awareness application scenarios, including space debris tracking, multi-target mission planning, trajectory prediction, and threat assessment and disposition. Its three-tier mission chain structure is visualized in the left panel of Fig. 2, which illustrates how domain knowledge is organized from mission-level tasks to subsystem functions and key technical units. Using BD-FDG, we generate questions, answers, and reasoning traces via QWQ-Plus, and then use Qwen-Max to score and filter the generated answers before forming SFT samples. Each question is distilled 16 times, yielding SSA-SFT, a space situational awareness SFT dataset comprising approximately 230K high-quality samples that span all nine question categories and six cognitive levels, with higher-order types (Q5 to Q9) accounting for approximately 60% of the total to ensure adequate supervision of analysis, evaluation, and design tasks. For evaluation, we independently construct SSA-Test using the same pipeline but with nonoverlapping source documents to prevent data leakage. SSA-Test contains 1,644 high-quality question and answer samples spanning the nine categories guided by Bloom’s Taxonomy. To further mitigate leakage risk, we apply semantic deduplication by computing pairwise 5 A PREPRINT Aerospace Optoelectronics Information Control Systems Ballistics Space Ground User Link Detection Tracking Localization Prediction Planning Processing Evaluation Professional Discipline System Composition Application Workflow Knowledge Taxonomy (a) Domain Knowledge Taxonomy 0500010000150002000025000300003500040000 Number of Samples Q9 Comprehensive Eval. Q8 Scheme Decision Q7 Process Design Q6 Performance Analysis Q5 Algorithm Implement. Q4 Parameter Calculation Q3 Formula Derivation Q2 Principle Explanation Q1 Concept Analysis 28,985 (12.3%) 30,057 (12.7%) 30,879 (13.1%) 25,439 (10.8%) 26,242 (11.1%) 18,537 (7.8%) 17,771 (7.5%) 28,662 (12.1%) 29,994 (12.7%) (b) Training Set (N = 236,566) 050100150200250 Number of Samples Q9 Comprehensive Eval. Q8 Scheme Decision Q7 Process Design Q6 Performance Analysis Q5 Algorithm Implement. Q4 Parameter Calculation Q3 Formula Derivation Q2 Principle Explanation Q1 Concept Analysis 194 (11.8%) 213 (13.0%) 194 (11.8%) 187 (11.4%) 177 (10.8%) 117 (7.1%) 142 (8.6%) 220 (13.4%) 200 (12.2%) (c) Test Set (N = 1,644) Figure 2: Overview of the SSA-SFT and SSA-Test datasets. Left: three-tier mission chain knowledge system. Right: distribution of question types and sample counts. cosine similarity of question embeddings (text-embedding-v3) between SSA-SFT and SSA-Test, removing any test sample whose maximum similarity to the training set exceeds a threshold. SSA-Test is used for domain question answering evaluation via BLEU/ROUGE as well as Arena Battle comparisons that assess answer quality oriented toward engineering (e.g., professionalism, completeness, and usability). Figure 2 summarizes the statistics of SSA-SFT and SSA-Test. 4 Experiments We compare the Qwen3-8B baseline with its counterpart fine-tuned on domain data SSA-LLM-8B under identical hardware and evaluation settings. Performance is assessed on the SSA-Test domain benchmark and several general benchmarks. Two inference modes (no-think vs. think) are analyzed to quantify the impact of explicit reasoning traces at inference time. 4.1 Experimental Setup Training and Test Datasets. We use Qwen3-8B as the base model for supervised fine-tuning, aiming to enhance SSA competence while preserving general capabilities. The training data combines 600K general samples randomly selected from OpenThoughts3[27] with approximately 230K SSA-SFT domain samples. Domain performance is evaluated on SSA-Test; general capabilities are evaluated on mathematics benchmarks (AIME24, AIME25, MATH-500), knowledge/exam benchmarks (MMLU-Pro, MMLU-Redux, C-Eval, iQuiz, GPQA-Diamond), instruction following (IFEval), and code generation (LiveCodeBench). All evaluations are conducted using the evalscope[52] platform. Inference Modes and Evaluation Pipeline. To investigate the influence of chain-of-thought reasoning on model performance, we define two inference modes: in “no-think” mode the model outputs only the final answer, whereas in “think” mode it first produces intermediate reasoning steps before the final answer. To ensure comparability, all assessments extract and compare only the final answer segment. Domain knowledge tasks are evaluated using textual overlap metrics (BLEU-1/2/3/4 and ROUGE-1/2/L-F); general benchmark tasks use standard accuracy or task-specific scores, with results reported as microaverages. The original Qwen3-8B model without domain fine-tuning serves as the baseline in all experiments. Training Configuration. All experiments employ Qwen3-8B[1] for supervised fine-tuning. Training is executed on 8×NVIDIA GPU 80 GB GPUs using the ms-swift framework[53] with tensor parallelism of 4, a global batch size of 32, and a maximum sequence length of 8,192 tokens. We use the AdamW optimizer with a weight decay of 0.01 and 6 A PREPRINT gradient clipping at a maximum norm of 1.0. The learning rate is set to1× 10 −5 with a linear warm-up over the first 3% of training steps followed by cosine decay scheduling over 5 epochs. 4.2 Main Results Table 2 presents microaverage scores for Qwen3-8B and SSA-LLM-8B in both inference modes, illustrating the trade-off between domain enhancement and general capability retention. Table 2: Test results of SSA-LLM-8B and Qwen3-8B on various test sets. All values are in %. Bold indicates the better or tied best value under the same mode. DatasetTask Type no-thinkthink Qwen3-8BSSA-LLM-8BQwen3-8BSSA-LLM-8B SSA-TestKnowledge21.3352.0820.7557.23 AIME24Math33.3323.3366.6766.67 AIME25Math16.6723.3360.0056.67 C-EvalExam79.3578.0183.2879.20 GPQA DiamondKnowledge51.5244.4460.1060.10 IFEvalInstruction84.0779.6685.3275.89 iQuizExam59.1757.5066.6760.83 LiveCodeBenchCode23.0819.7846.7040.11 MATH-500Math84.6085.4094.8094.80 MMLU-ProExam64.2467.1374.3473.15 MMLU-ReduxExam81.1283.4787.4287.47 As shown in Table 2, fine-tuning yields substantial improvements in domain question answering. On SSA-Test, SSA-LLM-8B achieves BLEU-1 scores of 52.08% (no-think) and 57.23% (think), compared with 21.33% and 20.75% for Qwen3-8B, corresponding to relative improvements of approximately 144% and 176%, respectively. These results indicate that the dataset constructed by BD-FDG injects substantial domain knowledge and improves answer organization and reasoning patterns. On general benchmarks, mathematics performance remains stable or slightly improves: MATH-500 scores range from 84.60% to 94.80% across all configurations, and AIME performance is largely preserved. Knowledge and exam benchmarks reveal more nuanced trade-offs: in no-think mode, MMLU-Pro and MMLU-Redux improve by approximately 2.9 and 2.4 percentage points, respectively, whereas in think mode MMLU-Pro declines slightly and MMLU-Redux remains nearly unchanged. C-Eval, GPQA-Diamond, and iQuiz exhibit declines of 1 to 7 percentage points, indicating that domain-specific fine-tuning comes at the cost of some general abilities. Instruction following and code generation (IFEval, LiveCodeBench) also decline modestly, reflecting insufficient diversity in instructions and code coverage within the training set dominated by domain data. Comparing inference modes, think mode consistently benefits domain performance: on SSA-Test, SSA-LLM-8B improves from 52.08% to 57.23% in BLEU-1 (+9.9%), whereas Qwen3-8B shows negligible change (21.33% vs. 20.75%). This asymmetry suggests that chain-of-thought reasoning is more effective when the model already possesses internalized domain knowledge to draw upon, whereas it provides limited benefit for a model lacking the requisite domain foundations. On general benchmarks, however, think mode does not uniformly help: IFEval drops from 79.66% to 75.89% for SSA-LLM-8B, likely because the additional reasoning steps introduce verbosity that conflicts with strict instruction-following format requirements. This pattern indicates that the benefit of explicit reasoning is task dependent, being most pronounced for knowledge-intensive open-ended questions and least beneficial for format-constrained tasks. Overall, BD-FDG significantly enhances domain performance while keeping core general benchmarks within an acceptable range, particularly for mathematics and comprehensive exam tasks. The modest decline in instruction and code capabilities points to a clear direction for future improvement via multitask or mixed instruction fine-tuning. 4.3 Arena Battle Evaluation To assess domain knowledge from two complementary perspectives, namely relative cognitive superiority and absolute textual consistency, we employ both Arena Battle (pairwise comparison by an LLM) and textual overlap metrics (BLEU/ROUGE) on SSA-Test. 7 A PREPRINT Arena Battle protocol. Arena Battle performs pairwise comparisons of responses from two models to the same question, with a unified judge model (Qwen3-Max) selecting the preferred response based on professionalism, completeness, and usability. Compared with n-gram overlap alone, this approach better captures factors such as domain-specific terminology usage and argumentation completeness. For each question, the judge indicates its preference (A/B/tie) with a reasoned justification; overall win rates and confidence intervals (CI) are then computed. Table 3 summarizes the win rates of SSA-LLM-8B relative to Qwen3-8B. Table 3: Arena Battle results on the SSA-Test dataset (SSA-LLM-8B vs. Qwen3-8B). Inference ModeWin Rate (%)Lower CI (%)Upper CI (%) no-think82.2181.5082.91 think73.5472.8474.44 As shown in Table 3, SSA-LLM-8B surpasses Qwen3-8B in both inference modes. In no-think mode, the win rate reaches 82.21% with a 95% confidence interval of [81.50%, 82.91%], indicating that the fine-tuned model is preferred in over four out of five comparisons across the 1,644 test questions. In think mode, the win rate is 73.54% [72.84%, 74.44%], still representing a substantial margin. The narrow width of both intervals (approximately 1.4 percentage points) confirms that the observed advantage is statistically robust rather than driven by a small subset of questions. Comparing the two modes, the win rate drops by 8.67 percentage points from no-think to think, indicating that chain-of- thought prompting allows the baseline to partially compensate for its lack of domain training by organizing its latent general knowledge more effectively at inference time. However, the fine-tuned model still maintains a win rate above 73% even in this more competitive setting, suggesting that the domain knowledge internalized through SFT provides a persistent advantage that inference-time reasoning alone cannot fully bridge. 4.4 Fine-Grained BLEU and ROUGE Analysis To complement the aggregate view, Table 4 reports fine-grained textual matching metrics (BLEU-1/2/3/4, ROUGE- 1/2/L-F) for both models under both inference modes. Table 4: Fine-grained metrics on the SSA-Test dataset. All values are in %. Bold indicates the better or tied best value under the same mode. Metric no-thinkthink Qwen3-8BSSA-LLM-8BQwen3-8BSSA-LLM-8B BLEU-121.3352.0820.7557.23 BLEU-212.4035.2612.8139.53 BLEU-37.8025.708.5429.18 BLEU-44.9719.265.7722.16 ROUGE-1-F42.3153.0345.3054.62 ROUGE-2-F16.8726.3118.4928.16 ROUGE-L-F23.6732.6224.6134.30 As shown in Table 4, domain-specific fine-tuning is the main factor driving improvement. In no-think mode, SSA- LLM-8B surpasses Qwen3-8B across all metrics, with especially large gains in higher-order n-grams: BLEU-4 rises from 4.97% to 19.26% (+14.29) and ROUGE-L-F from 23.67% to 32.62% (+8.95). These improvements indicate that the model better aligns with domain expression patterns in terms of phrase spans, structural matching, and answer organization, confirming the effectiveness of SFT data constructed by BD-FDG. Explicit chain-of-thought reasoning (think mode) yields stable but more modest improvements across both models, with a larger gain for SSA-LLM-8B. For Qwen3-8B, think mode raises BLEU-4 from 4.97% to 5.77% and ROUGE-1-F from 42.31% to 45.30%, suggesting that explicit reasoning reduces content omission. For SSA-LLM-8B, think mode further lifts BLEU-4 from 19.26% to 22.16% and ROUGE-L-F from 32.62% to 34.30%, indicating that chain-of-thought reasoning is more effective when the model already possesses domain knowledge. Together, domain training signals and explicit reasoning at inference time play complementary roles: the former sets the upper bound of knowledge and expression, while the latter improves organization and consistency during generation. 8 A PREPRINT 4.5 Hyperparameter Analysis of Hybrid Retrieval To systematically examine how key hybrid retrieval hyperparameters affect generation quality, we conduct a two- dimensional ablation over retrieval depth Top-Kand the weighting factor for semantics and keywordsα. Question-and- answer pairs are generated under 25 parameter combinations (α∈0.00, 0.25, 0.50, 0.75, 1.00,K ∈1, 3, 5, 7, 9) and evaluated by Qwen3-Max using a multidimensional scoring system: multisource knowledge integration (0 to 5), question complexity integration (0 to 3), answer integration quality (0 to 3), and a penalty term (−2to0), yielding a total score in [0, 10]. K=1K=3K=5K=7K=9 0.00 0.25 0.50 0.75 1.00 7.057.106.957.127.18 7.267.087.407.227.43 7.417.457.557.267.14 7.306.926.757.056.95 7.297.046.846.936.91 7.00 7.50 Marginal Mean 7.26 7.12 7.10 7.12 7.12 7.007.207.40 Marginal Mean 7.08 7.28 7.36 7.00 7.00 6.87.07.27.47.6 Mean Quality Score Figure 3: Two-dimensional ablation results. The central heatmap shows average quality scores for each(α,K) configuration; marginal bar plots depict the main effects of Top-K(top) andα(right). The optimal configuration (α=0.50,K =5) attains a score of 7.55. Figure 3 presents the results. Three patterns are observed: (1) Inverted-U Top-Keffect. WithK =1, a single text segment offers limited integration across sources, yielding a relatively low score (7.05 atα = 0.00). AsKincreases to 3 to 5, richer multisource input substantially improves integration quality, peaking aroundK = 5. BeyondK = 7, redundant information and semantic conflicts degrade quality, producing diminishing or negative returns. This nonmonotonic trend indicates an optimal retrieval depth range: too shallow starves the model of information; too deep introduces noise. (2) Optimal balance point forα. The parameterαregulates the relative weight of semantic similarity versus keyword matching (α=0: pure keyword;α=1: pure semantic). Results show thatα=0.50achieves the best or second-best performance across most Top-Ksettings, with(α=0.50,K =5)attaining the highest score of 7.55. In contrast, pure semantic retrieval (α=1.00) degrades at higherK(only 6.84 atK =5), likely due to excessive recall of semantically similar but redundant content. (3) Notable parameter interaction. The marginal distributions show that the Top-Kmain effect peaks atK =5and theαmain effect peaks atα = 0.50. An interaction is also evident: in the low-αregime (dominated by keywords), largerKcompensates by adding semantic diversity; in the high-αregime (dominated by semantics), moderateKis essential to avoid redundancy. Based on this analysis, we adoptα = 0.50,K = 5as the default configuration for dataset construction, balancing information richness with contextual controllability. 9 A PREPRINT 5 Conclusion In this paper, we address the limited domain competence of general-purpose LLMs for space situational awareness by introducing BD-FDG, a domain SFT data generation framework. While Bloom-guided question generation has been explored in educational contexts [48,49,50], BD-FDG extends this idea to mission-chain-driven engineering domains by coupling domain-operationalized cognitive layering with structured knowledge organization and specification-aligned quality control. Through these synergistic mechanisms together with multisource knowledge synthesis, we construct SSA-SFT, comprising approximately 230K high-quality samples. Qwen3-8B fine-tuned on SSA-SFT consistently surpasses the baseline in arena comparisons, achieving win rates of 82.21% (no-think) and 73.54% (think), and substantially improves domain question answering (e.g., BLEU-1 increases from 20.75% to 57.23% in think mode). The model largely preserves general benchmark performance (e.g., MATH-500 and MMLU-Pro), indicating that BD-FDG improves domain capability beyond superficial memorization by providing cognitively structured supervision signals aligned with the SSA mission chain, spanning from foundational recall to integrative design. This work has several limitations. Full parameter fine-tuning on 8×GPU 80 GB GPUs incurs substantial computational cost, constraining broader multimodel comparisons. In addition, reliance on teacher models during distillation may transfer biases into the student model, and the domain knowledge base is constructed exclusively from publicly available literature, meaning that restricted operational data covering mission-critical decision procedures are not included, potentially limiting corpus completeness at the highest operational levels. Future work will pursue three directions: (i) incorporating human expert evaluation alongside automated metrics to provide a more reliable assessment of domain competence; (i) applying BD-FDG to fine-tune LLMs of different scales and architectures (e.g., Llama, DeepSeek) to further validate the framework’s model-agnostic properties; and (i) extending the BD-FDG framework to other complex engineering domains (e.g., autonomous driving and power grid operation) to validate its generalizability as a domain adaptation paradigm. References [1]An Yang, Anfeng Li, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Gao, Chengen Huang, Chenxu Lv, et al. Qwen3 technical report. arXiv preprint arXiv:2505.09388, 2025. [2]Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Peiyi Wang, Qihao Zhu, Runxin Xu, Ruoyu Zhang, Shirong Ma, Xiao Bi, et al. Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning. arXiv preprint arXiv:2501.12948, 2025. [3]Aaron Grattafiori, Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al-Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Alex Vaughan, et al. The llama 3 herd of models. arXiv preprint arXiv:2407.21783, 2024. [4]Long Ouyang, Jeff Wu, Xu Jiang, Diogo Almeida, Carroll L Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, et al. Training language models to follow instructions with human feedback. arXiv preprint arXiv:2203.02155, 2022. [5]Wayne Xin Zhao, Kun Zhou, Junyi Li, Tianyi Tang, Xiaolei Wang, Yupeng Hou, Yingqian Min, Beichen Zhang, Junjie Zhang, Zican Dong, et al. A survey of large language models. arXiv preprint arXiv:2303.18223, 2023. [6]Victor Sanh, Albert Webson, Colin Raffel, Stephen H Bach, Lintang Sutawika, Zaid Alyafeai, Antoine Chaffin, Arnaud Stiegler, Teven Le Scao, Arun Raja, et al. Multitask prompted training enables zero-shot task generalization. arXiv preprint arXiv:2110.08207, 2022. [7] Jason Wei, Maarten Bosma, Vincent Y Zhao, Kelvin Guu, Adams Wei Yu, Brian Lester, Nan Du, Andrew M Dai, and Quoc V Le. Finetuned language models are zero-shot learners. arXiv preprint arXiv:2109.01652, 2022. [8]Hyung Won Chung, Le Hou, Shayne Longpre, Barret Zoph, Yi Tay, William Fedus, Yunxuan Li, Xuezhi Wang, Mostafa Dehghani, Siddhartha Brahma, et al. Scaling instruction-finetuned language models. arXiv preprint arXiv:2210.11416, 2022. [9] Shayne Longpre, Le Hou, Tu Vu, Albert Webson, Hyung Won Chung, Yi Tay, Denny Zhou, Quoc V Le, Barret Zoph, Jason Wei, and Adam Roberts. The flan collection: Designing data and methods for effective instruction tuning. arXiv preprint arXiv:2301.13688, 2023. [10] Shengyu Zhang, Linfeng Dong, Xiaoya Li, Sen Zhang, Xiaofei Sun, Shuhe Wang, Jiwei Li, Runyi Hu, Tianwei Zhang, Fei Wu, and Guoyin Wang. Instruction tuning for large language models: A survey. arXiv preprint arXiv:2308.10792, 2023. 10 A PREPRINT [11]Hugo Touvron, Louis Martin, Kevin Stone, Peter Albert, Amjad Almahairi, Yasmine Babaei, Nikolay Bashlykov, Soumya Batra, Prajjwal Bhargava, Shruti Bhosale, et al. Llama 2: Open foundation and fine-tuned chat models. arXiv preprint arXiv:2307.09288, 2023. [12] Yuntao Bai, Andy Jones, Kamal Ndousse, Amanda Askell, Anna Chen, Nova DasSarma, Dawn Drain, Stanislav Fort, Deep Ganguli, Tom Henighan, et al. Training a helpful and harmless assistant with reinforcement learning from human feedback. arXiv preprint arXiv:2204.05862, 2022. [13]YANG Chao, ZHOU Qingrui, and WANG Hui. Modeling and optimization algorithm of multi task assignment for multi satellite. Aerospace Control and Application, 48(5):39–46, 2022. [14]Matthew Foutter, Praneet Bhoj, Rohan Sinha, Amine Elhafsi, Somrita Banerjee, Christopher Agia, Justin Kruger, Tommaso Guffanti, Daniele Gammelli, Simone D’Amico, et al. Adapting a foundation model for space-based tasks. arXiv preprint arXiv:2408.05924, 2024. [15]David Maranto. Llmsat: A large language model-based goal-oriented agent for autonomous space exploration. arXiv preprint arXiv:2405.01392, 2024. [16]Muhammad Arslan, Hussam Ghanem, Saba Munawar, and Christophe Cruz. A survey on rag with llms. Procedia computer science, 246:3781–3790, 2024. [17]David R Krathwohl. A revision of bloom’s taxonomy: An overview. Theory into practice, 41(4):212–218, 2002. [18]Hao Liang, Xiaochen Ma, Zhou Liu, Zhen Hao Wong, Zhengyang Zhao, Zimo Meng, Runming He, Chengyu Shen, Qifeng Cai, Zhaoyang Han, et al. Dataflow: An llm-driven framework for unified data preparation and workflow automation in the era of data-centric ai. arXiv preprint arXiv:2512.16676, 2025. [19]Alon Albalak, Yanai Elazar, Sang Michael Xie, Shayne Longpre, Nathan Lambert, Xinyi Wang, Niklas Muen- nighoff, Bairu Hou, Liangming Pan, Haewon Jeong, et al. A survey on data selection for language models. arXiv preprint arXiv:2402.16827, 2024. [20] Yizhong Wang, Yeganeh Kordi, Swaroop Mishra, Alisa Liu, Noah A Smith, Daniel Khashabi, and Hannaneh Ha- jishirzi. Self-instruct: Aligning language models with self-generated instructions. arXiv preprint arXiv:2212.10560, 2022. [21]Rohan Taori, Ishaan Gulrajani, Tianyi Zhang, Yann Dubois, Xuechen Li, Carlos Guestrin, Percy Liang, and Tatsunori B Hashimoto. Stanford alpaca: An instruction-following llama model. GitHub repository, 2023. [22]Zhangchen Xu, Fengqing Jiang, Luyao Niu, Yuntian Deng, Radha Poovendran, Yejin Choi, and Bill Yuchen Lin. Magpie: Alignment data synthesis from scratch by prompting aligned llms with nothing. arXiv preprint arXiv:2406.08464, 2024. [23]Can Xu, Qingfeng Sun, Kai Zheng, Xiubo Geng, Pu Zhao, Jiazhan Feng, Chongyang Tao, Qingwei Lin, and Daxin Jiang. Wizardlm: Empowering large pre-trained language models to follow complex instructions. arXiv preprint arXiv:2304.12244, 2023. [24]Ning Ding, Yulin Chen, Bokai Xu, Yujia Qin, Zhi Zheng, Shengding Hu, Zhiyuan Liu, Maosong Sun, and Bowen Zhou. Enhancing chat language models by scaling high-quality instructional conversations. arXiv preprint arXiv:2305.14233, 2023. [25]Andreas Köpf, Yannic Kilcher, Dimitri von Rütte, Sotiris Anagnostidis, Zhi-Rui Tam, Keith Stevens, Abdullah Barhoum, Nguyen Minh Duc, Oliver Stanley, Richárd Nagyfi, et al. Openassistant conversations-democratizing large language model alignment. arXiv preprint arXiv:2304.07327, 2023. [26]Subhabrata Mukherjee, Arindam Mitra, Ganesh Jawahar, Sahaj Agarwal, Hamid Palangi, and Ahmed Awadallah. Orca: Progressive learning from complex explanation traces of gpt-4. arXiv preprint arXiv:2306.02707, 2023. [27]Etash Guha, Ryan Marten, Sedrick Keh, Negin Raoof, Georgios Smyrnis, Hritik Bansal, Marianna Nezhurina, Jean Mercat, Trung Vu, Zayne Sprague, et al. Openthoughts: Data recipes for reasoning models. arXiv preprint arXiv:2506.04178, 2025. [28]Chunting Zhou, Pengfei Liu, Puxin Xu, Srini Iyer, Jiao Sun, Yuning Mao, Xuezhe Ma, Avia Efrat, Ping Yu, Lili Yu, et al. Lima: Less is more for alignment. arXiv preprint arXiv:2305.11206, 2023. [29]Wei Liu, Weihao Zeng, Keqing He, Yong Jiang, and Junxian He. What makes good data for alignment? a comprehensive study of automatic data selection in instruction tuning. arXiv preprint arXiv:2312.15685, 2024. [30] Xian Li, Ping Yu, Chunting Zhou, Timo Schick, Omer Levy, Luke Zettlemoyer, Jason Weston, and Mike Lewis. Self-alignment with instruction backtranslation. arXiv preprint arXiv:2308.06259, 2024. [31] Suriya Gunasekar, Yi Zhang, Jyoti Aneja, Caio César Teodoro Mendes, Allie Del Giorno, Sivakanth Gopi, Mojan Javaheripi, Piero Kauffmann, Gustavo de Rosa, Olli Saarikivi, et al. Textbooks are all you need. arXiv preprint arXiv:2306.11644, 2023. 11 A PREPRINT [32]Marah Abdin, Jyoti Aneja, Harkirat Behl, Sébastien Bubeck, Ronen Eldan, Suriya Gunasekar, Michael Har- rison, Russell J Hewett, Mojan Javaheripi, Piero Kauffmann, et al. Phi-4 technical report. arXiv preprint arXiv:2412.08905, 2024. [33]Niklas Muennighoff, Alexander M Rush, Boaz Barak, Teven Le Scao, Aleksandra Piktus, Nouamane Tazi, Sampo Pyysalo, Thomas Wolf, and Colin Raffel. Scaling data-constrained language models. arXiv preprint arXiv:2305.16264, 2023. [34]Shijie Wu, Ozan Irsoy, Steven Lu, Vadim Dabravolski, Mark Dredze, Sebastian Gehrmann, Prabhanjan Kambadur, David Rosenberg, and Gideon Mann. Bloomberggpt: A large language model for finance. arXiv preprint arXiv:2303.17564, 2023. [35]Karan Singhal, Tao Tu, Juraj Gottweis, Rory Sayres, Ellery Wulczyn, Le Hou, Kevin Clark, Stephen Pfohl, Heather Cole-Lewis, Darlene Neal, et al. Towards expert-level medical question answering with large language models. arXiv preprint arXiv:2305.09617, 2023. [36] Chen Ling, Xujiang Zhao, Jiaying Lu, Chengyuan Deng, Can Zheng, Junxiang Wang, Tanmoy Chowdhury, Yun Li, Hejie Cui, Xuchao Zhang, et al. Domain specialization as the key to make large language models disruptive: A comprehensive survey. ACM Computing Surveys, 58(3):1–39, 2025. [37]George Balaskas, Homer Papadopoulos, Dimitra Pappa, Quentin Loisel, and Sebastien Chastin. A framework for domain-specific dataset creation and adaptation of large language models. Computers, 14(5):172, 2025. [38] Yunjian Qiu and Yan Jin. A method for synthesizing ontology-based textual design datasets: evaluating the poten- tial of large language model in domain-specific dataset generation. Journal of Mechanical Design, 147(4):041707, 2025. [39]Zhuomin Chai, Yuxiang Zhao, Wei Liu, Yibo Lin, Runsheng Wang, and Ru Huang. Circuitnet: An open-source dataset for machine learning in vlsi cad applications with improved domain-specific evaluation metric and learning strategies. IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, 42(12):5034–5047, 2023. [40]Junteng Liu, Yuanxiang Fan, Zhuo Jiang, Han Ding, Yongyi Hu, Chi Zhang, Yiqi Shi, Shitong Weng, Aili Chen, Shiqi Chen, et al. Synlogic: Synthesizing verifiable reasoning data at scale for learning logical reasoning and beyond. arXiv preprint arXiv:2505.19641, 2025. [41] Ping Yu, Jack Lanchantin, Tianlu Wang, Weizhe Yuan, Olga Golovneva, Ilia Kulikov, Sainbayar Sukhbaatar, Jason Weston, and Jing Xu. Cot-self-instruct: Building high-quality synthetic prompts for reasoning and non-reasoning tasks. arXiv preprint arXiv:2507.23751, 2025. [42]Lianmin Zheng, Wei-Lin Chiang, Ying Sheng, Siyuan Zhuang, Zhanghao Wu, Yonghao Zhuang, Zi Lin, Zhuohan Li, Dacheng Li, Eric P Xing, et al. Judging llm-as-a-judge with mt-bench and chatbot arena. arXiv preprint arXiv:2306.05685, 2023. [43]W Wang, P Wang, Y Chen, and X Zhang. Raglro: Retrieval-augmented generation with large language models for robotic operations. CAAI Transactions on Intelligence Technology, 2026. [44]Zhe Zheng, Xin-Zheng Lu, Ke-Yin Chen, Yu-Cheng Zhou, and Jia-Rui Lin. Pretrained domain-specific language model for natural language processing tasks in the aec domain. Computers in Industry, 142:103733, 2022. [45]Yunshun Zhong and Sebastian D Goodfellow. Domain-specific language models pre-trained on construction management systems corpora. Automation in Construction, 160:105316, 2024. [46]Yong Xie, Karan Aggarwal, and Aitzaz Ahmad. Efficient continual pre-training for building domain specific large language models. In Findings of the Association for Computational Linguistics: ACL 2024, pages 10184–10201, 2024. [47]Hapnes Toba, Laurentius Gusti Ontoseno Panata Yudha, Oscar Karnalim, Hendra Bunyamin, and Terutoshi Tada. A large language model question generator based on bloom’s taxonomy template. In Proceeding of the 2024 8th International Conference on Education and E-Learning, pages 25–31, 2024. [48]Nicy Scaria, Suma Dharani Chenna, and Deepak Subramani. Automated educational question generation at different bloom’s skill levels using large language models: Strategies and evaluation. In International conference on artificial intelligence in education, pages 165–179. Springer, 2024. [49] Sabina Elkins, Ekaterina Kochmar, Jackie CK Cheung, and Iulian Serban. How teachers can use large language models and bloom’s taxonomy to create educational quizzes. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 38, pages 23084–23091, 2024. [50]Nghia Duong-Trung, Xia Wang, and Miloš Krav ˇ cík. Bloomllm: large language models based question generation combining supervised fine-tuning and bloom’s taxonomy. In European Conference on Technology Enhanced Learning, pages 93–98. Springer, 2024. 12 A PREPRINT [51]Junbo Niu, Zheng Liu, Zhuangcheng Gu, Bin Wang, Linke Ouyang, Zhiyuan Zhao, Tao Chu, Tianyao He, Fan Wu, Qintong Zhang, et al. Mineru2.5: A decoupled vision-language model for efficient high-resolution document parsing, 2025. [52] ModelScope Team. Evalscope: Evaluation framework for large models, 2024. [53]Yuze Zhao, Jintao Huang, Jinghan Hu, Xingjun Wang, Yunlin Mao, Daoze Zhang, Zeyinzi Jiang, Zhikai Wu, Baole Ai, Ang Wang, et al. Swift: a scalable lightweight infrastructure for fine-tuning. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 39, pages 29733–29735, 2025. A Bloom’s Taxonomy-Based Prompt Templates This appendix summarizes the Bloom’s Taxonomy-grounded prompt templates used in our BD-FDG data synthesis pipeline. A.1 Nine Bloom-guided question types (Q1–Q9) Q1: Concept Discrimination • Objective: Accurate understanding and differentiation of core concepts. • Design hint: Ask for comparison, distinction, or definition of key professional concepts. • Example prefix: “Distinguish between . . . and . . . ” •Answer guideline (AG): Define each concept clearly; compare across multiple dimensions; link to practical use; use a table when helpful. Q2: Principle Explanation • Objective: Explain fundamental principles and mechanisms. • Design hint: Ask to explain how a system/phenomenon works or why it behaves so. • Example prefix: “Explain the working principle of . . . ” • Answer guideline (AG): Describe the core principle and mechanism; explain key physical/technical processes and causality; optionally use formulas. Q3: Formula Derivation • Objective: Mathematical modeling and derivation. • Design hint: Ask for derivation of key formulas, model formulation, or proof-like reasoning. • Example prefix: “Derive the mathematical expression for . . . ” •Answer guideline (AG): State assumptions and boundary conditions; derive step-by-step; explain variable meanings; specify validity range. 13 A PREPRINT Q4: Parameter Calculation • Objective: Compute and analyze specific parameters. • Design hint: Ask for numerical computation or parameter estimation/analysis. • Example prefix: “Compute the numerical value of . . . ” • Answer guideline (AG): List knowns/unknowns; choose formulas; show detailed calculations; interpret the physical meaning of results. Q5: Algorithm Implementation • Objective: Algorithm design, implementation, and optimization. • Design hint: Ask for algorithm steps, pseudocode, or implementation details. • Example prefix: “Design an algorithmic workflow for . . . ” • Answer guideline (AG): Provide the overall idea; list detailed steps; give pseudocode; analyze complexity and performance. Q6: Performance Analysis • Objective: Analyze and evaluate system performance. • Design hint: Ask about metrics, bottlenecks, pros/cons, and trade-offs. • Example prefix: “Analyze the performance characteristics of . . . ” • Answer guideline (AG): Define metrics; analyze influencing factors; compare advantages/limitations and scenarios; propose optimizations. Q7: Process Design • Objective: Engineering process planning and workflow design. • Design hint: Ask for an end-to-end workflow, processing steps, or system procedure. • Example prefix: “Design the processing workflow for . . . ” • Answer guideline (AG): Provide a complete framework; describe key steps; specify inputs/outputs; discuss exception handling. Q8: Solution Decision-Making • Objective: Integrated solution design and decision analysis. • Design hint: Ask for option comparison, trade-off reasoning, and final recommendation. • Example prefix: “How to choose the optimal solution for . . . ” •Answer guideline (AG): Analyze background and constraints; propose alternatives; build an evaluation frame- work; recommend with justification. 14 A PREPRINT Q9: Comprehensive Evaluation • Objective: Cross-aspect, system-level analysis and evaluation. • Design hint: Ask for multi-dimensional assessment, subsystem contributions, and improvement directions. • Example prefix: “Comprehensively evaluate the overall effectiveness of . . . ” • Answer guideline (AG): Build a multi-dimensional framework; analyze subsystem contributions; synthesize overall effectiveness; propose improvements. 15