SIHCSep 15, 2020

Auditing the Sensitivity of Graph-based Ranking with Visual Analytics

arXiv:2009.07227v17 citations
Originality Incremental advance
AI Analysis

This addresses the need for tools to help model developers and analysts understand and mitigate sensitivities in graph-based ranking algorithms, which is crucial for industrial applications like e-commerce and information retrieval, though it is incremental as it builds on existing ranking methods.

The paper tackles the problem of graph-based ranking algorithms being sensitive to small changes in graph structure, which can significantly impact outcomes like product sales, by presenting a visual analytics framework for exploring these sensitivities through perturbation-based what-if analysis, demonstrated with case studies on PageRank and HITS in political news and social networks.

Graph mining plays a pivotal role across a number of disciplines, and a variety of algorithms have been developed to answer who/what type questions. For example, what items shall we recommend to a given user on an e-commerce platform? The answers to such questions are typically returned in the form of a ranked list, and graph-based ranking methods are widely used in industrial information retrieval settings. However, these ranking algorithms have a variety of sensitivities, and even small changes in rank can lead to vast reductions in product sales and page hits. As such, there is a need for tools and methods that can help model developers and analysts explore the sensitivities of graph ranking algorithms with respect to perturbations within the graph structure. In this paper, we present a visual analytics framework for explaining and exploring the sensitivity of any graph-based ranking algorithm by performing perturbation-based what-if analysis. We demonstrate our framework through three case studies inspecting the sensitivity of two classic graph-based ranking algorithms (PageRank and HITS) as applied to rankings in political news media and social networks.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes