WeChat Mini Program
Old Version Features

A Novel Combining Method of Dynamic and Static Web Crawler with Parallel Computing

Multimedia Tools and Applications(2024)CCF CSCI 4区

Institute of Informatics | Zhejiang A&F University

Cited 3|Views15
Abstract
Recovering information from a targeted website that undergoes dynamic changes is a complicated undertaking. It necessitates the use of a highly efficient web crawler by search engines. In this study, we merged two web crawlers: Selenium with parallel computing capabilities and Scrapy , to gather electron molecular collision cross-section data from the National Fusion Research Institute ( NFRI ) database. The method effectively combines static and dynamic web crawling. The primary challenges lie in the time-consuming nature of dynamic web crawling using Selenium and that Scrapy ’s limited support for parallel computing within the “download middleware”. Nevertheless, this combined approach proves exceptionally well-suited for the task of data extraction from an online database, which comprises multiple web pages with unchanging URLs when specific keywords are submitted. We applied natural language processing techniques to identify species and dissect reaction formulas into various states. Employing these methodologies, we extracted a total of 76,893 data points pertaining to 112 species. These data pieces offer intricate insights into the processes unfolding within the plasma, all collected within a span of ten minutes. When compared to traditional web crawling methods, our approach boasts a speed advantage of roughly 100 times faster than dynamic web crawlers and exhibits greater flexibility than static web crawlers. In this report, we present the retrieved results, encompassing reaction formulas, reference information, species metadata, and time comparison among various methods.
More
Translated text
Key words
Web crawling,Dynamic,Static,Natural language processing,Parallel computing
求助PDF
上传PDF
Bibtex
AI Read Science
AI Summary
AI Summary is the key point extracted automatically understanding the full text of the paper, including the background, methods, results, conclusions, icons and other key content, so that you can get the outline of the paper at a glance.
Example
Background
Key content
Introduction
Methods
Results
Related work
Fund
Key content
  • Pretraining has recently greatly promoted the development of natural language processing (NLP)
  • We show that M6 outperforms the baselines in multimodal downstream tasks, and the large M6 with 10 parameters can reach a better performance
  • We propose a method called M6 that is able to process information of multiple modalities and perform both single-modal and cross-modal understanding and generation
  • The model is scaled to large model with 10 billion parameters with sophisticated deployment, and the 10 -parameter M6-large is the largest pretrained model in Chinese
  • Experimental results show that our proposed M6 outperforms the baseline in a number of downstream tasks concerning both single modality and multiple modalities We will continue the pretraining of extremely large models by increasing data to explore the limit of its performance
Upload PDF to Generate Summary
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Data Disclaimer
The page data are from open Internet sources, cooperative publishers and automatic analysis results through AI technology. We do not make any commitments and guarantees for the validity, accuracy, correctness, reliability, completeness and timeliness of the page data. If you have any questions, please contact us by email: report@aminer.cn
Chat Paper

要点】:本研究创新性地结合了Selenium和Scrapy两种网络爬虫,利用并行计算技术,高效地从国家聚变研究研究所数据库中收集电子分子碰撞截面数据,实现了静态与动态网络爬虫的有效融合。

方法】:研究采用了自然语言处理技术来识别物种并分解反应公式到各种状态,通过将Selenium的动态爬虫功能与Scrapy的并行计算能力相结合,实现了高效的网络数据抓取。

实验】:研究从国家聚变研究研究所(NFRI)数据库中抓取了76,893个数据点,涵盖了112个物种的电子分子碰撞截面数据。实验结果显示,与传统的网络爬虫方法相比,该方法速度快约100倍,且比静态网络爬虫更具灵活性。