← Search

Daisuke Oba

7 accepted papers

2026

Aligning Tree-Search Policies with Fixed Token Budgets in Test-Time Scaling of LLMs

ICML 2026poster

Tree-search decoding is an effective form of test-time scaling for large language models (LLMs), but real-world deployment imposes a fixed per-query token budget that varies across settings. Existing tree-search policies are largely budget-agnostic, treating the budget as a termination condition, wh…

Cited by 0SourceScholar
2026

Beyond Perplexity: UTF-8 Validity in Byte-aware Language Models

ICML 2026poster

Byte-level tokenization enables language models to handle any Unicode input, but models can generate invalid UTF-8 sequences when encountering rare or unseen characters. We investigate the relationship between training scale and UTF-8 generation reliability with a 355M parameter model trained on 80B…

Cited by 0SourceScholar
2026

From Correspondence to Actions: Human-Like Multi-Image Spatial Reasoning in Multi-modal Large Language Models

ICML 2026poster

While multimodal large language models (MLLMs) have made substantial progress in single-image spatial reasoning, multi-image spatial reasoning, which requires integration of information from multiple viewpoints, remains challenging. Cognitive studies suggest that humans address such tasks through tw…

Cited by 0SourceScholar
2026

Stopping Computation for Converged Tokens in Masked Diffusion-LM Decoding

ICLR 2026poster

Masked Diffusion Language Models generate sequences via iterative sampling that progressively unmasks tokens. However, they still recompute the attention and feed-forward blocks for every token position at every step---even when many unmasked tokens are essentially fixed, resulting in substantial wa…

Cited by 0SourceScholar
2024

What Matters in Memorizing and Recalling Facts? Multifaceted Benchmarks for Knowledge Probing in Language Models

EMNLP 2024finding

Language models often struggle with handling factual knowledge, exhibiting factual hallucination issue. This makes it vital to evaluate the models’ ability to recall its parametric knowledge about facts. In this study, we introduce a knowledge probing benchmark, BELIEF(ICL), to evaluate the knowledg…

Cited by 2SourcePDFScholar
2022

Entity Embedding Completion for Wide-Coverage Entity Disambiguation

EMNLP 2022finding

Entity disambiguation (ED) is typically solved by learning to classify a given mention into one of the entities in the model’s entity vocabulary by referring to their embeddings. However, this approach cannot address mentions of entities that are not covered by the entity vocabulary. Aiming to enhan…