paper-with-me

Papers

SPARQL query generation for complex question answering with BERT and BiLSTM-based model

2020-06-17 · Proceedings of the International Conference “Dialogue 2020” 2020 6 · Evseev D. A., Arkhipov M. Yu.

In this paper we describe question answering system for answering of complex questions over Wikidata knowledge base. Unlike simple questions, which require extraction of single fact from the knowledge base, complex questions are based on more than one triplet and need logical or comparative reasoning. The proposed question answering system translates a natural language question into a query in SPARQL language, execution of which gives an answer. The system includes the models which define the SPARQL query template corresponding to the question and then fill the slots in the template with entities, relations and numerical values. For entity detection we use BERT-based sequence labelling model. Ranking of candidate relations is performed in two steps with BiLSTM and BERT-based models. The proposed models are the first solution for LC-QUAD2.0 dataset. The system is capable of answering complex questions which involve comparative or boolean reasoning.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Base Question AnsweringQuestion AnsweringSemantic ParsingTriplet

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

Spider4SPARQL: A Complex Benchmark for Evaluating Knowledge Graph Question Answering Systems

2023-09-28 · Catherine Kosten, Philippe Cudré-Mauroux, Kurt Stockinger

With the recent spike in the number and availability of Large Language Models (LLMs), it has become increasingly important to provide large and realistic benchmarks for evaluating Knowledge Graph Question Answering (KGQA…

Graph Question AnsweringKnowledge GraphsQuestion AnsweringQuestion Generation+1

Unseen Entity Handling in Complex Question Answering over Knowledge Base via Language Generation

2021-11-01 · Findings (EMNLP) 2021 11 · Xin Huang, Jung-jae Kim, Bowei Zou

Complex question answering over knowledge base remains as a challenging task because it involves reasoning over multiple pieces of information, including intermediate entities/relations and other constraints. Previous me…

Computational EfficiencyDecoderQuestion AnsweringText Generation

FIRESPARQL: A LLM-based Framework for SPARQL Query Generation over Scholarly Knowledge Graphs

2025-08-14 · Xueli Pan, Victor de Boer, Jacco van Ossenbruggen arxiv

Question answering over Scholarly Knowledge Graphs (SKGs) remains a challenging task due to the complexity of scholarly content and the intricate structure of these graphs. Large Language Model (LLM) approaches could be …

Question AnsweringKnowledge Graphs

Q${}^2$Forge: Minting Competency Questions and SPARQL Queries for Question-Answering Over Knowledge Graphs

2025-05-19 · Yousouf Taghzouti, Franck Michel, Tao Jiang, Louis-Félix Nothias 외

The SPARQL query language is the standard method to access knowledge graphs (KGs). However, formulating SPARQL queries is a significant challenge for non-expert users, and remains time-consuming for the experienced ones.…

Knowledge GraphsQuestion Answering

DeSQ: Decomposition-based SPARQL Query Generation

2026-05-29 · Papa Abdou Karim Karou Diallo, Aditya Sharma, Neshat Elhami Fard, Amal Zouaq arxiv

Dominant approaches to Knowledge Base Question Answering (KBQA) fall into two categories. First is the generation of a formal query that suffers from brittleness and limited explainability, and the second is direct answe…

Knowledge Base Question Answering