English

Select to Know: An Internal-External Knowledge Self-Selection Framework for Domain-Specific Question Answering

Computation and Language 2025-09-19 v2

Abstract

Large Language Models (LLMs) perform well in general QA but often struggle in domain-specific scenarios. Retrieval-Augmented Generation (RAG) introduces external knowledge but suffers from hallucinations and latency due to noisy retrievals. Continued pretraining internalizes domain knowledge but is costly and lacks cross-domain flexibility. We attribute this challenge to the long-tail distribution of domain knowledge, which leaves partial yet useful internal knowledge underutilized. We further argue that knowledge acquisition should be progressive, mirroring human learning: first understanding concepts, then applying them to complex reasoning. To address this, we propose Selct2Know (S2K), a cost-effective framework that internalizes domain knowledge through an internal-external knowledge self-selection strategy and selective supervised fine-tuning. We also introduce a structured reasoning data generation pipeline and integrate GRPO to enhance reasoning ability. Experiments on medical, legal, and financial QA benchmarks show that S2K consistently outperforms existing methods and matches domain-pretrained LLMs with significantly lower cost.

Keywords

Cite

@article{arxiv.2508.15213,
  title  = {Select to Know: An Internal-External Knowledge Self-Selection Framework for Domain-Specific Question Answering},
  author = {Bolei He and Xinran He and Run Shao and Shanfu Shu and Xianwei Xue and Mingquan Cheng and Haifeng Li and Zhenhua Ling},
  journal= {arXiv preprint arXiv:2508.15213},
  year   = {2025}
}

Comments

EMNLP2025 Findings

R2 v1 2026-07-01T04:59:25.207Z