← Search

Sho Yokoi

16 accepted papers

2026

A Fast and Soft Pattern Matcher for Trillion-Scale Corpus

ICML 2026poster

We present an ultra-fast and flexible search algorithm that enables search over trillion-scale natural language corpora in under 0.3 seconds while handling semantic variations (substitution, insertion, and deletion). Our approach employs string matching based on suffix arrays that scales well with c…

Cited by 0SourceScholar
2025

On Entity Identification in Language Models

ACL 2025finding

We analyze the extent to which internal representations of language models (LMs) identify and distinguish mentions of named entities, focusing on the many-to-many correspondence between entities and their mentions.We first formulate two problems of entity mentions — ambiguity and variability — and p…

2025

Quantifying Lexical Semantic Shift via Unbalanced Optimal Transport

ACL 2025long

Lexical semantic change detection aims to identify shifts in word meanings over time. While existing methods using embeddings from a diachronic corpus pair estimate the degree of change for target words, they offer limited insight into changes at the level of individual usage instances. To address t…

2025

SoftMatcha: A Soft and Fast Pattern Matcher for Billion-Scale Corpus Searches

ICLR 2025poster

Researchers and practitioners in natural language processing and computational linguistics frequently observe and analyze the real language usage in large-scale corpora. For that purpose, they often employ off-the-shelf pattern-matching tools, such as grep, and keyword-in-context concordancers, whic…

Cited by 0SourcePDFScholar
2025

TAID: Temporally Adaptive Interpolated Distillation for Efficient Knowledge Transfer in Language Models

ICLR 2025spotlight

Causal language models have demonstrated remarkable capabilities, but their size poses significant challenges for deployment in resource-constrained environments. Knowledge distillation, a widely-used technique for transferring knowledge from a large teacher model to a small student model, presents…

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…

2024

Subspace Representations for Soft Set Operations and Sentence Similarities

NAACL 2024long

In the field of natural language processing (NLP), continuous vector representations are crucial for capturing the semantic meanings of individual words. Yet, when it comes to the representations of sets of words, the conventional vector-based approaches often struggle with expressiveness and lack t…

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

Improving word mover's distance by leveraging self-attention matrix

EMNLP 2023long findings

Measuring the semantic similarity between two sentences is still an important task. The word mover's distance (WMD) computes the similarity via the optimal alignment between the sets of word embeddings. However, WMD does not utilize word order, making it challenging to distinguish sentences with sig…

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…

2020

Modeling Event Salience in Narratives via Barthes’ Cardinal Functions

COLING 2020main

Events in a narrative differ in salience: some are more important to the story than others. Estimating event salience is useful for tasks such as story generation, and as a tool for text analysis in narratology and folkloristics. To compute event salience without any annotations, we adopt Barthes’ d…

Cited by 9SourcePDFScholar