paper-with-me

홈 › Papers

Exploring Sequence-to-Sequence Models for SPARQL Pattern Composition

2020-10-21 · Anand Panchbhai, Tommaso Soru, Edgard Marx

A booming amount of information is continuously added to the Internet as structured and unstructured data, feeding knowledge bases such as DBpedia and Wikidata with billions of statements describing millions of entities. The aim of Question Answering systems is to allow lay users to access such data using natural language without needing to write formal queries. However, users often submit questions that are complex and require a certain level of abstraction and reasoning to decompose them into basic graph patterns. In this short paper, we explore the use of architectures based on Neural Machine Translation called Neural SPARQL Machines to learn pattern compositions. We show that sequence-to-sequence models are a viable and promising option to transform long utterances into complex SPARQL queries.

📄 PDF Abstract BibTeX arXiv:2010.10900

Code (2)

LiberAI/NSpM 공식 구현
AKSW/NSpM tf

Tasks

Machine TranslationQuestion AnsweringTranslation

Similar Papers 제목 키워드 기반

SPARQL as a Foreign Language

2017-08-25 · Tommaso Soru, Edgard Marx, Diego Moussallem, Gustavo Publio 외

In the last years, the Linked Data Cloud has achieved a size of more than 100 billion facts pertaining to a multitude of domains. However, accessing this information has been significantly challenging for lay users. Appr…

Graph Question AnsweringKnowledge Base Question AnsweringSemantic Parsing

Neural Machine Translation for Query Construction and Composition

2018-06-27 · Tommaso Soru, Edgard Marx, André Valdestilhas, Diego Esteves 외

Research on question answering with knowledge base has recently seen an increasing use of deep architectures. In this extended abstract, we study the application of the neural machine translation paradigm for question pa…

Code GenerationKnowledge Base Question AnsweringSemantic ParsingTranslation

RDFFrames: Knowledge Graph Access for Machine Learning Tools

2020-02-10 · Aisha Mohamed, Ghadeer Abuoda, Abdurrahman Ghanem, Zoi Kaoudi 외

Knowledge graphs represented as RDF datasets are integral to many machine learning applications. RDF is supported by a rich ecosystem of data management systems and tools, most notably RDF database systems that provide a…

BIG-bench Machine LearningKnowledge GraphsManagement

On the satisfiability problem for SPARQL patterns

2014-06-05 · Xiaowang Zhang, Jan Van den Bussche, François Picalausa

The satisfiability problem for SPARQL patterns is undecidable in general, since the expressive power of SPARQL 1.0 is comparable with that of the relational algebra. The goal of this paper is to delineate the boundary of…

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 abou…

Knowledge Base Question AnsweringKnowledge GraphsQuestion AnsweringText Generation