paper-with-me

Papers

Semantic Parsing for Question Answering over Knowledge Graphs

2023-12-01 · Sijia Wei, Wenwen Zhang, Qisong Li, Jiang Zhao

In this paper, we introduce a novel method with graph-to-segment mapping for question answering over knowledge graphs, which helps understanding question utterances. This method centers on semantic parsing, a key approach for interpreting these utterances. The challenges lie in comprehending implicit entities, relationships, and complex constraints like time, ordinality, and aggregation within questions, contextualized by the knowledge graph. Our framework employs a combination of rule-based and neural-based techniques to parse and construct highly accurate and comprehensive semantic segment sequences. These sequences form semantic query graphs, effectively representing question utterances. We approach question semantic parsing as a sequence generation task, utilizing an encoder-decoder neural network to transform natural language questions into semantic segments. Moreover, to enhance the parsing of implicit entities and relations, we incorporate a graph neural network that leverages the context of the knowledge graph to better understand question representations. Our experimental evaluations on two datasets demonstrate the effectiveness and superior performance of our model in semantic parsing for question answering.

📄 PDF Abstract BibTeX arXiv:2401.06772

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderGraph Neural NetworkKnowledge GraphsQuestion AnsweringSemantic Parsing

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

KaFSP: Knowledge-Aware Fuzzy Semantic Parsing for Conversational Question Answering over a Large-Scale Knowledge Base

2022-05-01 · ACL 2022 5 · Junzhuo Li, Deyi Xiong

In this paper, we study two issues of semantic parsing approaches to conversational question answering over a large-scale knowledge base: (1) The actions defined in grammar are not sufficient to handle uncertain reasonin…

Conversational Question AnsweringEntity DisambiguationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+2

Context Transformer with Stacked Pointer Networks for Conversational Question Answering over Knowledge Graphs

2021-03-13 · Joan Plepi, Endri Kacupaj, Kuldeep Singh, Harsh Thakkar 외

Neural semantic parsing approaches have been widely used for Question Answering (QA) systems over knowledge graphs. Such methods provide the flexibility to handle QA datasets with complex queries and a large number of en…

Conversational Question AnsweringKnowledge GraphsLogical ReasoningQuestion Answering+1

Evaluating Semantic Parsing against a Simple Web-based Question Answering Model

2017-07-14 · SEMEVAL 2017 8 · Alon Talmor, Mor Geva, Jonathan Berant

Semantic parsing shines at analyzing complex natural language that involves composition and computation over multiple pieces of evidence. However, datasets for semantic parsing contain many factoid questions that can be …

Question AnsweringSemantic Parsing

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

HopPG: Self-Iterative Program Generation for Multi-Hop Question Answering over Heterogeneous Knowledge

2023-08-22 · Yingyao Wang, Yongwei Zhou, Chaoqun Duan, Junwei Bao 외

The semantic parsing-based method is an important research branch for knowledge-based question answering. It usually generates executable programs lean upon the question and then conduct them to reason answers over a kno…

Multi-hop Question AnsweringQuestion AnsweringSemantic Parsing