← Search

Kuniko Saito

10 accepted papers

2026

How Base Frequency Shapes RoPE: An Analytical Study of Frequency-Band Formation

ICLR 2026poster

Rotary Position Embeddings (RoPE) are widely adopted in LLMs, and it is commonly believed that larger base frequencies $\theta$ yield better long-context performance. In this paper, we show that a high-norm RoPE dimension, referred to as the “frequency band,” consistently emerges across multiple mod…

Cited by 0SourceScholar
2026

Probing Rotary Position Embeddings through Frequency Entropy

ICLR 2026poster

Rotary Position Embeddings (RoPE) are widely used in Transformers to encode positional information in token representations, yet the internal frequency structure of RoPE remains poorly understood. Previous studies have reported conflicting findings on the roles of high- and low-frequency dimensions,…

Cited by 0SourceScholar
2025

Portable Reward Tuning: Towards Reusable Fine-Tuning across Different Pretrained Models

ICML 2025poster

While foundation models have been exploited for various expert tasks with their fine-tuned parameters, any foundation model will be eventually outdated due to its old knowledge or limited capability, and thus should be replaced by a new foundation model. Subsequently, to benefit from its latest know…

Cited by 1SourcePDFScholar
2025

ToMATO: Verbalizing the Mental States of Role-Playing LLMs for Benchmarking Theory of Mind

AAAI 2025technical

Existing Theory of Mind (ToM) benchmarks diverge from real-world scenarios in three aspects: 1) they assess a limited range of mental states such as beliefs, 2) false beliefs are not comprehensively explored, and 3) the diverse personality traits of characters are overlooked. To address these challe…

2025

VDocRAG: Retrieval-Augmented Generation over Visually-Rich Documents

CVPR 2025poster

We aim to develop a retrieval-augmented generation (RAG) framework that answers questions over a corpus of visually-rich documents presented in mixed modalities (e.g., charts, tables) and diverse formats (e.g., PDF, PPTX). In this paper, we introduce a new RAG framework, VDocRAG, which can directly…

Cited by 3SourcePDFScholar
2024

Initialization of Large Language Models via Reparameterization to Mitigate Loss Spikes

EMNLP 2024main

Loss spikes, a phenomenon in which the loss value diverges suddenly, is a fundamental issue in the pre-training of large language models. This paper supposes that the non-uniformity of the norm of the parameters is one of the causes of loss spikes. Here, in training of neural networks, the scale of…

2024

InstructDoc: A Dataset for Zero-Shot Generalization of Visual Document Understanding with Instructions

AAAI 2024technical

We study the problem of completing various visual document understanding (VDU) tasks, e.g., question answering and information extraction, on real-world documents through human-written instructions. To this end, we propose InstructDoc, the first large-scale collection of 30 publicly available VDU da…

2023

DueT: Image-Text Contrastive Transfer Learning with Dual-adapter Tuning

EMNLP 2023long main

This paper presents DueT, a novel transfer learning method for vision and language models built by contrastive learning. In DueT, adapters are inserted into the image and text encoders, which have been initialized using models pre-trained on uni-modal corpora and then frozen. By training only these…

Cited by 0SourceScholar
2023

SlideVQA: A Dataset for Document Visual Question Answering on Multiple Images

AAAI 2023technical

Visual question answering on document images that contain textual, visual, and layout information, called document VQA, has received much attention recently. Although many datasets have been proposed for developing document VQA systems, most of the existing datasets focus on understanding the conten…