paper-with-me

Papers

Semantic Structure based Query Graph Prediction for Question Answering over Knowledge Graph

2022-04-15 · COLING 2022 10 · Mingchen Li, Shihao Ji

Building query graphs from natural language questions is an important step in complex question answering over knowledge graph (Complex KGQA). In general, a question can be correctly answered if its query graph is built correctly and the right answer is then retrieved by issuing the query graph against the KG. Therefore, this paper focuses on query graph generation from natural language questions. Existing approaches for query graph generation ignore the semantic structure of a question, resulting in a large number of noisy query graph candidates that undermine prediction accuracies. In this paper, we define six semantic structures from common questions in KGQA and develop a novel Structure-BERT to predict the semantic structure of a question. By doing so, we can first filter out noisy candidate query graphs, and then rank the remaining candidates with a BERT-based ranking model. Extensive experiments on two popular benchmarks MetaQA and WebQuestionsSP (WSP) demonstrate the effectiveness of our method as compared to state-of-the-arts.

📄 PDF Abstract BibTeX arXiv:2204.10194

Code (0)

등록된 구현이 없습니다.

Tasks

Graph GenerationQuestion Answering

Similar Papers 제목 키워드 기반

Modeling Global Semantics for Question Answering over Knowledge Bases

2021-01-05 · Peiyun Wu, Yunjie Wu, Linjuan Wu, Xiaowang Zhang 외

Semantic parsing, as an important approach to question answering over knowledge bases (KBQA), transforms a question into the complete query graph for further generating the correct logical query. Existing semantic parsin…

Question AnsweringSemantic Parsing

Question Answering over Knowledge Graphs via Structural Query Patterns

2019-10-22 · Weiguo Zheng, Mei Zhang

Natural language question answering over knowledge graphs is an important and interesting task as it enables common users to gain accurate answers in an easy and intuitive manner. However, it remains a challenge to bridg…

Knowledge GraphsQuestion AnsweringSemantic Parsing

Query Symbolically or Retrieve Semantically? A Dataset and Method for Semi-Structured Question Answering

2026-05-26 · Mateusz Czyżnikiewicz, Ryszard Tuora, Adam Kozakiewicz, Tomasz Ziętkiewicz 외 arxiv

Retrieval-Augmented Generation (RAG) systems for question answering typically retrieve evidence by semantic similarity between the query and document chunks. While effective for unstructured text, this approach is less r…

Semantic SimilaritySemantic RetrievalQuestion Answering

Formal Query Building with Query Structure Prediction for Complex Question Answering over Knowledge Base

2021-09-08 · Yongrui Chen, Huiying Li, Yuncheng Hua, Guilin Qi

Formal query building is an important part of complex question answering over knowledge bases. It aims to build correct executable queries for questions. Recent methods try to rank candidate queries generated by a state-…

DecoderGraph GenerationKnowledge Base Question AnsweringQuestion Answering

Knowledge Base Question Answering via Encoding of Complex Query Graphs

2018-10-01 · EMNLP 2018 10 · Kangqi Luo, Fengli Lin, Xusheng Luo, Kenny Zhu

Answering complex questions that involve multiple entities and multiple relations using a standard knowledge base is an open and challenging task. Most existing KBQA approaches focus on simpler questions and do not work …

Knowledge Base Question AnsweringQuestion AnsweringSemantic Parsing