When Graph Tokens Sink: A Mechanistic Analysis of Graph Language Models
Summary
This paper analyzes how large language models internally process graph tokens in Graph Language Models (GLMs), finding a decoupling between activation-level saliency and graph-semantic utility. Graph sink tokens emerge as activation outliers but are not the primary carriers of graph structure, revealing limitations in current graph-token construction and alignment mechanisms.
Similar Articles
Closed-Loop Graph Algorithm Execution with Small Language Models: Step Accuracy and Rollout Reliability
This paper studies small language models (SLMs) as closed-loop policies for graph algorithm execution, evaluating both step accuracy and rollout reliability across multiple graph procedures. The results show a gap between local decision quality and global execution reliability, especially for weighted algorithms.
Agentic Graph Token Reasoning
Introduces agentic graph token reasoning, a method that recasts graph tokenization as part of an LLM's step-by-step reasoning process, allowing the model to dynamically choose graph views and granularity during inference. The method outperforms baselines across seven graph domains and transfers zero-shot to unseen domains.
Sensitivity-Aware Thresholding and Token Routing for Activation Sparsification in Large Language Models
This paper proposes SATS (Sensitivity-Aware Thresholding for Sparsity) and a token routing framework to improve inference efficiency in LLMs by dynamically sparsifying MLP activations. The methods achieve better quality-throughput trade-offs compared to percentile-based baselines.
Attention Degradation, Function Token Anchoring, and the Limits of Attention-Based Intervention in Large Language Models
This paper investigates short-term attention degradation in LLMs, finding a universal exponential-then-plateau pattern and that function token anchoring is architecture-dependent. Causal tests show that increasing attention mass on function tokens does not improve retrieval, suggesting attention degradation is descriptive rather than prescriptive.
Are Large Language Models Suitable for Graph Computation? Progress and Prospects
This survey reviews the use of large language models for graph computation, categorizing them into two paradigms: LLMs as executors and LLMs as planners. It finds LLMs promising for simple tasks but unreliable for large-scale exact computations, and suggests future directions.