Nicolas Lazzari
2026
Victim or Assailant? Exploring Narratives through Knowledge Graph Queries
Beatrice Fiumanò | Nicolas Lazzari | Simone Paolo Ponzetto | Valentina Presutti
Proceedings of 10th Workshop on Linked Data in Linguistics (LDL-2026)
Beatrice Fiumanò | Nicolas Lazzari | Simone Paolo Ponzetto | Valentina Presutti
Proceedings of 10th Workshop on Linked Data in Linguistics (LDL-2026)
Our understanding of social reality is shaped by the specific ways in which that reality is framed by different sources. Analyzing framing means examining how these sources are able to convey particular worldviews by foregrounding or downplaying certain aspects of experience. Current computational approaches address this task by automatically identifying communicative patterns (e.g., topic selection or rhetorical strategies) that characterize individual artifacts. However, they often remain document-bound, overlooking the comparative dimension that enables the uncovering of convergent or conflicting narratives about the same actor, event, or issue. In this paper, we propose DORIS, an ontology that supports both document-level and cross-document framing analysis using SPARQL queries on automatically constructed Knowledge Graphs. We validate the proposed approach through a case study of historical news articles, exploring multiple framings of a real-world event using Fillmore’s Frame Semantics and the FrameNet resource. Code and data are available on GitHub at https://github.com/beatrice-f/DORIS/.
2025
KE-MHISTO: Towards a Multilingual Historical Knowledge Extraction Benchmark for Addressing the Long-Tail Problem
Arianna Graciotti | Leonardo Piano | Nicolas Lazzari | Enrico Daga | Rocco Tripodi | Valentina Presutti | Livio Pompianu
Findings of the Association for Computational Linguistics: ACL 2025
Arianna Graciotti | Leonardo Piano | Nicolas Lazzari | Enrico Daga | Rocco Tripodi | Valentina Presutti | Livio Pompianu
Findings of the Association for Computational Linguistics: ACL 2025
Large Language Models (LLMs) face significant challenges when queried about long-tail knowledge, i.e., information that is rarely encountered during their training process. These difficulties arise due to the inherent sparsity of such data. Furthermore, LLMs often lack the ability to verify or ground their responses in authoritative sources, which can lead to plausible yet inaccurate outputs when addressing infrequent subject matter. Our work aims to investigate these phenomena by introducing KE-MHISTO, a multilingual benchmark for Entity Linking and Question Answering in the domain of historical music knowledge, available in both Italian and English. We demonstrate that KE-MHISTO provides significantly broader coverage of long-tail knowledge compared to existing alternatives. Moreover, it poses substantial challenges for state-of-the-art models. Our experiments reveal that smaller, multilingual models can achieve performance comparable to significantly larger counterparts, highlighting the potential of efficient, language-aware approaches for long-tail knowledge extraction. KE-MHISTO is available at: https://github.com/polifonia-project/KE-MHISTO.