Triplètoile: Extraction of Knowledge from Microblogging Text
Vanni Zavarella, Sergio Consoli, Diego Reforgiato Recupero, Gianni Fenu, Simone Angioni, Davide Buscaldi, Danilo Dessì, Francesco Osborne
TL;DR
Triplétoile addresses the challenge of constructing open-domain knowledge graphs from noisy microblogging text by combining dependency-pattern extraction, unsupervised relation clustering, and a robust entity refinement pipeline. The approach yields a scalable architecture that processes ~100k tweets to produce a substantial knowledge base (DTSMM_KG) with 22,270 statements, achieving precision > 0.95 and outperforming several baselines by ~5% in precision while generating more triples. A Digital Transformation use case demonstrates practical utility, including extensive DBpedia grounding and a public data release, with potential extension to RAG-enabled downstream tasks. The work highlights both the feasibility and value of real-time, cross-source KG construction from social media, while outlining future directions such as domain ontologies, supervised relation mapping, and integration with large language models.
Abstract
Numerous methods and pipelines have recently emerged for the automatic extraction of knowledge graphs from documents such as scientific publications and patents. However, adapting these methods to incorporate alternative text sources like micro-blogging posts and news has proven challenging as they struggle to model open-domain entities and relations, typically found in these sources. In this paper, we propose an enhanced information extraction pipeline tailored to the extraction of a knowledge graph comprising open-domain entities from micro-blogging posts on social media platforms. Our pipeline leverages dependency parsing and classifies entity relations in an unsupervised manner through hierarchical clustering over word embeddings. We provide a use case on extracting semantic triples from a corpus of 100 thousand tweets about digital transformation and publicly release the generated knowledge graph. On the same dataset, we conduct two experimental evaluations, showing that the system produces triples with precision over 95% and outperforms similar pipelines of around 5% in terms of precision, while generating a comparatively higher number of triples.
