paper-with-me

홈 › Papers

A Universal Question-Answering Platform for Knowledge Graphs

2023-03-01 · Reham Omar, Ishika Dhall, Panos Kalnis, Essam Mansour

Knowledge from diverse application domains is organized as knowledge graphs (KGs) that are stored in RDF engines accessible in the web via SPARQL endpoints. Expressing a well-formed SPARQL query requires information about the graph structure and the exact URIs of its components, which is impractical for the average user. Question answering (QA) systems assist by translating natural language questions to SPARQL. Existing QA systems are typically based on application-specific human-curated rules, or require prior information, expensive pre-processing and model adaptation for each targeted KG. Therefore, they are hard to generalize to a broad set of applications and KGs. In this paper, we propose KGQAn, a universal QA system that does not need to be tailored to each target KG. Instead of curated rules, KGQAn introduces a novel formalization of question understanding as a text generation problem to convert a question into an intermediate abstract representation via a neural sequence-to-sequence model. We also develop a just-in-time linker that maps at query time the abstract representation to a SPARQL query for a specific KG, using only the publicly accessible APIs and the existing indices of the RDF store, without requiring any pre-processing. Our experiments with several real KGs demonstrate that KGQAn is easily deployed and outperforms by a large margin the state-of-the-art in terms of quality of answers and processing time, especially for arbitrary KGs, unseen during the training.

📄 PDF Abstract BibTeX arXiv:2303.00595

Code (1)

cods-gcs/kgqan 공식 구현

Tasks

Knowledge Base Question AnsweringKnowledge GraphsQuestion AnsweringText Generation

Similar Papers 제목 키워드 기반

Unsupervised multiple choices question answering via universal corpus

2024-02-27 · Qin Zhang, Hao Ge, Xiaojun Chen, Meng Fang

Unsupervised question answering is a promising yet challenging task, which alleviates the burden of building large-scale annotated data in a new domain. It motivates us to study the unsupervised multiple-choice question …

FormKnowledge GraphsMultiple-choiceMultiple Choice Question Answering (MCQA)+1

TimelineKGQA: A Comprehensive Question-Answer Pair Generator for Temporal Knowledge Graphs

2025-01-08 · Qiang Sun, Sirui Li, Du Huynh, Mark Reynolds 외

Question answering over temporal knowledge graphs (TKGs) is crucial for understanding evolving facts and relationships, yet its development is hindered by limited datasets and difficulties in generating custom QA pairs. …

Knowledge GraphsQuestion Answering

Question Answering on Knowledge Bases and Text using Universal Schema and Memory Networks

2017-04-27 · ACL 2017 7 · Rajarshi Das, Manzil Zaheer, Siva Reddy, Andrew McCallum

Existing question answering methods infer answers either from a knowledge base or from raw text. While knowledge base (KB) methods are good at answering compositional questions, their performance is often affected by the…

Question Answering

Event-QA: A Dataset for Event-Centric Question Answering over Knowledge Graphs

2020-04-24 · Tarcísio Souza Costa, Simon Gottschalk, Elena Demidova

Semantic Question Answering (QA) is a crucial technology to facilitate intuitive user access to semantic information stored in knowledge graphs. Whereas most of the existing QA systems and datasets focus on entity-centri…

Knowledge GraphsQuestion Answering

Open Domain Question Answering over Virtual Documents: A Unified Approach for Data and Text

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Due to its potential for a universal interface over both data and text, data-to-text generation is becoming increasingly popular. However, few prior work has focused on its application to downstream tasks, e.g. using the…

Data-to-Text GenerationNatural QuestionsOpen-Domain Question AnsweringQuestion Answering+1