← Search

Takeshi Kojima

15 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

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
2025

A Comprehensive Survey on Physical Risk Control in the Era of Foundation Model-enabled Robotics

IJCAI 2025

Recent Foundation Model-enabled robotics (FMRs) display greatly improved general-purpose skills, enabling more adaptable automation than conventional robotics. Their ability to handle diverse tasks thus creates new opportunities to replace human labor. However, unlike general foundation models, FMRs

Cited by 0SourcePDFScholar
2025

Answer When Needed, Forget When Not: Language Models Pretend to Forget via In-Context Knowledge Unlearning

ACL 2025finding

As large language models (LLMs) are applied across diverse domains, the ability to selectively unlearn specific information is becoming increasingly essential. For instance, LLMs are expected to selectively provide confidential information to authorized internal users, such as employees or trusted p…

Cited by 0SourcePDFScholar
2025

Dynamic Injection of Entity Knowledge into Dense Retrievers

EMNLP 2025

Dense retrievers often struggle with queries involving less-frequent entities due to their limited entity knowledge. We propose the Knowledgeable Passage Retriever (KPR), a BERT-based retriever enhanced with a context-entity attention layer and dynamically updatable entity embeddings. This design en

2025

Inconsistent Tokenizations Cause Language Models to be Perplexed by Japanese Grammar

ACL 2025short

Typical methods for evaluating the performance of language models evaluate their ability to answer questions accurately. These evaluation metrics are acceptable for determining the extent to which language models can understand and reason about text in a general sense, but fail to capture nuanced ca…

Cited by 0SourcePDFScholar
2025

Lost in the Distance: Large Language Models Struggle to Capture Long-Distance Relational Knowledge

NAACL 2025findings

Large language models (LLMs) have demonstrated impressive capabilities in handling long contexts, but challenges remain in capturing relational knowledge spread far apart within text. Connecting long-distance knowledge is important for solving tasks as the context length increases: imagine reading a…

2025

Slender-Mamba: Fully Quantized Mamba in 1.58 Bits From Head to Toe

COLING 2025main

Large language models (LLMs) have achieved significant performance improvements in natural language processing (NLP) domain. However, these models often require large computational resources for training and inference. Recently, Mamba, a language model architecture based on State-Space Models (SSMs)…

Cited by 1SourcePDFScholar
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
2025

When Instructions Multiply: Measuring and Estimating LLM Capabilities of Multiple Instructions Following

EMNLP 2025

As large language models (LLMs) are increasingly applied to real-world scenarios, it becomes crucial to understand their ability to follow multiple instructions simultaneously. To systematically evaluate these capabilities, we introduce two specialized benchmarks for fundamental domains where multip

2024

On the Multilingual Ability of Decoder-based Pre-trained Language Models: Finding and Controlling Language-Specific Neurons

NAACL 2024long

Current decoder-based pre-trained language models (PLMs) successfully demonstrate multilingual capabilities. However, it is unclear how these models handle multilingualism.We analyze the neuron-level internal behavior of multilingual decoder-based PLMs, Specifically examining the existence of neuron…

2024

Which Programming Language and What Features at Pre-training Stage Affect Downstream Logical Inference Performance?

EMNLP 2024main

Recent large language models (LLMs) have demonstrated remarkable generalization abilities in mathematics and logical reasoning tasks.Prior research indicates that LLMs pre-trained with programming language data exhibit high mathematical and reasoning abilities; however, this causal relationship has…

2023

Unnatural Error Correction: GPT-4 Can Almost Perfectly Handle Unnatural Scrambled Text

EMNLP 2023short main

While Large Language Models (LLMs) have achieved remarkable performance in many tasks, much about their inner workings remains unclear. In this study, we present novel experimental insights into the resilience of LLMs, particularly GPT-4, when subjected to extensive character-level permutations. To…

Cited by 0SourcecodeScholar
2022

Large Language Models are Zero-Shot Reasoners

NeurIPS 2022accept

Pretrained large language models (LLMs) are widely used in many sub-fields of natural language processing (NLP) and generally known as excellent few-shot learners with task-specific exemplars. Notably, chain of thought (CoT) prompting, a recent technique for eliciting complex multi-step reasoning th…

2022

Robustifying Vision Transformer without Retraining from Scratch by Test-Time Class-Conditional Feature Alignment

IJCAI 2022poster

Vision Transformer (ViT) is becoming more popular in image processing. Specifically, we investigate the effectiveness of test-time adaptation (TTA) on ViT, a technique that has emerged to correct its prediction during test-time by itself. First, we benchmark various test-time adaptation approaches o…