paper-with-me

Papers

Hierarchical Hyperlink Prediction for the WWW

2016-11-28 · Garcia-Gasulla Dario, Ayguadé Eduard, Labarta Jesús, Cortés Ulises, Suzumura Toyotaro

The hyperlink prediction task, that of proposing new links between webpages, can be used to improve search engines, expand the visibility of web pages, and increase the connectivity and navigability of the web. Hyperlink prediction is typically performed on webgraphs composed by thousands or millions of vertices, where on average each webpage contains less than fifty links. Algorithms processing graphs so large and sparse require to be both scalable and precise, a challenging combination. Similarity-based algorithms are among the most scalable solutions within the link prediction field, due to their parallel nature and computational simplicity. These algorithms independently explore the nearby topological features of every missing link from the graph in order to determine its likelihood. Unfortunately, the precision of similarity-based algorithms is limited, which has prevented their broad application so far. In this work we explore the performance of similarity-based algorithms for the particular problem of hyperlink prediction on large webgraphs, and propose a novel method which assumes the existence of hierarchical properties. We evaluate this new approach on several webgraphs and compare its performance with that of the current best similarity-based algorithms. Its remarkable performance leads us to argue on the applicability of the proposal, identifying several use cases of hyperlink prediction. We also describes the approach we took for the computation of large-scale graphs from the perspective of high-performance computing, providing details on the implementation and parallelization of code.

📄 PDF Abstract BibTeX arXiv:1611.09084

Code (0)

등록된 구현이 없습니다.

Tasks

Link PredictionPrediction

Similar Papers 제목 키워드 기반

High-order joint embedding for multi-level link prediction

2021-11-07 · Yubai Yuan, Annie Qu

Link prediction infers potential links from observed networks, and is one of the essential problems in network analyses. In contrast to traditional graph representation modeling which only predicts two-way pairwise relat…

Link PredictionNetwork EmbeddingPredictionVocal Bursts Intensity Prediction

A Survey on Hyperlink Prediction

2022-07-06 · Can Chen, Yang-Yu Liu

As a natural extension of link prediction on graphs, hyperlink prediction aims for the inference of missing hyperlinks in hypergraphs, where a hyperlink can connect more than two nodes. Hyperlink prediction has applicati…

Deep LearningLink PredictionPredictionSurvey

Anchor Prediction: A Topic Modeling Approach

2022-05-29 · Jean Dupuy, Adrien Guille, Julien Jacques

Networks of documents connected by hyperlinks, such as Wikipedia, are ubiquitous. Hyperlinks are inserted by the authors to enrich the text and facilitate the navigation through the network. However, authors tend to inse…

Entity LinkingLink PredictionPrediction

Navigation Objects Extraction for Better Content Structure Understanding

2017-08-26 · Kui Zhao, Bangpeng Li, Zilun Peng, Jiajun Bu 외

Existing works for extracting navigation objects from webpages focus on navigation menus, so as to reveal the information architecture of the site. However, web 2.0 sites such as social networks, e-commerce portals etc. …

NetAurHPD: Network Auralization Hyperlink Prediction Model to Identify Metabolic Pathways from Metabolomics Data

2024-10-29 · Tamir Bar-Tov, Rami Puzis, David Toubiana

Metabolite biosynthesis is regulated via metabolic pathways, which can be activated and deactivated within organisms. Understanding and identifying an organism's metabolic pathway network is a crucial aspect for various …

Data Augmentation