paper-with-me

홈 › Papers

Exploring Design Choices for Building Language-Specific LLMs

2024-06-20 · Atula Tejaswi, Nilesh Gupta, Eunsol Choi

Despite rapid progress in large language models (LLMs), their performance on a vast majority of languages remains unsatisfactory. In this paper, we study building language-specific LLMs by adapting monolingual and multilingual LLMs. We conduct systematic experiments on how design choices (base model selection, vocabulary extension, and continued pretraining) impact the adapted LLM, both in terms of efficiency (how many tokens are needed to encode the same amount of information) and end task performance. We find that (1) the initial performance of LLM does not always correlate with the final performance after the adaptation. Adapting an English-centric models can yield better results than adapting multilingual models despite their worse initial performance on low-resource languages. (2) Efficiency can easily improved with simple vocabulary extension and continued pretraining in most LLMs we study, and (3) The optimal adaptation method (choice of the base model, new vocabulary size, training data, initialization strategy) is highly language-dependent, and the simplest embedding initialization works well across various experimental settings. Together, our work lays foundations on efficiently building language-specific LLMs by adapting existing LLMs.

📄 PDF Abstract BibTeX arXiv:2406.14670

Code (1)

atutej/token-language-adaptation 공식 구현

Tasks

Model Selection

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

BioM-Transformers: Building Large Biomedical Language Models with BERT, ALBERT and ELECTRA

2021-06-01 · NAACL (BioNLP) 2021 6 · Sultan Alrowili, Vijay Shanker

The impact of design choices on the performance of biomedical language models recently has been a subject for investigation. In this paper, we empirically study biomedical domain adaptation with large transformer models …

Domain AdaptationRelation Extraction

Aligning Programming Language and Natural Language: Exploring Design Choices in Multi-Modal Transformer-Based Embedding for Bug Localization

2024-06-25 · Partha Chakraborty, Venkatraman Arumugam, Meiyappan Nagappan

Bug localization refers to the identification of source code files which is in a programming language and also responsible for the unexpected behavior of software using the bug report, which is a natural language. As bug…

Exploring the Deep Fusion of Large Language Models and Diffusion Transformers for Text-to-Image Synthesis

2025-05-15 · CVPR 2025 1 · Bingda Tang, BoYang Zheng, Xichen Pan, Sayak Paul 외

This paper does not describe a new method; instead, it provides a thorough exploration of an important yet understudied design space related to recent advances in text-to-image synthesis -- specifically, the deep fusion …

Image GenerationText to Image GenerationText-to-Image Generation

Doubly Convolutional Neural Networks

2016-10-30 · NeurIPS 2016 12 · Shuangfei Zhai, Yu Cheng, Weining Lu, Zhongfei Zhang

Building large models with parameter sharing accounts for most of the success of deep convolutional neural networks (CNNs). In this paper, we propose doubly convolutional neural networks (DCNNs), which significantly impr…

image-classificationImage Classification

ExpVG: Investigating the Design Space of Visual Grounding in Multimodal Large Language Model

2025-08-11 · Weitai Kang, Weiming Zhuang, Zhizhong Li, Yan Yan 외 arxiv

Fine-grained multimodal capability in Multimodal Large Language Models (MLLMs) has emerged as a critical research direction, particularly for tackling the visual grounding (VG) problem. Despite the strong performance ach…

Visual Grounding