paper-with-me

홈 › Papers

UnifiedCrawl: Aggregated Common Crawl for Affordable Adaptation of LLMs on Low-Resource Languages

2024-11-21 · Bethel Melesse Tessema, Akhil Kedia, Tae-Sun Chung

Large language models (LLMs) under-perform on low-resource languages due to limited training data. We present a method to efficiently collect text data for low-resource languages from the entire Common Crawl corpus. Our approach, UnifiedCrawl, filters and extracts common crawl using minimal compute resources, yielding mono-lingual datasets much larger than previously available sources. We demonstrate that leveraging this data to fine-tuning multilingual LLMs via efficient adapter methods (QLoRA) significantly boosts performance on the low-resource language, while minimizing VRAM usage. Our experiments show large improvements in language modeling perplexity and an increase in few-shot prompting scores. Our work and released source code provide an affordable approach to improve LLMs for low-resource languages using consumer hardware. Our source code is available here at https://github.com/bethelmelesse/unifiedcrawl.

📄 PDF Abstract BibTeX arXiv:2411.14343

Code (1)

bethelmelesse/unifiedcrawl 공식 구현 pytorch

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

RedStone: Curating General, Code, Math, and QA Data for Large Language Models

2024-12-04 · Yaoyao Chang, Lei Cui, Li Dong, Shaohan Huang 외

Pre-training Large Language Models (LLMs) on high-quality, meticulously curated datasets is widely recognized as critical for enhancing their performance and generalization capabilities. This study explores the untapped …

Domain AdaptationMathQuestion Answering

Bayesian Inference of Online Social Network Statistics via Lightweight Random Walk Crawls

2015-10-19 · Konstantin Avrachenkov, Bruno Ribeiro, Jithin K. Sreedharan

Online social networks (OSN) contain extensive amount of information about the underlying society that is yet to be explored. One of the most feasible technique to fetch information from OSN, crawling through Application…

Bayesian Inference

Commonsense Reasoning for Legged Robot Adaptation with Vision-Language Models

2024-07-02 · Annie S. Chen, Alec M. Lessing, Andy Tang, Govind Chada 외

Legged robots are physically capable of navigating a diverse variety of environments and overcoming a wide range of obstructions. For example, in a search and rescue mission, a legged robot could climb over debris, crawl…

Navigate

LanguageCrawl: A Generic Tool for Building Language Models Upon Common-Crawl

2016-05-01 · LREC 2016 5 · Szymon Roziewski, Wojciech Stokowiec

The web data contains immense amount of data, hundreds of billion words are waiting to be extracted and used for language research. In this work we introduce our tool LanguageCrawl which allows NLP researchers to easily …

Language ModelingLanguage Modelling

C4Corpus: Multilingual Web-size Corpus with Free License

2016-05-01 · LREC 2016 5 · Ivan Habernal, Omnia Zayed, Iryna Gurevych

Large Web corpora containing full documents with permissive licenses are crucial for many NLP tasks. In this article we present the construction of 12 million-pages Web corpus (over 10 billion tokens) licensed under Crea…

CPU