← Search

Gouki Minegishi

8 accepted papers

2026

Emergent Analogical Reasoning in Transformers

ICML 2026spotlight

Analogy is a central faculty of human intelligence, enabling abstract patterns discovered in one domain to be applied to another. However, the mechanisms underlying analogical reasoning in Transformers remain poorly understood. In this work, inspired by the notion of functors in category theory, we …

Cited by 2SourceScholar
2026

Mechanism of Task-oriented Information Removal in In-context Learning

ICLR 2026poster

In-context Learning (ICL) is an emerging few-shot learning paradigm based on modern Language Models (LMs), yet its inner mechanism remains unclear. In this paper, we investigate the mechanism through a novel perspective of information removal. Specifically, we demonstrate that in the zero-shot scena…

Cited by 0SourceScholar
2026

RL Squeezes, SFT Expands: A Comparative Study of Reasoning LLMs

ICLR 2026poster

Large language models (LLMs) are typically trained by reinforcement learning (RL) with verifiable rewards (RLVR) and supervised fine-tuning (SFT) on reasoning traces to improve their reasoning abilities. However, how these methods shape reasoning capabilities remains largely elusive. Going beyond an…

Cited by 0SourceScholar
2026

Steering at the Source: Style Modulation Heads for Robust Persona Control

ICML 2026poster

Activation steering offers a computationally efficient mechanism for controlling Large Language Models (LLMs) without fine-tuning. While effectively controlling target traits (e.g., persona), coherency degradation remains a major obstacle to safety and practical deployment. We hypothesize that this …

Cited by 0SourceScholar
2025

Beyond Induction Heads: In-Context Meta Learning Induces Multi-Phase Circuit Emergence

ICML 2025poster

Transformer-based language models exhibit In-Context Learning (ICL), where predictions are made adaptively based on context. While prior work links induction heads to ICL through a sudden jump in accuracy, this can only account for ICL when the answer is included within the context. However, an imp…

Cited by 0SourcePDFScholar
2025

Rethinking Evaluation of Sparse Autoencoders through the Representation of Polysemous Words

ICLR 2025poster

Sparse autoencoders (SAEs) have gained a lot of attention as a promising tool to improve the interpretability of large language models (LLMs) by mapping the complex superposition of *polysemantic* neurons into *monosemantic* features and composing a sparse dictionary of words. However, traditional…

2025

Topology of Reasoning: Understanding Large Reasoning Models through Reasoning Graph Properties

NeurIPS 2025poster

Recent large-scale reasoning models have achieved state-of-the-art performance on challenging mathematical benchmarks, yet the internal mechanisms underlying their success remain poorly understood. In this work, we introduce the notion of a reasoning graph, extracted by clustering hidden‐state repre…

Cited by 0SourcecodeScholar
2024

ADOPT: Modified Adam Can Converge with Any $\beta_2$ with the Optimal Rate

NeurIPS 2024poster

Adam is one of the most popular optimization algorithms in deep learning. However, it is known that Adam does not converge in theory unless choosing a hyperparameter, i.e., $\beta_2$, in a problem-dependent manner. There have been many attempts to fix the non-convergence (e.g., AMSGrad), but they re…