← Search

Goro Kobayashi

6 accepted papers

2025

Can Input Attributions Explain Inductive Reasoning in In-Context Learning?

ACL 2025finding

Interpreting the internal process of neural models has long been a challenge. This challenge remains relevant in the era of large language models (LLMs) and in-context learning (ICL); for example, ICL poses a new issue of interpreting which example in the few-shot examples contributed to identifying…

Cited by 0SourcePDFScholar
2024

Analyzing Feed-Forward Blocks in Transformers through the Lens of Attention Maps

ICLR 2024spotlight

Transformers are ubiquitous in wide tasks. Interpreting their internals is a pivotal goal. Nevertheless, their particular components, feed-forward (FF) blocks, have typically been less analyzed despite their substantial parameter amounts. We analyze the input contextualization effects of FF blocks…

2023

Assessing Step-by-Step Reasoning against Lexical Negation: A Case Study on Syllogism

EMNLP 2023short main

Large language models (LLMs) take advantage of step-by-step reasoning instructions, e.g., chain-of-thought (CoT) prompting. Building on this, their ability to perform CoT-style reasoning robustly is of interest from a probing perspective. In this study, we inspect the step-by-step reasoning abilit…

Cited by 0SourceScholar
2023

Contrastive Learning-based Sentence Encoders Implicitly Weight Informative Words

EMNLP 2023short findings

The performance of sentence encoders can be significantly improved through the simple practice of fine-tuning using contrastive loss. A natural question arises: what characteristics do models acquire during contrastive learning? This paper theoretically and experimentally shows that contrastive-base…

Cited by 0SourcecodeScholar
2023

Transformer Language Models Handle Word Frequency in Prediction Head

ACL 2023findings

Prediction head is a crucial component of Transformer language models. Despite its direct impact on prediction, this component has often been overlooked in analyzing Transformers.In this study, we investigate the inner workings of the prediction head, specifically focusing on bias parameters. Our ex…

Cited by 10SourcePDFScholar
2021

Incorporating Residual and Normalization Layers into Analysis of Masked Language Models

EMNLP 2021main

Transformer architecture has become ubiquitous in the natural language processing field. To interpret the Transformer-based models, their attention patterns have been extensively analyzed. However, the Transformer architecture is not only composed of the multi-head attention; other components can al…