CLDec 30, 2024

Are LLMs Really Not Knowledgable? Mining the Submerged Knowledge in LLMs' Memory

arXiv:2412.20846v11 citationsh-index: 9
Originality Incremental advance
AI Analysis

This addresses the issue of unreliable knowledge retrieval from LLMs for users in question-answering applications, though it is incremental as it builds on existing understanding of model internals.

The paper tackles the problem of LLMs generating incorrect answers despite having correct knowledge, by showing that correct answers often appear in high-probability tokens but are not selected as outputs, and introduces a method that improves accuracy by up to 11.8% on datasets like DBPedia.

Large language models (LLMs) have shown promise as potential knowledge bases, yet they often struggle with question-answering tasks and are prone to hallucinations. While previous research attributes these issues to knowledge gaps in the model's parameters, our investigation reveals a different phenomenon: LLMs often retain correct knowledge even when generating incorrect answers. Through analysis of model's internal representations, we find that correct answers frequently appear among high-probability tokens despite not being selected as final outputs. Based on this observation, we introduce Hits@k, a new metric to assess knowledge retention independent of expression accuracy. Our extensive experiments demonstrate that LLMs store significantly more knowledge than their QA performance suggests. Building on these findings, we develop SkipUnsure, a method to improve answer accuracy by leveraging detected but unexpressed knowledge. Experiments on both open-domain and specific-domain datasets show consistent improvements, with accuracy gains of up to 11.8% on DBPedia and 6.3% on IMDB, without requiring model retraining.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes