Is Bigger and Deeper Always Better? Probing LLaMA Across Scales and Layers
Nuo Chen, Ning Wu, Shining Liang, Ming Gong, Linjun Shou, Dongmei Zhang, Jia Li
TL;DR
This study probes LLaMA models across scales and layers using carefully designed MC tasks that test calculation, math reasoning, logical inference, truthfulness, and factual knowledge. It finds that internal knowledge and core computational abilities are largely invariant to size, while larger models exhibit significant gains in reasoning and truthfulness once size thresholds are surpassed. Layer-wise results show upper layers dominate computation and factual knowledge, whereas lower layers retain multilingual features and some abstract reasoning, with multilingual capacity strongest in early layers. The cross-lingual experiments (xMPS) further reveal language-specific dynamics across layers and model sizes, offering guidance for architectural and evaluation strategies beyond generation.
Abstract
This paper presents an in-depth analysis of Large Language Models (LLMs), focusing on LLaMA, a prominent open-source foundational model in natural language processing. Instead of assessing LLaMA through its generative output, we design multiple-choice tasks to probe its intrinsic understanding in high-order tasks such as reasoning and computation. We examine the model horizontally, comparing different sizes, and vertically, assessing different layers. We unveil several key and uncommon findings based on the designed probing tasks: (1) Horizontally, enlarging model sizes almost could not automatically impart additional knowledge or computational prowess. Instead, it can enhance reasoning abilities, especially in math problem solving, and helps reduce hallucinations, but only beyond certain size thresholds; (2) In vertical analysis, the lower layers of LLaMA lack substantial arithmetic and factual knowledge, showcasing logical thinking, multilingual and recognitive abilities, with top layers housing most computational power and real-world knowledge.
