paper-with-me

Papers

LlamaTurk: Adapting Open-Source Generative Large Language Models for Low-Resource Language

2024-05-13 · Cagri Toraman

Despite advancements in English-dominant generative large language models, further development is needed for low-resource languages to enhance global accessibility. The primary methods for representing these languages are monolingual and multilingual pretraining. Monolingual pretraining is expensive due to hardware requirements, and multilingual models often have uneven performance across languages. This study explores an alternative solution by adapting large language models, primarily trained on English, to low-resource languages. We assess various strategies, including continual training, instruction fine-tuning, task-specific fine-tuning, and vocabulary extension. The results show that continual training improves language comprehension, as reflected in perplexity scores, and task-specific tuning generally enhances performance of downstream tasks. However, extending the vocabulary shows no substantial benefits. Additionally, while larger models improve task performance with few-shot tuning, multilingual models perform worse than their monolingual counterparts when adapted.

📄 PDF Abstract BibTeX arXiv:2405.07745

Code (1)

metunlp/llamaturk 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Mark Your LLM: Detecting the Misuse of Open-Source Large Language Models via Watermarking

2025-03-06 · Yijie Xu, Aiwei Liu, Xuming Hu, Lijie Wen 외

As open-source large language models (LLMs) like Llama3 become more capable, it is crucial to develop watermarking techniques to detect their potential misuse. Existing watermarking methods either add watermarks during L…

MiCRO: Multi-interest Candidate Retrieval Online

2022-10-28 · Frank Portman, Stephen Ragain, Ahmed El-Kishky

Providing personalized recommendations in an environment where items exhibit ephemerality and temporal relevancy (e.g. in social media) presents a few unique challenges: (1) inductively understanding ephemeral appeal for…

Retrieval

disco: a toolkit for Distributional Control of Generative Models

2023-03-08 · Germán Kruszewski, Jos Rozen, Marc Dymetman

Pre-trained language models and other generative models have revolutionized NLP and beyond. However, these models tend to reproduce undesirable biases present in their training data. Also, they may overlook patterns that…

From Inpainting to Layer Decomposition: Repurposing Generative Inpainting Models for Image Layer Decomposition

2025-11-26 · Jingxi Chen, Yixiao Zhang, Xiaoye Qian, Zongxia Li 외 arxiv

Images can be viewed as layered compositions, foreground objects over background, with potential occlusions. This layered representation enables independent editing of elements, offering greater flexibility for content c…

Seq vs Seq: An Open Suite of Paired Encoders and Decoders

2025-07-15 · Orion Weller, Kathryn Ricci, Marc Marone, Antoine Chaffin 외

The large language model (LLM) community focuses almost exclusively on decoder-only language models, since they are easier to use for text generation. However, a large subset of the community still uses encoder-only mode…

DecoderLarge Language ModelRetrievalText Generation