Modeling Global Semantics for Question Answering over Knowledge Bases
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 parsing approaches mainly focus on relations matching with paying less attention to the underlying internal structure of questions (e.g., the dependencies and relations between all entities in a question) to select the query graph. In this paper, we present a relational graph convolutional network (RGCN)-based model gRGCN for semantic parsing in KBQA. gRGCN extracts the global semantics of questions and their corresponding query graphs, including structure semantics via RGCN and relational semantics (label representation of relations between entities) via a hierarchical relation attention mechanism. Experiments evaluated on benchmarks show that our model outperforms off-the-shelf models.
Code (0)
등록된 구현이 없습니다.
Tasks
Question AnsweringSemantic ParsingMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Encoding and Controlling Global Semantics for Long-form Video Question Answering
Seeking answers effectively for long videos is essential to build video question answering (videoQA) systems. Previous methods adaptively select frames and regions from long videos to save computations. However, this fai…
FormQuestion AnsweringVideo Question AnsweringDiscovering the Real Association: Multimodal Causal Reasoning in Video Question Answering
Video Question Answering (VideoQA) is challenging as it requires capturing accurate correlations between modalities from redundant information. Recent methods focus on the explicit challenges of the task, e.g. multim…
Question AnsweringVideo Question AnsweringA Focused Dynamic Attention Model for Visual Question Answering
Visual Question and Answering (VQA) problems are attracting increasing interest from multiple research disciplines. Solving VQA problems requires techniques from both computer vision for understanding the visual contents…
Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)Generating Context-Aware Natural Answers for Questions in 3D Scenes
3D question answering is a young field in 3D vision-language that is yet to be explored. Previous methods are limited to a pre-defined answer space and cannot generate answers naturally. In this work, we pivot the questi…
Question AnsweringSentenceTemporal Pyramid Transformer with Multimodal Interaction for Video Question Answering
Video question answering (VideoQA) is challenging given its multimodal combination of visual understanding and natural language understanding. While existing approaches seldom leverage the appearance-motion information i…
multimodal interactionNatural Language UnderstandingQuestion AnsweringVideo Question Answering