paper-with-me

홈 › Papers

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 property based on its partially known neighbourhood is at the heart of a successful crawler. In this paper we adopt graph neural networks for this purpose and show they are competitive to traditional classifiers and are better for individual cases. Additionally we suggest a training sample boosting technique, which helps to diversify the training set at early stages of crawling and thus improves the predictor quality. The experimental study on three types of target set topology indicates GNN based approach has a potential in crawling task, especially in the case of distributed target nodes.

📄 PDF Abstract BibTeX arXiv:2403.13865

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음

Similar Papers 제목 키워드 기반

EasySpider: A No-Code Visual System for Crawling the Web

2023-04-30 · ACM The Web Conference 2023 4 · Naibo Wang, Wenjie Feng, Jianwei Yin, See-Kiong Ng

The web is a treasure trove for data that is increasingly used by computer scientists for building large machine learning models as well as non-computer scientists for social studies or marketing analyses. As such, web-c…

Data IntegrationMarketing

Smart Crawling: A New Approach toward Focus Crawling from Twitter

2021-10-08 · Ahmad Khazaie, Nacéra Bennacer Seghouani, Francesca Bugiotti

Twitter is a social network that offers a rich and interesting source of information challenging to retrieve and analyze. Twitter data can be accessed using a REST API. The available operations allow retrieving tweets on…

Targeted sampling from massive block model graphs with personalized PageRank

2019-10-04 · Fan Chen, Yini Zhang, Karl Rohe

The paper provides statistical theory and intuition for personalized PageRank (called "PPR"): a popular technique that samples a small community from a massive network. We study a setting where the entire network is expe…

ClusteringStochastic Block Model

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

Attack Graph Convolutional Networks by Adding Fake Nodes

2018-10-25 · ICLR 2019 5 · Xiaoyun Wang, Minhao Cheng, Joe Eaton, Cho-Jui Hsieh 외

In this paper, we study the robustness of graph convolutional networks (GCNs). Previous work have shown that GCNs are vulnerable to adversarial perturbation on adjacency or feature matrices of existing nodes; however, su…