VLDB 2026 Research / reviewers in the wild / expert
Federico Cinus
dblp:267/0092
· DBLP profile ↗
10ranked-venue papers in the field
5as first author
9since 2021 · last 2025
—ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 7 (4 first)Data Mining & Knowledge Discovery · 3 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | Engagement-Driven Content Generation with Large Language Models
Erica Coppolillo, Federico Cinus, Marco Minici, Francesco Bonchi, Giuseppe Manco 0001 |
KDD (2) | 2 |
| 2025 | Exposing Cross-Platform Coordinated Inauthentic Activity in the Run-Up to the 2024 U.S. ElectionabstractCoordinated information operations remain a persistent challenge on social media, despite platform efforts to curb them. While previous research has primarily focused on identifying these operations within individual platforms, this study shows that coordination frequently transcends platform boundaries. Leveraging newly collected data of online conversations related to the 2024 U.S. Election across 𝕏 (formerly, Twitter), Facebook, and Telegram, we construct similarity networks to detect coordinated communities exhibiting suspicious sharing behaviors within and across platforms. Proposing an advanced coordination detection model, we reveal evidence of potential foreign interference, with Russian-affiliated media being systematically promoted across Telegram and 𝕏. Our analysis also uncovers substantial intra- and cross-platform coordinated inauthentic activity, driving the spread of highly partisan, low-credibility, and conspiratorial content. These findings highlight the urgent need for regulatory measures that extend beyond individual platforms to effectively address the growing challenge of cross-platform coordinated influence campaigns. Federico Cinus, Marco Minici, Luca Luceri, Emilio Ferrara |
WWW | 1 |
| 2025 | Optimizing Reachability in Graph-Based Recommender SystemsabstractWhile accuracy has long been prioritized as the primary metric for Recommender Systems (RSs), it is increasingly accepted that the system’s overall quality is not solely determined by this factor. Reachability, the ease with which users can navigate the whole content catalog through recommendations, emerges as a pivotal yet under-explored concept: not only it ensures a smooth experience for users, but it also provides more equitable exposure for the items, avoiding that only a small fraction of popular items get the bulk of the attention. Despite its importance, the few existing studies analyze reachability without attempting a proper optimization. In this article, we study the problem of optimizing the overall reachability of a RS while maintaining high-quality recommendations. We model a user browsing session as a random walk on a recommendation graph, where the links and the transition probabilities are defined based on the relevance score of the recommendation list that the user gets at every step. In this setting, reachability is modeled as the expected length of a path to reach a given item. We introduce two optimization problems, one discrete and one continuous, and characterize their theoretical properties. We then devise two algorithms that outperform non-trivial baseline methods in enhancing reachability while maintaining a high Normalized Discounted Cumulative Gain (nDCG) score. Our experimental results show that, in some settings, our methods are able to improve the reachability metric by 80% while only compromising nDCG by 5%. Moreover, our empirical analysis shows that optimizing for reachability provides positive effects also on other prevalent “beyond-accuracy” metrics. Alex Martinez, Federico Cinus, Francesco Bonchi, Jordi Vitrià |
ACM Trans. Intell. Syst. Technol. | 2 |
| 2024 | Link Polarity Prediction from Sparse and Noisy Labels via Multiscale Social BalanceabstractSigned Graph Neural Networks (SGNNs) have recently gained attention as an effective tool for several learning tasks on signed networks, i.e., graphs where edges have an associated polarity. One of these tasks is to predict the polarity of the links for which this information is missing, starting from the network structure and the other available polarities. However, when the available polarities are few and potentially noisy, such a task becomes challenging. In this work, we devise a semi-supervised learning framework that builds around the novel concept of \emph{multiscale social balance} to improve the prediction of link polarities in settings characterized by limited data quantity and quality. Our model-agnostic approach can seamlessly integrate with any SGNN architecture, dynamically reweighting the importance of each data sample while making strategic use of the structural information from unlabeled edges combined with social balance theory. Empirical validation demonstrates that our approach outperforms established baseline models, effectively addressing the limitations imposed by noisy and sparse data. This result underlines the benefits of incorporating multiscale social balance into SGNNs, opening new avenues for robust and accurate predictions in signed network analysis. Marco Minici, Federico Cinus, Francesco Bonchi, Giuseppe Manco 0001 |
CIKM | 2 |
| 2024 | Navigating Multidimensional Ideologies with Reddit's Political Compass: Economic Conflict and Social AffinityabstractThe prevalent perspective in quantitative research on opinion dynamics flattens the landscape of the online political discourse into a traditional left--right dichotomy. While this approach helps simplify the analysis and modeling effort, it also neglects the intrinsic multidimensional richness of ideologies. In this study, we analyze social interactions on Reddit, under the lens of a multi-dimensional ideological framework: the political compass. We examine over 8 million comments posted on the subreddits /r/PoliticalCompass and /r/PoliticalCompassMemes during 2020--2022. By leveraging their self-declarations, we disentangle the ideological dimensions of users into economic (left--right) and social (libertarian--authoritarian) axes. In addition, we characterize users by their demographic attributes (age, gender, and affluence). Ernesto Colacrai, Federico Cinus, Gianmarco De Francisci Morales, Michele Starnini |
WWW | 2 |
| 2023 | Rebalancing Social Feed to Minimize Polarization and DisagreementabstractSocial media have great potential for enabling public discourse on important societal issues. However, adverse effects, such as polarization and echo chambers, greatly impact the benefits of social media and call for algorithms that mitigate these effects. In this paper, we propose a novel problem formulation aimed at slightly nudging users' social feeds in order to strike a balance between relevance and diversity, thus mitigating the emergence of polarization, without lowering the quality of the feed. Our approach is based on re-weighting the relative importance of the accounts that a user follows, so as to calibrate the frequency with which the content produced by various accounts is shown to the user. Federico Cinus, Aristides Gionis, Francesco Bonchi |
CIKM | 1 |
| 2022 | Cascade-based Echo Chamber DetectionabstractDespite echo chambers in social media have been under considerable scrutiny, general models for their detection and analysis are missing. In this work, we aim to fill this gap by proposing a probabilistic generative model that explains social media footprints---i.e., social network structure and propagations of information---through a set of latent communities, characterized by a degree of echo-chamber behavior and by an opinion polarity. Specifically, echo chambers are modeled as communities that are permeable to pieces of information with similar ideological polarity, and impermeable to information of opposed leaning: this allows discriminating echo chambers from communities that lack a clear ideological alignment. Marco Minici, Federico Cinus, Corrado Monti, Francesco Bonchi, Giuseppe Manco 0001 |
CIKM | 2 |
| 2022 | The Effect of People Recommenders on Echo Chambers and Polarization
Federico Cinus, Marco Minici, Corrado Monti, Francesco Bonchi |
ICWSM | 1 |
| 2021 | WoMG: A Library for Word-of-Mouth Cascades GenerationabstractStudying information propagation in social media is an important task with plenty of applications for business and science. Generating realistic synthetic information cascades can help the research community in developing new methods and applications, testing sociological hypotheses and different what-if scenarios by simply changing few parameters. We demonstrate womg, a synthetic data generator which combines topic modeling and a topic-aware propagation model to create realistic information-rich cascades, whose shape depends on many factors, including the topic of the item and its virality, the homophily of the social network, the interests of its users and their social influence. Federico Cinus, Francesco Bonchi, Corrado Monti, André Panisson |
WSDM | 1 |
| 2020 | Generating Realistic Interest-Driven Information Cascades
Federico Cinus, Francesco Bonchi, Corrado Monti, André Panisson |
ICWSM | 1 |