Search papers, labs, and topics across Lattice.
The paper introduces Keys to Knowledge (K2K), a framework that encodes essential clinical information into an LLM's parameters, enabling rapid internal retrieval for healthcare prediction. K2K uses activation-guided probe construction and cross-attention reranking to improve retrieval quality from this internal key-value memory. Experiments show K2K achieves state-of-the-art performance on four healthcare outcome prediction datasets by eliminating the need for computationally expensive external retrieval.
Ditch the slow external knowledge base: this new method bakes clinical knowledge directly into LLMs for lightning-fast, state-of-the-art healthcare predictions.
Large language models (LLMs) hold significant promise for healthcare, yet their reliability in high-stakes clinical settings is often compromised by hallucinations and a lack of granular medical context. While Retrieval Augmented Generation (RAG) can mitigate these issues, standard supervised pipelines require computationally intensive searches over massive external knowledge bases, leading to high latency that is impractical for time-sensitive care. To address this, we introduce Keys to Knowledge (K2K), a novel framework that replaces external retrieval with internal, key-based knowledge access. By encoding essential clinical information directly into the model's parameter space, K2K enables rapid retrieval from internal key-value memory without inference-time overhead. We further enhance retrieval quality through activation-guided probe construction and cross-attention reranking. Experimental results demonstrate that K2K achieves state-of-the-art performance across four benchmark healthcare outcome prediction datasets.