← Search

Taku Hasegawa

7 accepted papers

2026

Lossless Vocabulary Reduction for Auto-Regressive Language Models

ICLR 2026poster

Tokenization---the process of decomposing a given text into a sequence of subwords called tokens---is one of the key components in the development of language models. Particularly, auto-regressive language models generate texts token by token, i.e., by predicting the next-token distribution given th…

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

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
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…