paper-with-me

Papers

Wikidata on MARS

2020-08-14 · Peter F. Patel-Schneider, David Martin

Multi-attributed relational structures (MARSs) have been proposed as a formal data model for generalized property graphs, along with multi-attributed rule-based predicate logic (MARPL) as a useful rule-based logic in which to write inference rules over property graphs. Wikidata can be modelled in an extended MARS that adds the (imprecise) datatypes of Wikidata. The rules of inference for the Wikidata ontology can be modelled as a MARPL ontology, with extensions to handle the Wikidata datatypes and functions over these datatypes. Because many Wikidata qualifiers should participate in most inference rules in Wikidata a method of implicitly handling qualifier values on a per-qualifier basis is needed to make this modelling useful. The meaning of Wikidata is then the extended MARS that is the closure of running these rules on the Wikidata data model. Wikidata constraints can be modelled as multi-attributed predicate logic (MAPL) formulae, again extended with datatypes, that are evaluated over this extended MARS. The result models Wikidata in a way that fixes several of its major problems.

📄 PDF Abstract BibTeX arXiv:2008.06599

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Wikidata Constraints on MARS (Extended Technical Report)

2020-08-10 · David L. Martin, Peter F. Patel-Schneider

Wikidata constraints, albeit useful, are represented and processed in an incomplete, ad hoc fashion. Constraint declarations do not fully express their meaning, and thus do not provide a precise, unambiguous basis for co…

Commonsense Knowledge in Wikidata

2020-08-18 · Filip Ilievski, Pedro Szekely, Daniel Schwabe

Wikidata and Wikipedia have been proven useful for reason-ing in natural language applications, like question answering or entitylinking. Yet, no existing work has studied the potential of Wikidata for commonsense reason…

Common Sense ReasoningQuestion Answering

Survey on English Entity Linking on Wikidata

2021-12-03 · Cedric Möller, Jens Lehmann, Ricardo Usbeck

Wikidata is a frequently updated, community-driven, and multilingual knowledge graph. Hence, Wikidata is an attractive basis for Entity Linking, which is evident by the recent increase in published papers. This survey fo…

Entity LinkingKnowledge GraphsSurvey

Creating and Querying Personalized Versions of Wikidata on a Laptop

2021-08-06 · Hans Chalupsky, Pedro Szekely, Filip Ilievski, Daniel Garijo 외

Application developers today have three choices for exploiting the knowledge present in Wikidata: they can download the Wikidata dumps in JSON or RDF format, they can use the Wikidata API to get data about individual ent…

Retrieval

Wembedder: Wikidata entity embedding web service

2017-10-11 · Finn Årup Nielsen

I present a web service for querying an embedding of entities in the Wikidata knowledge graph. The embedding is trained on the Wikidata dump using Gensim's Word2Vec implementation and a simple graph walk. A REST API is i…