paper-with-me

Papers

Look back, look around: a systematic analysis of effective predictors for new outlinks in focused Web crawling

2021-11-09 · Thi Kim Nhung Dang, Doina Bucur, Berk Atıl, Guillaume Pitel, Frank Ruis, Hamidreza Kadkhodaei, Nelly Litvak

Small and medium enterprises rely on detailed Web analytics to be informed about their market and competition. Focused crawlers meet this demand by crawling and indexing specific parts of the Web. Critically, a focused crawler must quickly find new pages that have not yet been indexed. Since a new page can be discovered only by following a new outlink, predicting new outlinks is very relevant in practice. In the literature, many feature designs have been proposed for predicting changes in the Web. In this work we provide a structured analysis of this problem, using new outlinks as our running prediction target. Specifically, we unify earlier feature designs in a taxonomic arrangement of features along two dimensions: static versus dynamic features, and features of a page versus features of the network around it. Within this taxonomy, complemented by our new (mainly, dynamic network) features, we identify best predictors for new outlinks. Our main conclusion is that most informative features are the recent history of new outlinks on a page itself, and of its content-related pages. Hence, we propose a new 'look back, look around' (LBLA) model, that uses only these features. With the obtained predictions, we design a number of scoring functions to guide a focused crawler to pages with most new outlinks, and compare their performance. The LBLA approach proved extremely effective, outperforming other models including those that use a most complete set of features. One of the learners we use, is the recent NGBoost method that assumes a Poisson distribution for the number of new outlinks on a page, and learns its parameters. This connects the two so far unrelated avenues in the literature: predictions based on features of a page, and those based on probabilistic modelling. All experiments were carried out on an original dataset, made available by a commercial focused crawler.

📄 PDF Abstract BibTeX arXiv:2111.05062

Code (1)

hrkadkhodaei/webinsight 공식 구현

Tasks

Informativeness

Similar Papers 제목 키워드 기반

Lookaround Optimizer: $k$ steps around, 1 step average

2023-09-21 · NeurIPS 2023 11

Weight Average (WA) is an active research topic due to its simplicity in ensembling deep networks and the effectiveness in promoting generalization. Existing weight average approaches, however, are often carried out alon…

When to Think and When to Look: Uncertainty-Guided Lookback

2025-11-19 · Jing Bi, Filippos Bellos, Junjia Guo, Yayuan Li 외 arxiv

Test-time thinking (that is, generating explicit intermediate reasoning chains) is known to boost performance in large language models and has recently shown strong gains for large vision language models (LVLMs). However…

Visual GroundingVisual Reasoning

A Short Survey of Systematic Generalization

2022-11-22 · Yuanpeng Li

This survey includes systematic generalization and a history of how machine learning addresses it. We aim to summarize and organize the related information of both conventional and recent improvements. We first look at t…

SurveySystematic GeneralizationVisual Question Answering (VQA)

Multilayer Lookahead: a Nested Version of Lookahead

2021-10-27 · Denys Pushkin, Luis Barba

In recent years, SGD and its variants have become the standard tool to train Deep Neural Networks. In this paper, we focus on the recently proposed variant Lookahead, which improves upon SGD in a wide range of applicatio…

Murphys Laws of AI Alignment: Why the Gap Always Wins

2025-09-04 · Madhava Gaikwad arxiv

We study reinforcement learning from human feedback under misspecification. Sometimes human feedback is systematically wrong on certain types of inputs, like a broken compass that points the wrong way in specific regions…

Reinforcement Learning