Probing the Knowledge Boundary: An Interactive Agentic Framework for Deep Knowledge Extraction
Yuheng Yang, Siqi Zhu, Tao Feng, Ge Liu, Jiaxuan You
TL;DR
The paper tackles the problem of characterizing what deep learning language models actually know by defining the knowledge boundary as a verifiable set of knowledge atoms within a topic. It introduces an Interactive Agentic Framework that combines four adaptive exploration policies with a rigorous three-stage Knowledge Processor to saturate and validate extracted knowledge. Through formal problem formulation, a Pareto-frontier analysis, and four controlled experiments, it reveals a knowledge scaling law where larger models expose more knowledge, identifies a Pass@1 vs Pass@k trade-off with specialization, and shows that training data composition shapes model-specific knowledge profiles. The framework offers a practical auditing method for evaluating model knowledge before deployment and provides design insights for pretraining and fine-tuning strategies. Overall, it demonstrates how hierarchical, saturation-aware exploration paired with semantic deduplication and domain auditing can illuminate the latent knowledge structure of black-box LLMs.
Abstract
Large Language Models (LLMs) can be seen as compressed knowledge bases, but it remains unclear what knowledge they truly contain and how far their knowledge boundaries extend. Existing benchmarks are mostly static and provide limited support for systematic knowledge probing. In this paper, we propose an interactive agentic framework to systematically extract and quantify the knowledge of LLMs. Our method includes four adaptive exploration policies to probe knowledge at different granularities. To ensure the quality of extracted knowledge, we introduce a three-stage knowledge processing pipeline that combines vector-based filtering to remove exact duplicates, LLM-based adjudication to resolve ambiguous semantic overlaps, and domain-relevance auditing to retain valid knowledge units. Through extensive experiments, we find that recursive taxonomy is the most effective exploration strategy. We also observe a clear knowledge scaling law, where larger models consistently extract more knowledge. In addition, we identify a Pass@1-versus-Pass@k trade-off: domain-specialized models achieve higher initial accuracy but degrade rapidly, while general-purpose models maintain stable performance during extended extraction. Finally, our results show that differences in training data composition lead to distinct and measurable knowledge profiles across model families.
