Incorporating site-level knowledge for incremental crawling of web forums: a list-wise strategy

  • Authors:
  • Jiang-Ming Yang;Rui Cai;Chunsong Wang;Hua Huang;Lei Zhang;Wei-Ying Ma

  • Affiliations:
  • Microsoft Research, Asia, Beijing, China;Microsoft Research, Asia, Beijing, China;University of Wisconsin-Madison, Madison, WI, USA;Beijing University of Posts and Telecommunications, Beijing, China;Microsoft Research, Asia, Beijing, China;Microsoft Research, Asia, Beijing, China

  • Venue:
  • Proceedings of the 15th ACM SIGKDD international conference on Knowledge discovery and data mining
  • Year:
  • 2009
  • Web Crawling

    Foundations and Trends in Information Retrieval

Quantified Score

Hi-index 0.01

Visualization

Abstract

We study in this paper the problem of incremental crawling of web forums, which is a very fundamental yet challenging step in many web applications. Traditional approaches mainly focus on scheduling the revisiting strategy of each individual page. However, simply assigning different weights for different individual pages is usually inefficient in crawling forum sites because of the different characteristics between forum sites and general websites. Instead of treating each individual page independently, we propose a list-wise strategy by taking into account the site-level knowledge. Such site-level knowledge is mined through reconstructing the linking structure, called sitemap, for a given forum site. With the sitemap, posts from the same thread but distributed on various pages can be concatenated according to their timestamps. After that, for each thread, we employ a regression model to predict the time when the next post arrives. Based on this model, we develop an efficient crawler which is 260% faster than some state-of-the-art methods in terms of fetching new generated content; and meanwhile our crawler also ensure a high coverage ratio. Experimental results show promising performance of Coverage, Bandwidth utilization, and Timeliness of our crawler on 18 various forums.