paper-with-me

홈 › Papers

Large Vocabulary Size Improves Large Language Models

2024-06-24 · Sho Takase, Ryokan Ri, Shun Kiyono, Takuya Kato

This paper empirically investigates the relationship between subword vocabulary size and the performance of large language models (LLMs) to provide insights on how to define the vocabulary size. Experimental results show that larger vocabulary sizes lead to better performance in LLMs. Moreover, we consider a continual training scenario where a pre-trained language model is trained on a different target language. We introduce a simple method to use a new vocabulary instead of the pre-defined one. We show that using the new vocabulary outperforms the model with the vocabulary used in pre-training.

📄 PDF Abstract BibTeX arXiv:2406.16508

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Scaling Laws with Vocabulary: Larger Models Deserve Larger Vocabularies

2024-07-18 · Chaofan Tao, Qian Liu, Longxu Dou, Niklas Muennighoff 외

Research on scaling large language models (LLMs) has primarily focused on model parameters and training data size, overlooking the role of vocabulary size. We investigate how vocabulary size impacts LLM scaling laws by t…

ARC

A Factorized Recurrent Neural Network based architecture for medium to large vocabulary Language Modelling

2016-02-04 · Anantharaman Palacode Narayana Iyer

Statistical language models are central to many applications that use semantics. Recurrent Neural Networks (RNN) are known to produce state of the art results for language modelling, outperforming their traditional n-gra…

Language Modelling

Dynamic Vocabulary Pruning in Early-Exit LLMs

2024-10-24 · Jort Vincenti, Karim Abdel Sadek, Joan Velja, Matteo Nulli 외

Increasing the size of large language models (LLMs) has been shown to lead to better performance. However, this comes at the cost of slower and more expensive inference. Early-exiting is a promising approach for improvin…

CLIM: Contrastive Language-Image Mosaic for Region Representation

2023-12-18 · Size Wu, Wenwei Zhang, Lumin Xu, Sheng Jin 외

Detecting objects accurately from a large or open vocabulary necessitates the vision-language alignment on region representations. However, learning such a region-text alignment by obtaining high-quality box annotations …

Objectobject-detectionObject DetectionOpen-vocabulary object detection+1

Scaling LLM Pre-training with Vocabulary Curriculum

2025-02-25 · Fangyuan Yu

Modern language models rely on static vocabularies, fixed before pretraining, in contrast to the adaptive vocabulary acquisition observed in human language learning. To bridge this gap, we introduce vocabulary curriculum…

Model Optimization