EDBT 2026 Demo / reviewers in the wild / expert
Francesco Luigi De Faveri
dblp:349/2326
· DBLP profile ↗
7ranked-venue papers in the field
7as first author
7since 2021 · last 2026
0009-0005-8968-9485ORCID · verified
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 7 (7 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Privacy Preserving Information Retrieval: Defining Privacy Research Pillars for a Future Research Agenda
Francesco Luigi De Faveri, Guglielmo Faggioli, Asia J. Biega, Nicola Ferro 0001 |
SIGIR | 1 |
| 2025 | DP-COMET: A Differential Privacy Contextual Obfuscation MEchanism for Texts in Natural Language ProcessingabstractProtecting sensitive information within textual data strongly depends on the context in which the data is presented. However, current privacy-preserving obfuscation mechanisms based on epsilon-Differential Privacy (DP) produce an obfuscated private text, changing the original phrase term-by-term without considering the context in which such a term is placed. This paper introduces DP-COMET, an epsilon-DP obfuscation mechanism that evaluates a text's context before producing its private version. The mechanism defines a representation of the original text that considers the entire context within the text, producing an obfuscated version after adding noise to this representation and depending on the privacy parameter epsilon. We test DP-COMET on different Natural Language Processing (NLP) and Information Retrieval (IR) downstream tasks, and our findings show that our obfuscation mechanism not only achieves comparable performance results to traditional term-by-term mechanisms but also produces obfuscated texts less similar to the originals. To promote the reproducibility of DP-COMET, we make the code publicly available at https://github.com/Kekkodf/DP-COMET. Francesco Luigi De Faveri, Guglielmo Faggioli, Nicola Ferro 0001 |
CIKM | 1 |
| 2025 | Towards Query Obfuscation Strategies for Information Retrieval
Francesco Luigi De Faveri |
ECIR (5) | 1 |
| 2025 | Measuring Actual Privacy of Obfuscated Queries in Information Retrieval
Francesco Luigi De Faveri, Guglielmo Faggioli, Nicola Ferro 0001 |
ECIR (1) | 1 |
| 2025 | A Comparative Study of Large Language Models and Traditional Privacy Measures to Evaluate Query Obfuscation ApproachesabstractWhen interacting with an Information Retrieval (IR) system, users might disclose personal information, such as medical details, through their queries. Thus, assessing the level of privacy granted to users when querying an IR system is essential to determine the confidentiality of submitted sensitive data. Query obfuscation protocols have traditionally been employed to obscure a user's real information need when retrieving documents. In these protocols, the query is modified employing ε-Differential Privacy (DP) obfuscation mechanisms, which alter query terms according to a predefined privacy budget ε. While this budget ensures formal mathematical guarantees, it provides only limited guarantees of the privacy experienced by the user and calls for empirical privacy evaluation to be carried out. Such privacy assessments employ lexical and semantic similarity measures between the original and obfuscated queries. In this study, we explore the role of Large Language Models (LLMs) in privacy evaluation, simulating a scenario where users employ such models to determine whether their input has been effectively privatized. Our primary research objective is to determine whether LLMs provide a novel perspective on privacy estimation and if their assessments serve as a proxy for traditional similarity metrics, such as the Jaccard and cosine similarity derived from Transformer-based sentence embeddings. Our findings reveal a positive correlation between LLMs-generated privacy scores and cosine similarity computed using different Transformer architectures. This suggests that LLM assessments act as a proxy for similarity-based measures. Francesco Luigi De Faveri, Guglielmo Faggioli, Nicola Ferro 0001 |
SIGIR | 1 |
| 2025 | Evaluating Multi-Dimensional Cumulated Utility in Information RetrievalabstractTraditional Information Retrieval (IR) effectiveness metrics assume that a relevant document satisfies the information need as a whole. Nevertheless, if the information need is faceted or contains subtopics, this notion of relevance cannot model documents relevant only to one or a few subtopics. Furthermore, faceted documents in a ranked list may focus on the same subtopics, and their content may overlap while neglecting other subtopics. Hence, a search result, where topranked documents deal with different subtopics should be preferred over a result where documents are thematically limited and provide overlapping information. The Multi-Dimensional Cumulated Utility (MDCU) metric, recently formulated theoretically by Järvelin and Sormunen, extends the evaluation of novelty and diversity by considering content overlapping among documents. While Järvelin and Sormunen described the theory of MDCU and illustrated its application on a toy example, they did not investigate its empirical use. In this paper, we show the practical feasibility and validity of the MDCU by applying it to publicly available TREC test collections. Furthermore, we analyse its relation with the well-established α-nDCG, and finally, we provide a Python implementation of the MDCU, fostering its adoption as an evaluation framework. Our results indicate a positive correlation between α-nDCG and MDCU, suggesting that both measures correctly identify similar trends when evaluating the IR systems. Finally, compared to α-nDCG, MDCU exhibits a stronger statistical power and identifies up to 9 times more statistically significantly different pairs of systems. Francesco Luigi De Faveri, Guglielmo Faggioli, Nicola Ferro 0001, Kalervo Järvelin |
SIGIR | 1 |
| 2024 | pyPANTERA: A Python PAckage for Natural language obfuscaTion Enforcing pRivacy & AnonymizationabstractPrivacy is critical when dealing with user-generated text, as common in Natural Language Processing (NLP) and Information Retrieval (IR) tasks. Documents, queries, posts, and reviews might pose a risk of inadvertently disclosing sensitive information. Such exposure of private data is a significant threat to user privacy, as it may reveal information that users prefer to keep confidential. The leading framework to protect user privacy when handling textual information is represented by the ε-Differential Privacy (DP). However, the research community lacks a unified framework for comparing different DP mechanisms. This study introduces pyPANTERA, an open-source Python package developed for text obfuscation. The package is designed to incorporate State-of-the-Art DP mechanisms within a unified framework for obfuscating data. pyPANTERA is not only designed as a modular and extensible library for enriching DP techniques, thereby enabling the integration of new DP mechanisms in future research, but also to allow reproducible comparison of the current State-of-the-Art mechanisms. Through extensive evaluation, we demonstrate the effectiveness of pyPANTERA, making it an essential resource for privacy researchers and practitioners. The source code of the library and for the experiments is available at: https://github.com/Kekkodf/pypantera **REMOVE 2nd URL**://github.com/Kekkodf/pypantera. Francesco Luigi De Faveri, Guglielmo Faggioli, Nicola Ferro 0001 |
CIKM | 1 |