paper-with-me

Papers

Decoding Knowledge in Large Language Models: A Framework for Categorization and Comprehension

2025-01-02 · Yanbo Fang, Ruixiang Tang

Understanding how large language models (LLMs) acquire, retain, and apply knowledge remains an open challenge. This paper introduces a novel framework, K-(CSA)^2, which categorizes LLM knowledge along two dimensions: correctness and confidence. The framework defines six categories of knowledge, ranging from highly confident correctness to confidently held misconceptions, enabling a nuanced evaluation of model comprehension beyond binary accuracy. Using this framework, we demonstrate how techniques like chain-of-thought prompting and reinforcement learning with human feedback fundamentally alter the knowledge structures of internal (pre-trained) and external (context-dependent) knowledge in LLMs. CoT particularly enhances base model performance and shows synergistic benefits when applied to aligned LLMs. Moreover, our layer-wise analysis reveals that higher layers in LLMs encode more high-confidence knowledge, while low-confidence knowledge tends to emerge in middle-to-lower layers.

📄 PDF Abstract BibTeX arXiv:2501.01332

Code (0)

등록된 구현이 없습니다.

Tasks

Misconceptions

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Joint Embedding of Hierarchical Categories and Entities for Concept Categorization and Dataless Classification

2016-07-27 · COLING 2016 12 · Yuezhang Li, Ronghuo Zheng, Tian Tian, Zhiting Hu 외

Due to the lack of structured knowledge applied in learning distributed representation of cate- gories, existing work cannot incorporate category hierarchies into entity information. We propose a framework that embeds en…

General Classification

Sparse Output Coding for Large-Scale Visual Recognition

2013-06-01 · CVPR 2013 6 · Bin Zhao, Eric P. Xing

Many vision tasks require a multi-class classifier to discriminate multiple categories, on the order of hundreds or thousands. In this paper, we propose sparse output coding, a principled way for large-scale multi-class …

ClassificationGeneral ClassificationMulti-class ClassificationObject Recognition+1

Semantic Categorization of Social Knowledge for Commonsense Question Answering

2021-09-11 · EMNLP (sustainlp) 2021 11 · Gengyu Wang, Xiaochen Hou, Diyi Yang, Kathleen McKeown 외

Large pre-trained language models (PLMs) have led to great success on various commonsense question answering (QA) tasks in an end-to-end fashion. However, little attention has been paid to what commonsense knowledge is n…

Question Answering

Cerberus: Efficient Inference with Adaptive Parallel Decoding and Sequential Knowledge Enhancement

2024-10-17 · Yuxuan Liu, Wenyuan Li, Laizhong Cui, Hailiang Yang

Large language models (LLMs) often face a bottleneck in inference speed due to their reliance on auto-regressive decoding. Recently, parallel decoding has shown significant promise in enhancing inference efficiency. Howe…

SLED: Self Logits Evolution Decoding for Improving Factuality in Large Language Models

2024-11-01 · Jianyi Zhang, Da-Cheng Juan, Cyrus Rashtchian, Chun-Sung Ferng 외

Large language models (LLMs) have demonstrated remarkable capabilities, but their outputs can sometimes be unreliable or factually incorrect. To address this, we introduce Self Logits Evolution Decoding (SLED), a novel d…

Mixture-of-Experts