EDBT 2026 Demo / reviewers in the wild / expert
Jinghua Piao
dblp:252/6101
· DBLP profile ↗
8ranked-venue papers in the field
2as first author
8since 2021 · last 2025
0000-0003-2256-4256ORCID · corroborated
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 6 (2 first)Data Mining & Knowledge Discovery · 2
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | Can't Stop Scrolling: Understanding the Online Behavioral Factors and Trends of Short-Video AddictionabstractThe pervasive use of short-video applications has raised concerns about their potential negative effects on users, particularly addiction. Existing research often relies on psychological questionnaires, which lack real-world behavioral data, limiting scalability and analytical depth. To address this, we assess the addiction status of short-video platform users using a standardized psychometric questionnaire, combined with platform behavioral data and interview responses to uncover features associated with addiction. Using feature-based modeling, we scale to a dataset of 10,111 addiction-labeled users and identify key indicators of addiction, including prolonged daily watch time, especially at night, and excessive video consumption, while also revealing that higher watch frequency is not fully correlated with addiction. Additionally, we find that addicted users tend to consume a narrower range of content, suggesting a filter bubble effect. Our large-scale analysis provides valuable insights for platform designers, policymakers, and mental health professionals seeking to promote healthier engagement and mitigate the risks of short-video addiction. Jing Yi Wang, Nicholas Sukiennik, Jinghua Piao, Zhiqiang Pan, Chen Gao 0001, Yong Li 0008 |
ICWSM | 3 |
| 2025 | Bi-Dynamic Graph ODE for Opinion EvolutionabstractModeling opinion dynamics in social networks has been the focus of multiple disciplines in recent decades. Previous studies have often modeled the opinion dynamics as a discrete and homogeneous process, neglecting its continuous and complex nature. To fill this gap, we propose a Bi-Dynamics Graph Ordinary Differential Equation (BDG-ODE) framework, which models complex opinion dynamics as the result of two dynamical processes: the evolution of positive and negative opinions. The proposed model incorporates a dual opinion encoder that processes positive and negative opinions independently. Furthermore, the temporal opinion evolution is modeled through bidirectional graph ordinary differential equations, which allows the model to capture the changes in opinion in continuous time. We introduce an opinion synthesis decoder that effectively maps the evolved representations from the latent space back to the opinion space. Extensive experiments conducted on six datasets with varying characteristics highlight the superiority of BDG-ODE in forecasting opinion evolution within social networks. It achieved an average accuracy improvement of 23.16%, an average enhancement of 29.46% in the F1 score, and an average mean square error of difference improvement of 90. 30%, and an average correlation coefficient improvement of 45.93%, significantly outperforming eight state-of-the-art models. The code for reproduction is available: https://github.com/tsinghua-fib-lab/Bi-Dynamic-Graph-ODE-for-Opinion-Evolution. Bowen Duan 0003, Henggang Deng, Jinghua Piao, Huandong Wang, Yue Wang 0007 |
KDD (1) | 3 |
| 2025 | Social Bots Meet Large Language Model: Political Bias and Social Learning Inspired Mitigation StrategiesabstractRecent advances in the large language models (LLM) have empowered traditional bots to gain human-level intelligence and exhibit human-like social behaviors, giving rise to a new form of LLM-driven social agents. However, the inherent limitations in LLMs could potentially result in politically biased behaviors of these agents, posing unexpected risks to human society. While great efforts have been made to examine political bias and related concerns in traditional bots and LLMs, little is known about the existence, unique characteristics, underlying origins, and potential mitigation strategies of this bias in LLM-driven social agents. To address this gap, we systematically assess political bias in LLM-driven social agents, by examining how it emerges as these agents self-reflect, communicate, and understand others during social interactions. Through designing and implementing social experiments, we discover that this bias consistently manifests in the social behaviors of agents driven by diverse LLMs, across nine key political topics. Inspired by the social learning theory, we propose to mitigate political bias by guiding these agents to emulate how humans learn to behave. By incorporating self-regulated and role-model learning processes, we reduce their political bias by 4.89% to 51.26% across diverse LLMs and topics, demonstrating the effectiveness and generalizability of the proposed strategy. This study not only advances the understanding of political bias in emerging LLM-driven agents, but also offers insights into harnessing social bots for social good. Jinghua Piao, Chen Gao 0001, Yong Li 0008 |
WWW | 1 |
| 2025 | MSA-Net: A Multi-Scale Information Diffusion Model Awaring User Activity LevelabstractModeling information diffusion on social networks can be used to guide the prediction and control of information propagation and improve the structure and functionality of social networks. Existing information diffusion prediction methods can predict information diffusion paths and its volume by modeling social network structure and user behavior. However, none of the existing methods take user activity level, which is proved to be critical in modeling the information diffusion process, into account, thus weaken the prediction accuracy. To solve this problem, this article proposes a Multi-Scale Activity Network (MSA-Net) to capture topological and historical affect features for different scales and to predict the users who will be affected at a specific future timestamp with the help of user activity level. Specifically, we first learn the network representation of three scales or levels: micro-scale, meso-scale, and macro-scale, which refers to the user level, intra-community level, and inter-community level, respectively. Then, we introduce the user activity level for each user by using user degree and average number of tweets per time unit to model the individual differences of users to achieve a more accurate prediction. Extensive experiments based on real-world datasets show that MSA-Net achieves a 6.14% improvement in terms of precision, a 6.74% improvement in terms of recall metrics, a 4.26% improvement in terms of F1-score, a 3.15% improvement in terms of MAP, and a 25.78% improvement in terms of NRMSE over the best existing baseline. The code and data are available at https://github.com/tsinghua-fib-lab/MSA-Net. Yinzhou Tang, Jinghua Piao, Huandong Wang, Yue Wang 0007, Yong Li 0008 |
ACM Trans. Web | 2 |
| 2024 | Predicting Long-term Dynamics of Complex Networks via Identifying Skeleton in Hyperbolic SpaceabstractLearning complex network dynamics is fundamental for understanding, modeling, and controlling real-world complex systems. Though great efforts have been made to predict the future states of nodes on networks, the capability of capturing long-term dynamics remains largely limited. This is because they overlook the fact that long-term dynamics in complex network are predominantly governed by their inherent low-dimensional manifolds, i.e., skeletons. Therefore, we propose the Dynamics-Invariant Skeleton Neural Net}work (DiskNet), which identifies skeletons of complex networks based on the renormalization group structure in hyperbolic space to preserve both topological and dynamics properties. Specifically, we first condense complex networks with various dynamics into simple skeletons through physics-informed hyperbolic embeddings. Further, we design graph neural ordinary differential equations to capture the condensed dynamics on the skeletons. Finally, we recover the skeleton networks and dynamics to the original ones using a degree-based super-resolution module. Extensive experiments across three representative dynamics as well as five real-world and two synthetic networks demonstrate the superior performances of the proposed DiskNet, which outperforms the state-of-the-art baselines by an average of 10.18\% in terms of long-term prediction accuracy. Code for reproduction is available at: https://github.com/tsinghua-fib-lab/DiskNet. Ruikun Li 0002, Huandong Wang, Jinghua Piao, Qingmin Liao, Yong Li 0008 |
KDD | 3 |
| 2023 | A Survey of Graph Neural Networks for Recommender Systems: Challenges, Methods, and DirectionsabstractRecommender system is one of the most important information services on today’s Internet. Recently, graph neural networks have become the new state-of-the-art approach to recommender systems. In this survey, we conduct a comprehensive review of the literature on graph neural network-based recommender systems. We first introduce the background and the history of the development of both recommender systems and graph neural networks. For recommender systems, in general, there are four aspects for categorizing existing works: stage, scenario, objective, and application. For graph neural networks, the existing methods consist of two categories: spectral models and spatial ones. We then discuss the motivation of applying graph neural networks into recommender systems, mainly consisting of the high-order connectivity, the structural property of data and the enhanced supervision signal. We then systematically analyze the challenges in graph construction, embedding propagation/aggregation, model optimization, and computation efficiency. Afterward and primarily, we provide a comprehensive overview of a multitude of existing works of graph neural network-based recommender systems, following the taxonomy above. Finally, we raise discussions on the open problems and promising future directions in this area. We summarize the representative papers along with their code repositories in https://github.com/tsinghua-fib-lab/GNN-Recommender-Systems . Chen Gao 0001, Yu Zheng 0010, Nian Li 0001, Yinfeng Li, Yingrong Qin, Jinghua Piao, Yuhan Quan, Jianxin Chang, Depeng Jin, Xiangnan He 0001, Yong Li 0008 |
Trans. Recomm. Syst. | 6 |
| 2022 | An Exploratory Study of Information Cocoon on Short-form Video PlatformabstractIn recent years, short-form video platforms have emerged rapidly and attracted a large and wide variety of users, with the help of advanced recommendation algorithms. Despite the great success, the algorithms have caused some negative effects, such as information cocoon, algorithm unfairness,etc. In this work, we focus on theinformation cocoon that measures overwhelmingly homogeneity of users' video consumption. Specifically, we conduct an exploratory study of this phenomenon on a top short-form video platform, with one-year behavioral records of new users. First, we evaluate the evolution of users' information cocoons and find the limitation of the diversity of video content that users consume. In addition, we further explore user cocoons via the correlation analysis from three aspects, including user demographics, video content, and user-recommender interactions driven by algorithms and user preferences. Correspondingly, we observe that video content plays a more significant role in affecting user cocoons than demographics does. In terms of user-recommender interactions, more accurate personalization does not contribute to more severe information cocoons necessarily, while users with narrow preferences are more likely to be trapped. In summary, our study illuminates the current concern of information cocoons that may hurt user experience on short-form video platforms, and offers potential directions for mitigation implied by the correlation analysis. Nian Li 0001, Chen Gao 0001, Jinghua Piao, Aizhen Yue, Qingmin Liao, Yong Li 0008 |
CIKM | 3 |
| 2021 | Predicting Customer Value with Social Relationships via Motif-based Graph Attention NetworksabstractCustomer value is essential for successful customer relationship management. Although growing evidence suggests that customers’ purchase decisions can be influenced by social relationships, social influence is largely overlooked in previous research. In this work, we fill this gap with a novel framework — Motif-based Multi-view Graph Attention Networks with Gated Fusion (MAG), which jointly considers customer demographics, past behaviors, and social network structures. Specifically, (1) to make the best use of higher-order information in complex social networks, we design a motif-based multi-view graph attention module, which explicitly captures different higher-order structures, along with the attention mechanism auto-assigning high weights to informative ones. (2) To model the complex effects of customer attributes and social influence, we propose a gated fusion module with two gates: one depicts the susceptibility to social influence and the other depicts the dependency of the two factors. Extensive experiments on two large-scale datasets show superior performance of our model over the state-of-the-art baselines. Further, we discover that the increase of motifs does not guarantee better performances and identify how motifs play different roles. These findings shed light on how to understand socio-economic relationships among customers and find high-value customers. Jinghua Piao, Guozhen Zhang 0001, Fengli Xu, Zhilong Chen, Yong Li 0008 |
WWW | 1 |