paper-with-me

홈 › Papers

Web Page Classification using LLMs for Crawling Support

2025-05-11 · Yuichi Sasazawa, Yasuhiro Sogawa

A web crawler is a system designed to collect web pages, and efficient crawling of new pages requires appropriate algorithms. While website features such as XML sitemaps and the frequency of past page updates provide important clues for accessing new pages, their universal application across diverse conditions is challenging. In this study, we propose a method to efficiently collect new pages by classifying web pages into two types, "Index Pages" and "Content Pages," using a large language model (LLM), and leveraging the classification results to select index pages as starting points for accessing new pages. We construct a dataset with automatically annotated web page types and evaluate our approach from two perspectives: the page type classification performance and coverage of new pages. Experimental results demonstrate that the LLM-based method outperformed baseline methods in both evaluation metrics.

📄 PDF Abstract BibTeX arXiv:2505.06972

Code (1)

ckdjrkffz/web-page-classifier 공식 구현

Tasks

ClassificationLanguage ModelingLanguage ModellingLarge Language Model

Similar 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 cr…

10-shot image generation

WebVR: Benchmarking Multimodal LLMs for WebPage Recreation from Videos via Human-Aligned Visual Rubrics

2026-03-11 · Yuhong Dai, Yanlin Lai, Mitt Huang, Hangyu Guo 외 arxiv

Existing web-generation benchmarks rely on text prompts or static screenshots as input. However, videos naturally convey richer signals such as interaction flow, transition timing, and motion continuity, which are essent…

Comparative analysis of various web crawler algorithms

2023-06-21 · Nithin T K, Chandana S, Barani G, Chavva Dharani 외

This presentation focuses on the importance of web crawling and page ranking algorithms in dealing with the massive amount of data present on the World Wide Web. As the web continues to grow exponentially, efficient sear…

Information RetrievalNavigateRetrieval

Document Quality Scoring for Web Crawling

2025-04-15 · Francesca Pezzuti, Ariane Mueller, Sean MacAvaney, Nicola Tonellotto

The internet contains large amounts of low-quality content, yet users expect web search engines to deliver high-quality, relevant results. The abundant presence of low-quality pages can negatively impact retrieval and cr…

A Scalable Crawling Algorithm Utilizing Noisy Change-Indicating Signals

2025-02-04 · Róbert Busa-Fekete, Julian Zimmert, András György, Linhai Qiu 외

Web refresh crawling is the problem of keeping a cache of web pages fresh, that is, having the most recent copy available when a page is requested, given a limited bandwidth available to the crawler. Under the assumption…

Scheduling