My current publications focus on social recommendation, causal graph refinement, dynamic information diffusion, and LLM-enhanced friend recommendation. Each entry below includes the formal publication record, the paper's model figure when publicly available, and a short explanation of the research contribution.
Journal Article / ACM TOIS 2025
Independent or Social Driven Decision? A Counterfactual Refinement Strategy for Graph-Based Social Recommendation
Dongyang Li, Jianshan Sun, Chongming Gao, Fuli Feng, Kun Yuan
ACM Transactions on Information Systems, 43(3), Article 76, pp. 1-27, 2025.
Fig. 1. An illustrative example of identifying the social influence on purchase behaviors.
What the paper does
This paper starts from a practical weakness in graph-based social recommendation: a social edge is not automatically useful evidence for preference prediction. Some users make decisions independently, some are strongly shaped by friends, and many observed social ties are redundant or noisy. The paper reframes this problem through counterfactual reasoning. Instead of asking only whether two users are connected, it asks whether a friend's purchase behavior causally changes the target user's likely choice. That counterfactual question makes it possible to distinguish genuine social influence from superficial homophily or incidental network proximity.
The proposed refinement strategy uses causal inference to generate counterfactual purchase behavior and then refines the social graph at multiple granularities. In effect, the model tries to keep social relations that carry useful behavioral influence and weaken the links that merely add noise. This refined graph can then be plugged into different social recommendation backbones, improving prediction without requiring a completely new recommender architecture. The contribution is both methodological and conceptual: it treats social recommendation as a mechanism-discovery problem, not just a graph aggregation problem.
Journal Article / World Wide Web 2025
Combining Macro and Micro: Feature-Driven Dynamic Graph Learning for Social Media Popularity Prediction
Yashen Wang, Dongyang Li, Jianshan Sun, Yuan Kun, Yinan Jiang, Yin Zhang, Jie Cao
This paper addresses popularity prediction in social media, where the goal is to estimate how large an information cascade will become after observing its early diffusion process. Earlier approaches often emphasize either generative temporal processes, such as Hawkes-style diffusion models, or static graph representations of a cascade. The limitation is that real diffusion is dynamic at two levels at once: individual nodes change their local spreading roles over time, while the whole cascade also develops macroscopic shape, speed, and structural signals.
FedDGL is designed around that macro-micro distinction. It first divides the observation window into time slots and extracts microscopic node-level features together with macroscopic cascade-level features. A feature-driven dynamic graph learning strategy then builds node and cascade representations that preserve fine-grained diffusion dynamics. The model further uses temporal learning to capture how the cascade evolves and a popularity-supervised auto-encoder to retrieve similar historical cascades as references. The final prediction fuses these two views. The result is a popularity prediction framework that is more sensitive to diffusion mechanisms than a static graph model and more generalizable than treating each cascade as an isolated case.
Conference Paper / HICSS 2025
Disentangling the Factors Driving Friendship Formation: An LLM-Enhanced Graph Convolutional Approach for Friend Recommendation
This paper studies friend recommendation from a deeper social-behavioral angle. Many friend recommendation systems rely on homophily: users who share visible characteristics, behaviors, or network neighborhoods are more likely to connect. The paper argues that this is incomplete because friendship formation also depends on less visible personality mechanisms. Two users may look similar on the surface but form, maintain, or avoid friendship for different reasons tied to openness, conscientiousness, extraversion, agreeableness, and emotional stability.
The proposed DFFR model uses large language models to infer Big Five personality traits from user text, then partitions the social graph into multiple personality-driven subgraphs. Each subgraph represents a different behavioral channel through which friendship may form. Graph convolution and link prediction are performed within these disentangled views, and a shared attention layer learns how much each personality trait contributes to a predicted friendship. The model also keeps an implicit representation to capture non-personality factors, since not all social ties can be explained by text-derived traits. The contribution is an interpretable friend recommendation framework: it does not only predict that two users may become friends, but also provides a structured way to reason about which personality-related mechanisms may be driving the connection.