Floriano Tori

PhD Researcher — Machine Learning & Physics
Floriano Tori

Experience

Teaching Assistant & PhD Student

Data Analytics Laboratory — Vrije Universiteit Brussel — Promotor: Prof. Dr. Vincent Ginis

PhD in interdisciplinary sciences (Physics & Computer Science).
Research on incorporating physical knowledge into neural networks to design complex systems, understand learning dynamics, and discover hidden symmetries.

Teaching duties (Exercises):

  • Mathematics I for BSc Business Economics (21–22)
  • Advanced Mathematics for BSc Business Economics (22–26)

Preparation Course Instructor

Vrije Universiteit Brussel

Taught exercise sessions in physics and chemistry for incoming bachelor students.

Publications

Structurally Human, Semantically Biased: Detecting LLM-Generated References with Embeddings and GNNs
M. Mobini, V. Holst, F. Tori, A. Algaba & V. Ginis
ICLR 2026 · Openreview

Abstract: Large language models are increasingly used to curate bibliographies, raising the question: are their reference lists distinguishable from human ones? We build paired citation graphs, ground truth and GPT-4o-generated (from parametric knowledge), for 10,000 focal papers (≈275k references) from SciSciNet, and added a field-matched random baseline that preserves out-degree and field distributions while breaking latent structure. We compare (i) structure-only node features (degree/closeness/eigenvector centrality, clustering, edge count) with (ii) 3072-D title/abstract embeddings, using an RF on graph-level aggregates and Graph Neural Networks with node features. Structure alone barely separates GPT from ground truth (RF accuracy ≈0.60) despite cleanly rejecting the random baseline (≈ 0.89--0.92). By contrast, embeddings sharply increase separability: RF on aggregated embeddings reaches ≈0.83, and GNNs with embedding node features achieve 93\% test accuracy on GPT vs. ground truth. We show the robustness of our findings by replicating the pipeline with Claude Sonnet 4.5 and with multiple embedding models (OpenAI and SPECTER), with RF separability for ground truth vs. Claude ≈0.77 and clean rejection of the random baseline. Thus, LLM bibliographies, generated purely from parametric knowledge, closely mimic human citation topology, but leave detectable semantic fingerprints; detection and debiasing should target content signals rather than global graph structure.

Keywords: Large Language Models (LLMs) · Citation Networks · Graph Neural Networks (GNNs)

WorkshopExtremONet: Extreme-Learning-based Neural Operator for Identifying Dynamical Systems
J. Beysen & F. Tori
ECAI 2025 — Workshop on ML Meets Differential Equations · PMLR

Abstract: The DeepONet, based on the Universal Approximation Theorem for Operators (UATO), made a significant impact on Deep Learning research due to its ability to learn maps between function spaces instead of between vector spaces like traditional Neural Networks. However, DeepONets are computationally expensive to train. To address this we introduce the ExtremONet: an Extreme-Learning-Machine-based variation of the DeepONet, capable of one-step learning maps between function spaces. We show that ExtremONets approach DeepONets in training error whilst displaying lower generalization error, and training between two to four orders of magnitude faster on small datasets. Our work represents an important step towards efficient dynamical modeling using Machine Learning. We conclude our analysis with an exploration of the ExtremONet’s Out-of-Distribution Generalization capabilities.

Keywords: Neural Operator · Extreme-Learning-Machines · Ordinary Differential Equations · Partial Differential Equations · Out-of-Distribution Generalization

Large Language Models Reflect Human Citation Patterns with a Heightened Citation Bias
A. Algaba, C. Mazijn, V. Holst, F. Tori, S. Wenmackers & V. Ginis
NAACL 2025 · ACL Anthology

Abstract: Citation practices are crucial in shaping the structure of scientific knowledge, yet they are often influenced by contemporary norms and biases. The emergence of Large Language Models (LLMs) introduces a new dynamic to these practices. Interestingly, the characteristics and potential biases of references recommended by LLMs that entirely rely on their parametric knowledge, and not on search or retrieval-augmented generation, remain unexplored. Here, we analyze these characteristics in an experiment using a dataset from AAAI, NeurIPS, ICML, and ICLR, published after GPT-4’s knowledge cut-off date. In our experiment, LLMs are asked with suggesting scholarly references for the anonymized in-text citations within these papers. Our findings reveal a remarkable similarity between human and LLM citation patterns, but with a more pronounced high citation bias, which persists even after controlling for publication year, title length, number of authors, and venue. The results hold for both GPT-4, and the more capable models GPT-4o and Claude 3.5 where the papers are part of the training data. Additionally, we observe a large consistency between the characteristics of LLM’s existing and non-existent generated references, indicating the model’s internalization of citation patterns. By analyzing citation graphs, we show that the references recommended are embedded in the relevant citation context, suggesting an even deeper conceptual internalization of the citation networks. While LLMs can aid in citation generation, they may also amplify existing biases, such as the Matthew effect, and introduce new ones, potentially skewing scientific knowledge dissemination

Keywords: TBD

The Effectiveness of Curvature-Based Rewiring and the Role of Hyperparameters in GNNs Revisited
F. Tori, V. Holst & V. Ginis
ICLR 2025 · Openreview

Abstract: Message passing is the dominant paradigm in Graph Neural Networks (GNNs). The efficiency of message passing, however, can be limited by the topology of the graph. This happens when information is lost during propagation due to being oversquashed when travelling through bottlenecks. To remedy this, recent efforts have focused on graph rewiring techniques, which disconnect the input graph originating from the data and the computational graph, on which message passing is performed. A prominent approach for this is to use discrete graph curvature measures, of which several variants have been proposed, to identify and rewire around bottlenecks, facilitating information propagation. While oversquashing has been demonstrated in synthetic datasets, in this work we reevaluate the performance gains that curvature-based rewiring brings to real-world datasets. We show that in these datasets, edges selected during the rewiring process are not in line with theoretical criteria identifying bottlenecks. This implies they do not necessarily oversquash information during message passing. Subsequently, we demonstrate that SOTA accuracies on these datasets are outliers originating from sweeps of hyperparameters -- both the ones for training and dedicated ones related to the rewiring algorithm -- instead of consistent performance gains. In conclusion, our analysis nuances the effectiveness of curvature-based rewiring in real-world datasets and brings a new perspective on the methods to evaluate GNN accuracy improvements.

Keywords: Geometric deep learning · Graph Neural Networks · Graph Rewiring · Curvature

Performing Sentiment Analysis using NLP Models for Urban Policymaking
F. Tori, S. Tori, I. Keseru & V. Ginis
Data Science for Transportation, 6(5), 2025 · DOI

Abstract: Mobility is a core challenge to transition towards sustainability. Cities are, therefore, rethinking their mobility to reduce negative externalities such as (greenhouse) gas emissions or congestion. When trying to implement sustainable urban mobility plans, there is often resistance from citizens. This can indicate a disconnect between the public and policymakers due to a lack of participation, coupled with the fact that current data-collection methods often used (such as travel surveys) are limited in scope. Advances in big data analysis and user-generated content provide opportunities to gain deeper insights into citizens' perceptions of mobility policy changes. This paper explores how sentiment analysis through deep learning can be used in transport planning.

Keywords: Sentiment analysis · User-generated content · Urban mobility · Large language models · Transport planning

WorkshopHow Deeply Do LLMs Internalize Human Citation Practices? A Graph-Structural and Embedding-Based Evaluation
M. Mobini, V. Holst, F. Tori, A. Algaba & V. Ginis
ICLR 2025 — Workshop on Human-AI Coevolution · Openreview

Abstract: The spread of scientific knowledge depends on how researchers discover and cite previous work. The adoption of large language models (LLMs) in the scientific research process introduces a new layer to these citation practices. However, it remains unclear to what extent LLMs align with human citation practices, how they perform across domains, and may influence citation dynamics. Here, we show that LLMs systematically reinforce the Matthew effect in citations by consistently favoring highly cited papers when generating references. This pattern persists across scientific domains despite significant field-specific variations in existence rates, which refer to the proportion of generated references that match existing records in external bibliometric databases. Analyzing 274,951 references generated by GPT-4o for 10,000 papers, we find that LLM recommendations diverge from traditional citation patterns by preferring more recent references with shorter titles and fewer authors. Emphasizing their content-level relevance, the generated references are semantically aligned with the content of each paper at levels comparable to the ground truth references and display similar network effects while reducing author self-citations. These findings illustrate how LLMs may reshape citation practices and influence the trajectory of scientific discovery by reflecting and amplifying established trends. As LLMs become more integrated into the scientific research process, it is important to understand their role in shaping how scientific communities discover and build upon prior work.

Keywords: TBD

ChapterAssessing Mobility Policy with AI-Driven Analysis of User-Generated Content
F. Tori, C. Van Vessem, J. Arenas & V. Ginis
Strengthening European Mobility Policy, Palgrave Macmillan, 2024 · DOI

Abstract: We recommend assessing mobility policies with AI-driven analysis of user-generated content. To achieve this policy recommendation, we propose to take into account the following: (1) Using large language models to analyse user-generated content is a reliable methodology for gathering and analysing typically overlooked relevant information regarding citizens' perceptions in the implementation of sustainable mobility policies; (2) The substantial processing capacity of these models, coupled with their ability to gather a great amount of information, enables decision-makers to supplement and enhance the often-limited traditional data collection methods. As exposed in the following case study, this methodology can provide historical perceptual information on transport modes, mobility policies, and infrastructure, among others; and (3) The ease of applying this methodology through AI open-source recent developments such as ChatGPT allows decision-makers and their teams to rapidly generate and assess a great amount of relevant data. This can facilitate policymakers' effectiveness and efficiency in the decision-making processes in urban mobility planning. However, policymakers should be aware of the characteristics of their selected population and use this as a complementary and evaluative method.

Keywords: Large Lanuage Models · Twitter · Mobility Planning · Policy Interventions

Phase Space Approach to Solving Higher Order Differential Equations with Artificial Neural Networks
F. Tori & V. Ginis
Physical Review Research, 4(4), 2022 · DOI

Abstract: The ability to solve differential equations represents a key step in the modeling and understanding of complex systems. There exist several analytical and numerical methods for solving differential equations, each with their own advantages and limitations. Physics-informed neural networks (PINNs) offer an alternative perspective. Although PINNs deliver promising results, many stones remain unturned about this method. In this paper, we introduce a method that improves the efficiency of PINNs in solving differential equations. Our method is related to the formulation of the problem: Instead of training a network to solve an 𝑛⁢th order differential equation, we propose transforming the problem into the equivalent system of 𝑛first-order equations in phase space. The target of the network is to solve all equations of the system simultaneously, effectively introducing a multitask optimization problem. We compare both approaches empirically on various problems, ranging from second-order differential equations with constant coefficients to higher-order and nonlinear problems. We also show that our approach is suited for solving partial differential equations. Our results show that the system approach performs equal or better in most experiments performed. We analyze the learning process for the few runs that did not perform well and show that the problem stems from conflicting gradients during training, effectively obstructing multitask learning. The result of this paper is a straightforward heuristic that can be incorporated into any subsequent research that builds on PINNs solving differential equations. Moreover, it also shows how to make PINNs even more efficient by implementing techniques from multitask learning literature.

Keywords: Physics of Computations · Artificial Neural Networks · Differential Equations

Education

MSc Physics — Summa cum Laude (91%)

Vrije Universiteit Brussel

Thesis: "Dualities and Geometries of String- and M-theory"
Erasmus exchange at EPFL, Lausanne (Feb–Aug 2020)

BSc Physics — Magna cum Laude (82%)

Vrije Universiteit Brussel

Thesis: "Entanglement Entropy Evolution in a Quantum Ising Spin Chain with Longitudinal and Transversal Magnetic Field"

Awards

2021

Robert Brout Prize

Awarded by the International Solvay Institutes for Physics and Chemistry to the best graduating MSc Physics student at VUB.

2019

International Conference of Undergraduate Research (ICUR)

Selected for best BSc thesis in physics; presented at the Monash-Warwick University Alliance global conference.

2019

VUB Student Engagement Award

Recognised for extensive involvement in student organisations across the university.

Skills

Languages
French, Dutch, Italian (native) · English (fluent) · German (basic)
ML & DL
PyTorch TensorFlow HuggingFace scikit-learn W&B Pandas
Programming
Python Bash MATLAB Mathematica
Tools
Git SLURM / HPC LaTeX