paper-with-me

홈 › Papers

Mechanistic Interpretability of Binary and Ternary Transformers

2024-05-27 · Jason Li

Recent research (arXiv:2310.11453, arXiv:2402.17764) has proposed binary and ternary transformer networks as a way to significantly reduce memory and improve inference speed in Large Language Models (LLMs) while maintaining accuracy. In this work, we apply techniques from mechanistic interpretability to investigate whether such networks learn distinctly different or similar algorithms when compared to full-precision transformer networks. In particular, we reverse engineer the algorithms learned for the toy problem of modular addition where we find that binary and ternary networks learn similar algorithms as full precision networks. This provides evidence against the possibility of using binary and ternary networks as a more interpretable alternative in the LLM setting.

📄 PDF Abstract BibTeX arXiv:2405.17703

Code (1)

jasonlizhengjian/MI_of_binary_transformers 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Mechanistic Diagnostics of Spatial Lexical Bias in Multimodal Large Language Model Spatial Reasoning

2026-06-01 · Chuang Ma, Qianying Liu, Tomoyuki Obuchi, Fei Cheng 외 arxiv

Multimodal large language models (MLLMs) remain unreliable on spatial multiple-choice questions, and their failures are often attributed to poorly attended visual information. In this work, we identify a complementary fa…

Spatial Reasoning

Ternary Gamma Semirings as a Novel Algebraic Framework for Learnable Symbolic Reasoning

2025-11-21 · Chandrasekhar Gokavarapu, D. Madhusudhana Rao arxiv

Binary semirings such as the tropical, log, and probability semirings form a core algebraic tool in classical and modern neural inference systems, supporting tasks like Viterbi decoding, dynamic programming, and probabil…

Knowledge Graphs

Seeing Through Circuits: Faithful Mechanistic Interpretability for Vision Transformers

2026-04-15 · Nina Żukowska, Wolfgang Stammer, Bernt Schiele, Jonas Fischer arxiv

Transparency of neural networks' internal reasoning is at the heart of interpretability research, adding to trust, safety, and understanding of these models. The field of mechanistic interpretability has recently focused…

Compact Proofs of Model Performance via Mechanistic Interpretability

2024-06-17 · Jason Gross, Rajashree Agrawal, Thomas Kwa, Euan Ong 외

We propose using mechanistic interpretability -- techniques for reverse engineering model weights into human-interpretable algorithms -- to derive and compactly prove formal guarantees on model performance. We prototype …

model

Implicit Statistical Inference in Transformers: Approximating Likelihood-Ratio Tests In-Context

2026-03-11 · Faris Chaudhry, Siddhant Gadkari arxiv

In-context learning (ICL) allows Transformers to adapt to novel tasks without weight updates, yet the underlying algorithms remain poorly understood. We adopt a statistical decision-theoretic perspective by investigating…