paper-with-me

홈 › Papers

Craw4LLM: Efficient Web Crawling for LLM Pretraining

2025-02-19 · Shi Yu, Zhiyuan Liu, Chenyan Xiong

Web crawl is a main source of large language models' (LLMs) pretraining data, but the majority of crawled web pages are discarded in pretraining due to low data quality. This paper presents Crawl4LLM, an efficient web crawling method that explores the web graph based on the preference of LLM pretraining. Specifically, it leverages the influence of a webpage in LLM pretraining as the priority score of the web crawler's scheduler, replacing the standard graph connectivity based priority. Our experiments on a web graph containing 900 million webpages from a commercial search engine's index demonstrate the efficiency of Crawl4LLM in obtaining high-quality pretraining data. With just 21% URLs crawled, LLMs pretrained on Crawl4LLM data reach the same downstream performances of previous crawls, significantly reducing the crawling waste and alleviating the burdens on websites. Our code is publicly available at https://github.com/cxcscmu/Crawl4LLM.

📄 PDF Abstract BibTeX arXiv:2502.13347

Code (1)

cxcscmu/crawl4llm 공식 구현

Tasks

10-shot image generation

Similar Papers 제목 키워드 기반

Smart Bilingual Focused Crawling of Parallel Documents

2024-05-23 · Cristian García-Romero, Miquel Esplà-Gomis, Felipe Sánchez-Martínez

Crawling parallel texts $\unicode{x2014}$texts that are mutual translations$\unicode{x2014}$ from the Internet is usually done following a brute-force approach: documents are massively downloaded in an unguided process, …

Graph Neural Network for Crawling Target Nodes in Social Networks

2024-03-20 · Kirill Lukyanov, Mikhail Drobyshevskiy, Danil Shaikhelislamov, Denis Turdakov

Social networks crawling is in the focus of active research the last years. One of the challenging task is to collect target nodes in an initially unknown graph given a budget of crawling steps. Predicting a node propert…

Graph Neural Network

The Growing Gains and Pains of Iterative Web Corpora Crawling: Insights from South Slavic CLASSLA-web 2.0 Corpora

2026-01-16 · Taja Kuzman Pungeršek, Peter Rupnik, Vít Suchomel, Nikola Ljubešić arxiv

Crawling national top-level domains has proven to be highly effective for collecting texts in less-resourced languages. This approach has been recently used for South Slavic languages and resulted in the largest general …

Comparing the Quality of Focused Crawlers and of the Translation Resources Obtained from them

2014-05-01 · LREC 2014 5 · Bruno Laranjeira, Viviane Moreira, Aline Villavicencio, Carlos Ramisch 외

Comparable corpora have been used as an alternative for parallel corpora as resources for computational tasks that involve domain-specific natural language processing. One way to gather documents related to a specific to…

Machine TranslationTranslation

Tree-based Focused Web Crawling with Reinforcement Learning

2021-12-12 · Andreas Kontogiannis, Dimitrios Kelesis, Vasilis Pollatos, George Giannakopoulos 외

A focused crawler aims at discovering as many web pages and web sites relevant to a target topic as possible, while avoiding irrelevant ones. Reinforcement Learning (RL) has been a promising direction for optimizing focu…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)