paper-with-me

Papers

Leveraging History for Faster Sampling of Online Social Networks

2020-05-13 · ‏‏‎ ‎ 2020 5 · Zhuojie Zhou, Nan Zhang, Gautam Das

With a vast amount of data available on online social networks, how to enable efficient analytics over such data has been an increasingly important research problem. Given the sheer size of such social networks, many existing studies resort to sampling techniques that draw random nodes from an online social network through its restrictive web/API interface. While these studies differ widely in analytics tasks supported and algorithmic design, almost all of them use the exact same underlying technique of random walk - a Markov Chain Monte Carlo based method which iteratively transits from one node to its random neighbor. Random walk fits naturally with this problem because, for most online social networks, the only query we can issue through the interface is to retrieve the neighbors of a given node (i.e., no access to the full graph topology). A problem with random walks, however, is the "burn-in" period which requires a large number of transitions/queries before the sampling distribution converges to a stationary value that enables the drawing of samples in a statistically valid manner. In this paper, we consider a novel problem of speeding up the fundamental design of random walks (i.e., reducing the number of queries it requires) without changing the stationary distribution it achieves - thereby enabling a more efficient "drop-in" replacement for existing sampling-based analytics techniques over online social networks. Technically, our main idea is to leverage the history of random walks to construct a higher-ordered Markov chain. We develop two algorithms, Circulated Neighbors and Groupby Neighbors Random Walk (CNRW and GNRW) and rigidly prove that, no matter what the social network topology is, CNRW and GNRW offer better efficiency than baseline random walks while achieving the same stationary distribution. We demonstrate through extensive experiments on real-world social networks and synthetic graphs the superiority of our techniques over the existing ones.

📄 PDF Abstract BibTeX

Code (1)

benedekrozemberczki/littleballoffur

Similar Papers 제목 키워드 기반

Leveraging Trust and Distrust in Recommender Systems via Deep Learning

2019-05-31 · Dimitrios Rafailidis

The data scarcity of user preferences and the cold-start problem often appear in real-world applications and limit the recommendation accuracy of collaborative filtering strategies. Leveraging the selections of social fr…

Collaborative FilteringDeep LearningRecommendation Systems

ToxBuster: In-game Chat Toxicity Buster with BERT

2023-05-21 · Zachary Yang, Yasmine Maricar, MohammadReza Davari, Nicolas Grenon-Godbout 외

Detecting toxicity in online spaces is challenging and an ever more pressing problem given the increase in social media and gaming consumption. We introduce ToxBuster, a simple and scalable model trained on a relatively …

CTD: Fast, Accurate, and Interpretable Method for Static and Dynamic Tensor Decompositions

2017-10-09 · Jungwoo Lee, Dongjin Choi, Lee Sael

How can we find patterns and anomalies in a tensor, or multi-dimensional array, in an efficient and directly interpretable way? How can we do this in an online environment, where a new tensor arrives each time step? Find…

Tensor Decomposition

Mining Unfollow Behavior in Large-Scale Online Social Networks via Spatial-Temporal Interaction

2019-11-17 · Haozhe Wu, Zhiyuan Hu, Jia Jia, Yaohua Bu 외

Online Social Networks (OSNs) evolve through two pervasive behaviors: follow and unfollow, which respectively signify relationship creation and relationship dissolution. Researches on social network evolution mainly focu…

Informativeness

Re-entry Prediction for Online Conversations via Self-Supervised Learning

2021-09-05 · Findings (EMNLP) 2021 11 · Lingzhi Wang, Xingshan Zeng, Huang Hu, Kam-Fai Wong 외

In recent years, world business in online discussions and opinion sharing on social media is booming. Re-entry prediction task is thus proposed to help people keep track of the discussions which they wish to continue. Ne…

Self-Supervised Learning