← Search

Go Kamoda

6 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

How a Bilingual LM Becomes Bilingual: Tracing Internal Representations with Sparse Autoencoders

EMNLP 2025

This study explores how bilingual language models develop complex internal representations.We employ sparse autoencoders to analyze internal representations of bilingual language models with a focus on the effects of training steps, layers, and model sizes.Our analysis shows that language models fir

Cited by 0SourcePDFScholar
2025

Quantifying the Influence of Evaluation Aspects on Long-Form Response Assessment

COLING 2025main

Evaluating the outputs of large language models (LLMs) on long-form generative tasks remains challenging. While fine-grained, aspect-wise evaluations provide valuable diagnostic information, they are difficult to design exhaustively, and each aspect’s contribution to the overall acceptability of an…

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

Weight-based Analysis of Detokenization in Language Models: Understanding the First Stage of Inference Without Inference

NAACL 2025findings

According to the stages-of-inference hypothesis, early layers of language models map their subword-tokenized input, which does not necessarily correspond to a linguistically meaningful segmentation, to more meaningful representations that form the model’s “inner vocabulary”.Prior analysis of this *d…

2023

Test-time Augmentation for Factual Probing

EMNLP 2023short findings

Factual probing is a method that uses prompts to test if a language model ``knows'' certain world knowledge facts. A problem in factual probing is that small changes to the prompt can lead to large changes in model output. Previous work aimed to alleviate this problem by optimizing prompts via text…

Cited by 0SourcecodeScholar