paper-with-me

홈 › Papers

Wikidata as a seed for Web Extraction

2024-01-15 · Kunpeng Guo, Dennis Diefenbach, Antoine Gourru, Christophe Gravier

Wikidata has grown to a knowledge graph with an impressive size. To date, it contains more than 17 billion triples collecting information about people, places, films, stars, publications, proteins, and many more. On the other side, most of the information on the Web is not published in highly structured data repositories like Wikidata, but rather as unstructured and semi-structured content, more concretely in HTML pages containing text and tables. Finding, monitoring, and organizing this data in a knowledge graph is requiring considerable work from human editors. The volume and complexity of the data make this task difficult and time-consuming. In this work, we present a framework that is able to identify and extract new facts that are published under multiple Web domains so that they can be proposed for validation by Wikidata editors. The framework is relying on question-answering technologies. We take inspiration from ideas that are used to extract facts from textual collections and adapt them to extract facts from Web pages. For achieving this, we demonstrate that language models can be adapted to extract facts not only from textual collections but also from Web pages. By exploiting the information already contained in Wikidata the proposed framework can be trained without the need for any additional learning signals and can extract new facts for a wide range of properties and domains. Following this path, Wikidata can be used as a seed to extract facts on the Web. Our experiments show that we can achieve a mean performance of 84.07 at F1-score. Moreover, our estimations show that we can potentially extract millions of facts that can be proposed for human validation. The goal is to help editors in their daily tasks and contribute to the completion of the Wikidata knowledge graph.

📄 PDF Abstract BibTeX arXiv:2401.07812

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Relevant Entity Selection: Knowledge Graph Bootstrapping via Zero-Shot Analogical Pruning

2023-06-28 · Lucas Jarnac, Miguel Couceiro, Pierre Monnin

Knowledge Graph Construction (KGC) can be seen as an iterative process starting from a high quality nucleus that is refined by knowledge extraction approaches in a virtuous loop. Such a nucleus can be obtained from knowl…

graph constructionTransfer Learning

Enriching Knowledge Bases with Counting Quantifiers

2018-07-10 · Paramita Mirza, Simon Razniewski, Fariz Darari, Gerhard Weikum

Information extraction traditionally focuses on extracting relations between identifiable entities, such as <Monterey, locatedIn, California>. Yet, texts often also contain Counting information, stating that a subject is…

Knowledge Extraction From Texts Based on Wikidata

2022-07-01 · NAACL (ACL) 2022 7 · Anastasia Shimorina, Johannes Heinecke, Frédéric Herledan

This paper presents an effort within our company of developing knowledge extraction pipeline for English, which can be further used for constructing an entreprise-specific knowledge base. We present a system consisting o…

coreference-resolutionCoreference ResolutionRelationRelation Extraction

Scholarly Wikidata: Population and Exploration of Conference Data in Wikidata using LLMs

2024-11-13 · Nandana Mihindukulasooriya, Sanju Tiwari, Daniil Dobriy, Finn Årup Nielsen 외

Several initiatives have been undertaken to conceptually model the domain of scholarly data using ontologies and to create respective Knowledge Graphs. Yet, the full potential seems unleashed, as automated means for auto…

Knowledge Graphs

RECON: Relation Extraction using Knowledge Graph Context in a Graph Neural Network

2020-09-18 · Anson Bastos, Abhishek Nadgeri, Kuldeep Singh, Isaiah Onando Mulang' 외

In this paper, we present a novel method named RECON, that automatically identifies relations in a sentence (sentential relation extraction) and aligns to a knowledge graph (KG). RECON uses a graph neural network to lear…

Graph Neural NetworkRelationRelation ExtractionRelationship Extraction (Distant Supervised)+1