SearcharxivSearch

arXiv subjects

Julian Sienkiewicz

Publications and source records attributed to Julian Sienkiewicz.

At least 19 recordsLinked to original sources

Quantifying correlations between information overload and fake news during COVID-19 pandemic: a Reddit study with BERT model approach

Information overload (IOL) is a well-known and devastating phenomenon that alters the performance of carrying out all types of tasks. It has been shown that in the media space, IOL can contribute to news fatigue and news avoidance, which often leads to the proliferation of fake news posts on social networks. However, there is a lack of automatic methods that can be used to track IOL in large datasets. In this study, we investigate whether the Gini index calculated from the distribution of topics obtained via the BERTopic model can be considered a proxy for IOL. We test our assumptions on a set of Reddit communities related to the COVID-19 pandemic and obtain a significant global correlation between the Gini index and the fraction of fake news detected by the FakeBERT classifier. However, at the community level, the correlation analysis results are ambiguous.

cs.SI

Accumulated Local Effects and Graph Neural Networks for link prediction

We investigate how Accumulated Local Effects (ALE), a model-agnostic explanation method, can be adapted to visualize the influence of node feature values in link prediction tasks using Graph Neural Networks (GNNs), specifically Graph Convolutional Networks and Graph Attention Networks. A key challenge addressed in this work is the complex interactions of nodes during message passing within GNN layers, complicating the direct application of ALE. Since a straightforward solution of modifying only one node at once substantially increases computation time, we propose an approximate method that mitigates this challenge. Our findings reveal that although the approximate method offers computational efficiency, the exact method yields more stable explanations, particularly when smaller data subsets are used. However, the explanations produced with the approximate method are not significantly different from the ones obtained with the exact method. Additionally, we analyze how varying parameters affect the accuracy of ALE estimation for both approaches.

cs.SI

PreprintToPaper dataset: connecting bioRxiv preprints with journal publications

The PreprintToPaper dataset connects bioRxiv preprints with their corresponding journal publications, enabling large-scale analysis of the preprint-to-publication process. It comprises metadata for 145,517 preprints from two periods, 2016-2018 (pre-pandemic) and 2020-2022 (pandemic), retrieved via the bioRxiv and Crossref APIs. We selected the two periods to capture preprint-publication dynamics before and during the COVID-19 pandemic while avoiding transitional years. Each record includes bibliographic information such as titles, abstracts, authors, institutions, submission dates, licenses, and subject categories, alongside enriched publication metadata including journal names, publication dates, author lists, and further information. In addition to the main dataset, a version-history subset provides all available versions of preprints within the two selected periods, enabling analysis of how preprints evolve over time. Preprints are categorized into three groups: Published (formally linked to a journal article), Preprint Only (posted on a preprint server), and Gray Zone (potentially published in a journal but unlinked). To enhance reliability, title and author similarity scores were computed, and a human-annotated subset of 299 records was created to evaluate Gray Zone cases. The dataset supports diverse applications, including studies of scholarly communication, open science policies, bibliometric tool development, and natural language processing research on textual changes between preprints and the corresponding journal articles. The dataset is publicly available in CSV format via Zenodo.

cs.DL

Temperature-Noise Interplay in a Coupled Model of Opinion Dynamics

We consider a coupled system mimicking opinion formation under the influence of a group of $q$ neighbors ($q$-lobby) that consists of an Ising part governed by temperature-like parameter $T$ and a voter dynamics parameterized by noise probability $p$ (independence of choice). Using rigorous analytical calculations backed by extensive Monte Carlo simulations, we examine the interplay between these two quantities. Based on the theory of phase transitions, we derive the relation between $T$ and $p$ at the critical line dividing the ordered and disordered phases, which takes a very simple and generic form $T(p-a)=b$ in the high temperature limit. For specific lobby sizes, we show where the temperature and noise are balanced, and we hint that for large $q$, the temperature-like dynamics prevails.

cond-mat.stat-mech

The Dark Patterns of Personalized Persuasion in Large Language Models: Exposing Persuasive Linguistic Features for Big Five Personality Traits in LLMs Responses

This study explores how the Large Language Models (LLMs) adjust linguistic features to create personalized persuasive outputs. While research showed that LLMs personalize outputs, a gap remains in understanding the linguistic features of their persuasive capabilities. We identified 13 linguistic features crucial for influencing personalities across different levels of the Big Five model of personality. We analyzed how prompts with personality trait information influenced the output of 19 LLMs across five model families. The findings show that models use more anxiety-related words for neuroticism, increase achievement-related words for conscientiousness, and employ fewer cognitive processes words for openness to experience. Some model families excel at adapting language for openness to experience, others for conscientiousness, while only one model adapts language for neuroticism. Our findings show how LLMs tailor responses based on personality cues in prompts, indicating their potential to create persuasive content affecting the mind and well-being of the recipients.

cs.CL

Big Tech influence over AI research revisited: memetic analysis of attribution of ideas to affiliation

There exists a growing discourse around the domination of Big Tech on the landscape of artificial intelligence (AI) research, yet our comprehension of this phenomenon remains cursory. This paper aims to broaden and deepen our understanding of Big Tech's reach and power within AI research. It highlights the dominance not merely in terms of sheer publication volume but rather in the propagation of new ideas or memes. Current studies often oversimplify the concept of influence to the share of affiliations in academic papers, typically sourced from limited databases such as arXiv or specific academic conferences. The main goal of this paper is to unravel the specific nuances of such influence, determining which AI ideas are predominantly driven by Big Tech entities. By employing network and memetic analysis on AI-oriented paper abstracts and their citation network, we are able to grasp a deeper insight into this phenomenon. By utilizing two databases: OpenAlex and S2ORC, we are able to perform such analysis on a much bigger scale than previous attempts. Our findings suggest that while Big Tech-affiliated papers are disproportionately more cited in some areas, the most cited papers are those affiliated with both Big Tech and Academia. Focusing on the most contagious memes, their attribution to specific affiliation groups (Big Tech, Academia, mixed affiliation) seems equally distributed between those three groups. This suggests that the notion of Big Tech domination over AI research is oversimplified in the discourse.

physics.soc-ph

q-neighbor Ising model on a polarized network

In this paper, we examine the interplay between the lobby size $q$ in the $q$-neighbor Ising model of opinion formation (Phys. Rev. E 92, 052105) and the level of overlap $v$ of two fully connected graphs. Results suggest that for each lobby size $q \ge 3$, a specific level of overlap $v^*$ exists, which destroys initially polarized clusters of opinions. By performing Monte-Carlo simulations, backed by an analytical approach, we show that the dependence of the $v^*$ on the lobby size $q$ is far from trivial in the absence of temperature, showing consecutive maximum and minimum, that additionally depends on the parity of $q$. The temperature is, in general, a destructive factor; its increase leads to the collapse of polarized clusters for smaller values of $v$ and additionally brings a substantial decrease in the level of polarization. However, we show that this behavior is counter-intuitively inverted for specific lobby sizes and temperature ranges.

cond-mat.stat-mech

HADES: Homologous Automated Document Exploration and Summarization

This paper introduces HADES, a novel tool for automatic comparative documents with similar structures. HADES is designed to streamline the work of professionals dealing with large volumes of documents, such as policy documents, legal acts, and scientific papers. The tool employs a multi-step pipeline that begins with processing PDF documents using topic modeling, summarization, and analysis of the most important words for each topic. The process concludes with an interactive web app with visualizations that facilitate the comparison of the documents. HADES has the potential to significantly improve the productivity of professionals dealing with high volumes of documents, reducing the time and effort required to complete tasks related to comparative document analysis. Our package is publically available on GitHub.

cs.CL

Climate Policy Tracker: Pipeline for automated analysis of public climate policies

The number of standardized policy documents regarding climate policy and their publication frequency is significantly increasing. The documents are long and tedious for manual analysis, especially for policy experts, lawmakers, and citizens who lack access or domain expertise to utilize data analytics tools. Potential consequences of such a situation include reduced citizen governance and involvement in climate policies and an overall surge in analytics costs, rendering less accessibility for the public. In this work, we use a Latent Dirichlet Allocation-based pipeline for the automatic summarization and analysis of 10-years of national energy and climate plans (NECPs) for the period from 2021 to 2030, established by 27 Member States of the European Union. We focus on analyzing policy framing, the language used to describe specific issues, to detect essential nuances in the way governments frame their climate policies and achieve climate goals. The methods leverage topic modeling and clustering for the comparative analysis of policy documents across different countries. It allows for easier integration in potential user-friendly applications for the development of theories and processes of climate policy. This would further lead to better citizen governance and engagement over climate policies and public policy research.

cs.CL

Transitions between polarization and radicalization in a temporal bilayer echo chambers model

Echo chambers and polarisation dynamics are as of late a very prominent topic in scientific communities around the world. As these phenomena directly affect our lives and seemingly more and more as our societies and communication channels evolve it becomes ever so important for us to understand the intricacies of opinion dynamics in the modern era. Here we extend an existing echo chambers model with activity driven agents onto a bi-layer topology and study the dynamics of the polarised state as a function of interlayer couplings. Different cases of such couplings are presented - unidirectional coupling that can be reduced to a mono-layer facing an external bias, symmetric and non-symmetric couplings. We have assumed that initial conditions impose system polarisation and agent opinions are different for both layers. Such a pre-conditioned polarised state can sustain without explicit homophilic interactions provided the coupling strength between agents belonging to different layers is weak enough. For a strong unidirectional or attractive coupling between two layers a discontinuous transition to a radicalised state takes place when mean opinions in both layers are the same. When coupling constants between the layers are of different signs the system exhibits sustained or decaying oscillations. Transitions between these states are analysed using a mean field approximation and classified in the framework of bifurcation theory.

physics.soc-ph

Discovering hidden layers in quantum graphs

Finding hidden layers in complex networks is an important and a non-trivial problem in modern science. We explore the framework of quantum graphs to determine whether concealed parts of a multi-layer system exist and if so then what is their extent, i.e., how many unknown layers there are. Assuming that all information available is the time evolution of a wave propagation on a single layer of a network it is indeed possible to uncover that which is hidden by merely observing the dynamics. We present evidence on both synthetic and real-world networks that the frequency spectrum of the wave dynamics can express distinct features in the form of additional frequency peaks. These peaks exhibit dependence on the number of layers taking part in the propagation and thus allowing for the extraction of said number. We show that in fact, with sufficient observation time, one can fully reconstruct the row-normalised adjacency matrix spectrum. We compare our propositions to a machine learning approach using a modified, for the purposes of multi-layer systems, wave packet signature method.

cond-mat.dis-nn

MAIR: Framework for mining relationships between research articles, strategies, and regulations in the field of explainable artificial intelligence

The growing number of AI applications, also for high-stake decisions, increases the interest in Explainable and Interpretable Machine Learning (XI-ML). This trend can be seen both in the increasing number of regulations and strategies for developing trustworthy AI and the growing number of scientific papers dedicated to this topic. To ensure the sustainable development of AI, it is essential to understand the dynamics of the impact of regulation on research papers as well as the impact of scientific discourse on AI-related policies. This paper introduces a novel framework for joint analysis of AI-related policy documents and eXplainable Artificial Intelligence (XAI) research papers. The collected documents are enriched with metadata and interconnections, using various NLP methods combined with a methodology inspired by Institutional Grammar. Based on the information extracted from collected documents, we showcase a series of analyses that help understand interactions, similarities, and differences between documents at different stages of institutionalization. To the best of our knowledge, this is the first work to use automatic language analysis tools to understand the dynamics between XI-ML methods and regulations. We believe that such a system contributes to better cooperation between XAI researchers and AI policymakers.

cs.IR

Modelling virus spreading in ride-pooling networks

Urban mobility needs alternative sustainable travel modes to keep our pandemic cities in motion. Ride-pooling, where a single vehicle is shared by more than one traveller, is not only appealing for mobility platforms and their travellers, but also for promoting the sustainability of urban mobility systems. Yet, the potential of ride-pooling rides to serve as a safe and effective alternative given the personal and public health risks considerations associated with the COVID-19 pandemic is hitherto unknown. To answer this, we combine epidemiological and behavioural shareability models to examine spreading among ride-pooling travellers, with an application for Amsterdam. Findings are at first sight devastating, with only few initially infected travellers needed to spread the virus to hundreds of ride-pooling users. Without intervention, ride-pooling system may substantially contribute to virus spreading. Notwithstanding, we identify an effective control measure allowing to halt the spreading before the outbreaks (at 50 instead of 800 infections) without sacrificing the efficiency achieved by pooling. Fixed matches among co-travellers disconnect the otherwise dense contact network, encapsulating the virus in small communities and preventing the outbreaks.

physics.soc-ph

A veritable zoology of successive phase transitions in the asymmetric $q$-voter model on multiplex networks

We analyze a nonlinear $q$-voter model with stochastic noise, interpreted in the social context as independence, on a duplex network. The size of the lobby $q$ (i.e., the pressure group) is a crucial parameter that changes the behavior of the system. The $q$-voter model has been applied on multiplex networks in a previous work [Phys. Rev E. 92. 052812. (2015)], and it has been shown that the character of the phase transition depends on the number of levels in the multiplex network as well as the value of $q$. Here we study phase transition character in the case when on each level of the network the lobby size is different, resulting in two parameters $q_1$ and $q_2$. We find evidence of successive phase transitions when a continuous phase transition is followed by a discontinuous one or two consecutive discontinuous phases appear, depending on the parameter. When analyzing this system, we even encounter mixed-order (or hybrid) phase transition. We perform simulations and obtain supporting analytical solutions on a simple multiplex case - a duplex clique, which consists of two fully overlapped complete graphs (cliques).

cond-mat.stat-mech

Determining crucial factors for the popularity of scientific articles

Using a set of over 70.000 records from PLOS One journal consisting of 37 lexical, sentiment and bibliographic variables we perform analysis backed with machine learning methods to predict the class of popularity of scientific papers defined by the number of times they have been viewed. Our study shows correlations among the features and recovers a threshold for the number of views that results in the best prediction results in terms of Matthew's correlation coefficient. Moreover, by creating a variable importance plot for random forest classifier, we are able to reduce the number of features while keeping similar predictability and determine crucial factors responsible for the popularity.

physics.soc-ph

Truncated Lévy Walks and Superdiffusion in Boltzmann-Gibbs Equilibrium of the Hamiltonian Mean-Field Model

The Hamiltonian Mean-Field (HMF) model belongs to a broad class of statistical physics models with non-additive Hamiltonians that reveal many non-trivial properties, such as non-equivalence of statistical ensembles, ergodicity breaking, and negative specific heat. With this paper, we add to this set another intriguing feature, which is that of super-diffusive equilibrium dynamics. Using molecular dynamics techniques, we compare the diffusive properties of the HMF model in the quasi-stationary metastable state (QSS) and in the Boltzmann-Gibbs (BG) regime. In contrast to the current state of knowledge, we show that Lévy walks underlying super-diffusion in QSS do not disappear when the system settles in the thermodynamic equilibrium. We demonstrate that it is extremely difficult to distinguish QSS from the BG regime, by only examining the statistics of Lévy walks in HMF particle trajectories. We construct a simple stochastic model based on the truncated Lévy walks with rests that quantitatively resembles diffusion behavior observed in both stages of the HMF dynamics.

cond-mat.stat-mech

Modelling of temporal fluctuation scaling in online news network with independent cascade model

We show that activity of online news outlets follows a temporal fluctuation scaling law and we recover this feature using an independent cascade model augmented with a varying hype parameter representing a viral potential of an original article. We use the Event Registry platform to track activity of over 10,000 news outlets in 11 different topics in the course of the year 2016. Analyzing over 22,000,000 articles, we found that fluctuation scaling exponents $α$ depend on time window size $Δ$ in a characteristic way for all the considered topics -- news outlets activities are partially synchronized for $Δ>15\mathrm{min}$ with a cross-over for $Δ=1\mathrm{day}$. The proposed model was run on several synthetic network models as well as on a network extracted from the real data. Our approach discards timestamps as not fully reliable observables and focuses on co-occurrences of publishers in cascades of similarly phrased news items. We make use of the Event Registry news clustering feature to find correlations between content published by news outlets in order to uncover common information propagation paths in published articles and to estimate weights of edges in the independent cascade model. While the independent cascade model follows the fluctuation scaling law with a trivial exponent $α=0.5$, we argue that besides the topology of the underlying cooperation network a temporal clustering of articles with similar hypes is necessary to qualitatively reproduce the fluctuation scaling observed in the data.

physics.soc-ph

Tricriticality in the $q$-neighbor Ising model on a partially duplex clique

We analyze a modified kinetic Ising model, so called $q$-neighbor Ising model, with Metropolis dynamics, [Phys. Rev. E 92, 052105], on a duplex clique and a partially duplex clique. In the $q$-neighbor Ising model each spin interacts only with $q$ spins randomly chosen from its whole neighborhood. In the case of a duplex clique the change of a spin is allowed only if both levels simultaneously induce this change. Due to the mean-field like nature of the model we are able to derive the analytic form of transition probabilities and solve the corresponding master equation. The existence of the second level changes dramatically the character of the phase transition. In the case of the monoplex clique, the $q$-neighbor Ising model exhibits continuous phase transition for $q=3$, discontinuous phase transition for $q \ge 4$ and for $q=1$ and $q=2$ the phase transition is not observed. On the other hand, in the case of the duplex clique continuous phase transitions are observed for all values of $q$, even for $q=1$ and $q=2$. Subsequently we introduce a partially duplex clique, parametrized by $r \in [0,1]$, which allows us to tune the network from monoplex ($r=0$) to duplex ($r=1$). Such a generalized topology, in which a fraction $r$ of all nodes appear on both levels, allows to obtain the critical value of $r=r^*(q)$ at which a tricriticality (switch from continuous to discontinuous phase transition) appears.

cond-mat.stat-mech