paper-with-me

홈 › Papers

Signatures of human-like processing in Transformer forward passes

2025-04-18 · Jennifer Hu, Michael A. Lepori, Michael Franke

Modern AI models are increasingly being used as theoretical tools to study human cognition. One dominant approach is to evaluate whether human-derived measures are predicted by a model's output: that is, the end-product of a forward pass. However, recent advances in mechanistic interpretability have begun to reveal the internal processes that give rise to model outputs, raising the question of whether models might use human-like processing strategies. Here, we investigate the relationship between real-time processing in humans and layer-time dynamics of computation in Transformers, testing 20 open-source models in 6 domains. We first explore whether forward passes show mechanistic signatures of competitor interference, taking high-level inspiration from cognitive theories. We find that models indeed appear to initially favor a competing incorrect answer in the cases where we would expect decision conflict in humans. We then systematically test whether forward-pass dynamics predict signatures of processing in humans, above and beyond properties of the model's output probability distribution. We find that dynamic measures improve prediction of human processing measures relative to static final-layer measures. Moreover, across our experiments, larger models do not always show more human-like processing patterns. Our work suggests a new way of using AI models to study human cognition: not just as a black box mapping stimuli to responses, but potentially also as explicit processing models.

📄 PDF Abstract BibTeX arXiv:2504.14107

Code (1)

jennhu/model-human-processing 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

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…
Adam 설명 없음
Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Beyond Human-Like Processing: Large Language Models Perform Equivalently on Forward and Backward Scientific Text

2024-11-17 · Xiaoliang Luo, Michael Ramscar, Bradley C. Love

The impressive performance of large language models (LLMs) has led to their consideration as models of human language processing. Instead, we suggest that the success of LLMs arises from the flexibility of the transforme…

Protein Design

MoCap2Radar: A Spatiotemporal Transformer for Synthesizing Micro-Doppler Radar Signatures from Motion Capture

2025-11-14 · Kevin Chen, Kenneth W. Parker, Anish Arora arxiv

We present a pure machine learning process for synthesizing radar spectrograms from Motion-Capture (MoCap) data. We formulate MoCap-to-spectrogram translation as a windowed sequence-to-sequence task using a transformer-b…

Feedback Attention for Cell Image Segmentation

2020-08-14 · Hiroki Tsuda, Eisuke Shibuya, Kazuhiro Hotta

In this paper, we address cell image segmentation task by Feedback Attention mechanism like feedback processing. Unlike conventional neural network models of feedforward processing, we focused on the feedback processing …

Image SegmentationSegmentationSemantic Segmentation

From Path Signatures to Sequential Modeling: Incremental Signature Contributions for Offline RL

2026-02-12 · Ziyi Zhao, Qingchuan Li, Yuxuan Xu arxiv

Path signatures embed trajectories into tensor algebra and constitute a universal, non-parametric representation of paths; however, in the standard form, they collapse temporal structure into a single global object, whic…

Reinforcement LearningOffline RL

Mapping Overlaps in Benchmarks through Perplexity in the Wild

2025-09-27 · Siyang Wu, Honglin Bao, Sida Li, Ari Holtzman 외 arxiv

We introduce benchmark signatures to characterize the capacity demands of LLM benchmarks and their overlaps. Signatures are sets of salient tokens from in-the-wild corpora whose model token perplexity, reflecting trainin…

Instruction FollowingSemantic Similarity