Missing vs. Unused Knowledge Hypothesis for Language Model Bottlenecks in Patent Understanding
Siyang Wu, Honglin Bao, Nadav Kunievsky, James A. Evans
TL;DR
The paper tackles the gap between knowledge storage and practical deployment in large language systems by focusing on patent understanding that requires fine-grained differentiation. It introduces a differentiation-based task and a diagnostic framework to separate missing from unused lay-in knowledge, backed by a large-scale USPTO patent dataset. Through Retrieval-Augmented Generation and self-questioning prompts, it shows that deployment limitations—not gaps in knowledge—predominate, with smaller models providing cues and larger models delivering deeper reasoning. The findings advocate for dynamic knowledge activation and scale-complementary strategies to advance domain-specific reasoning in LLMs, offering a shift from static recall to real-time knowledge deployment in complex, technical texts.
Abstract
While large language models (LLMs) excel at factual recall, the real challenge lies in knowledge application. A gap persists between their ability to answer complex questions and their effectiveness in performing tasks that require that knowledge. We investigate this gap using a patent classification problem that requires deep conceptual understanding to distinguish semantically similar but objectively different patents written in dense, strategic technical language. We find that LLMs often struggle with this distinction. To diagnose the source of these failures, we introduce a framework that decomposes model errors into two categories: missing knowledge and unused knowledge. Our method prompts models to generate clarifying questions and compares three settings -- raw performance, self-answered questions that activate internal knowledge, and externally provided answers that supply missing knowledge (if any). We show that most errors stem from failures to deploy existing knowledge rather than from true knowledge gaps. We also examine how models differ in constructing task-specific question-answer databases. Smaller models tend to generate simpler questions that they, and other models, can retrieve and use effectively, whereas larger models produce more complex questions that are less effective, suggesting complementary strengths across model scales. Together, our findings highlight that shifting evaluation from static fact recall to dynamic knowledge application offers a more informative view of model capabilities.
