paper-with-me

홈 › Papers

Triplètoile: Extraction of Knowledge from Microblogging Text

2024-08-27 · Vanni Zavarella, Sergio Consoli, Diego Reforgiato Recupero, Gianni Fenu, Simone Angioni, Davide Buscaldi, Danilo Dessì, Francesco Osborne

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.

📄 PDF Abstract BibTeX arXiv:2408.14908

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingKnowledge GraphsWord Embeddings

Similar Papers 제목 키워드 기반

Time Aware Knowledge Extraction for Microblog Summarization on Twitter

2015-01-27 · De Maio Carmen, Fenza Giuseppe, Loia Vincenzo, Parente Mimmo

Microblogging services like Twitter and Facebook collect millions of user generated content every moment about trending news, occurring events, and so on. Nevertheless, it is really a nightmare to find information of int…

Parser Extraction of Triples in Unstructured Text

2018-11-06 · Shaun D'Souza

The web contains vast repositories of unstructured text. We investigate the opportunity for building a knowledge graph from these text sources. We generate a set of triples which can be used in knowledge gathering and in…

ObjectPOSQuestion Answering

Bridging Text and Knowledge with Multi-Prototype Embedding for Few-Shot Relational Triple Extraction

2020-10-30 · COLING 2020 8 · Haiyang Yu, Ningyu Zhang, Shumin Deng, Hongbin Ye 외

Current supervised relational triple extraction approaches require huge amounts of labeled data and thus suffer from poor performance in few-shot settings. However, people can grasp new knowledge by learning a few instan…

Data Overdose? Time for a Quadruple Shot: Knowledge Graph Construction using Enhanced Triple Extraction

2025-08-05 · Taine J. Elliott, Stephen P. Levitt, Ken Nixon, Martin Bekker arxiv

The rapid expansion of publicly-available medical data presents a challenge for clinicians and researchers alike, increasing the gap between the volume of scientific literature and its applications. The steady growth of …

Information Extraction

A Review of Knowledge Graph Completion

2022-08-24 · Mohamad Zamini, Hassan Reza, Minou Rabiei

Information extraction methods proved to be effective at triple extraction from structured or unstructured data. The organization of such triples in the form of (head entity, relation, tail entity) is called the construc…

Graph Neural NetworkKnowledge Graph CompletionKnowledge GraphsRepresentation Learning