paper-with-me

Papers

Knowledge Graphs Querying

2023-05-23 · Arijit Khan

Knowledge graphs (KGs) such as DBpedia, Freebase, YAGO, Wikidata, and NELL were constructed to store large-scale, real-world facts as (subject, predicate, object) triples -- that can also be modeled as a graph, where a node (a subject or an object) represents an entity with attributes, and a directed edge (a predicate) is a relationship between two entities. Querying KGs is critical in web search, question answering (QA), semantic search, personal assistants, fact checking, and recommendation. While significant progress has been made on KG construction and curation, thanks to deep learning recently we have seen a surge of research on KG querying and QA. The objectives of our survey are two-fold. First, research on KG querying has been conducted by several communities, such as databases, data mining, semantic web, machine learning, information retrieval, and natural language processing (NLP), with different focus and terminologies; and also in diverse topics ranging from graph databases, query languages, join algorithms, graph patterns matching, to more sophisticated KG embedding and natural language questions (NLQs). We aim at uniting different interdisciplinary topics and concepts that have been developed for KG querying. Second, many recent advances on KG and query embedding, multimodal KG, and KG-QA come from deep learning, IR, NLP, and computer vision domains. We identify important challenges of KG querying that received less attention by graph databases, and by the DB community in general, e.g., incomplete KG, semantic matching, multimodal data, and NLQs. We conclude by discussing interesting opportunities for the data management community, for instance, KG as a unified data model and vector-based query processing.

📄 PDF Abstract BibTeX arXiv:2305.14485

Code (0)

등록된 구현이 없습니다.

Tasks

Fact CheckingInformation RetrievalKnowledge GraphsQuestion Answering

Similar Papers 제목 키워드 기반

An Inference Approach To Question Answering Over Knowledge Graphs

2021-12-21 · Aayushee Gupta, K. M. Annervaz, Ambedkar Dukkipati, Shubhashis Sengupta

Knowledge Graphs (KG) act as a great tool for holding distilled information from large natural language text corpora. The problem of natural language querying over knowledge graphs is essential for the human consumption …

Knowledge GraphsQuestion Answering

KOGNAC: Efficient Encoding of Large Knowledge Graphs

2016-04-16 · Jacopo Urbani, Sourav Dutta, Sairam Gurajada, Gerhard Weikum

Many Web applications require efficient querying of large Knowledge Graphs (KGs). We propose KOGNAC, a dictionary-encoding algorithm designed to improve SPARQL querying with a judicious combination of statistical and sem…

Knowledge Graphs

Querying in the Age of Graph Databases and Knowledge Graphs

2021-06-22 · Marcelo Arenas, Claudio Gutierrez, Juan F. Sequeda

Graphs have become the best way we know of representing knowledge. The computing community has investigated and developed the support for managing graphs by means of digital technology. Graph databases and knowledge grap…

Knowledge GraphsManagement

On-Demand and Lightweight Knowledge Graph Generation -- a Demonstration with DBpedia

2021-07-02 · Malte Brockmeier, Yawen Liu, Sunita Pateer, Sven Hertling 외

Modern large-scale knowledge graphs, such as DBpedia, are datasets which require large computational resources to serve and process. Moreover, they often have longer release cycles, which leads to outdated information in…

Graph GenerationKnowledge Graphs

A Cheap and Dirty Cross-Lingual Linking Service in the Cloud

2022-06-01 · LDL (ACL) 2022 6 · Christian Chiarcos, Gilles Sérasset

In this paper, we describe the application of Linguistic Linked Open Data (LLOD) technology for dynamic cross-lingual querying on demand. Whereas most related research is focusing on providing a static linking, i.e., cro…

Knowledge Graphs