paper-with-me

Papers

Bridging the Dimensional Chasm: Uncover Layer-wise Dimensional Reduction in Transformers through Token Correlation

2025-03-28 · Zhuo-Yang Song, Zeyu Li, Qing-Hong Cao, Ming-Xing Luo, Hua Xing Zhu

The geometric evolution of token representations in large language models (LLMs) presents a fundamental paradox: while human language inherently organizes semantic information in low-dimensional spaces ($\sim 10^1$ dimensions), modern LLMs employ high-dimensional embeddings ($\sim 10^3$ dimensions) processed through Transformer architectures. To resolve this paradox, this work bridges this conceptual gap by developing a geometric framework that tracks token dynamics across Transformers layers. Through layer-wise analysis of intrinsic dimensions across multiple architectures, we reveal an expansion-contraction pattern where tokens diffuse to a "working space" and then progressively project onto lower-dimensional submanifolds. Our finding implies a negative correlation between the working space dimension and parameter-sensitive performance of the LLMs, and indicates that effective models tend to compress tokens into approximately 10-dimensional submanifolds, closely resembling human semantic spaces. This work not only advances LLM interpretability by reframing Transformers layers as projectors that mediate between high-dimensional computation and low-dimensional semantics, but also provides practical tools for model diagnostics that do not rely on task-specific evaluations.

📄 PDF Abstract BibTeX arXiv:2503.22547

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

CHASM: Cross-frequency Harmonized Axis-Separable Mixing for Spectral Token Operators

2026-05-14 · Pengcheng Fang, Hongli Chen, Yuxia Chen, Tengjiao Sun 외 arxiv

Spectral token mixers based on Fourier transforms provide an efficient way to model global interactions in visual feature maps. Existing designs often either apply filter-wise spectral responses along fixed channel axes,…

Image ReconstructionMRI Reconstruction

Deep Attention Diffusion Graph Neural Networks for Text Classification

2021-11-01 · EMNLP 2021 11 · Yonghao Liu, Renchu Guan, Fausto Giunchiglia, Yanchun Liang 외

Text classification is a fundamental task with broad applications in natural language processing. Recently, graph neural networks (GNNs) have attracted much attention due to their powerful representation ability. However…

ClassificationDeep AttentionGraph Neural Networktext-classification+1

The CHASM-SWPC Dataset for Coronal Hole Detection & Analysis

2025-11-18 · Cutter Beck, Evan Smith, Khagendra Katuwal, Rudra Kafle 외 arxiv

Coronal holes (CHs) are low-activity, low-density solar coronal regions with open magnetic field lines (Cranmer 2009). In the extreme ultraviolet (EUV) spectrum, CHs appear as dark patches. Using daily hand-drawn maps fr…

Visualizing LLM Latent Space Geometry Through Dimensionality Reduction

2025-11-26 · Alex Ning, Vainateya Rangaraju, Yen-Ling Kuo arxiv

Large language models (LLMs) achieve state-of-the-art results across many natural language tasks, but their internal mechanisms remain difficult to interpret. In this work, we extract, process, and visualize latent state…

Dimensionality Reduction

Teaching Audio Models to Reason: A Unified Framework for Source- and Layer-wise Distillation

2025-09-23 · Runyan Yang, Yuke Si, Yingying Gao, Junlan Feng 외 arxiv

While large audio language models excel at tasks like ASR and emotion recognition, they still struggle with complex reasoning due to the modality gap between audio and text as well as the lack of structured intermediate …

Knowledge DistillationEmotion Recognition