paper-with-me

Papers

Modeling Global Semantics for Question Answering over Knowledge Bases

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

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.

📄 PDF Abstract BibTeX arXiv:2101.01510

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringSemantic Parsing

Methods 이 논문이 사용한 방법론

RGCN An RGCN, or Relational Graph Convolution Network, is a an application of the GCN framework to modeling relational data,…

Similar Papers 제목 키워드 기반

Encoding and Controlling Global Semantics for Long-form Video Question Answering

2024-05-30 · Thong Thanh Nguyen, Zhiyuan Hu, Xiaobao Wu, Cong-Duy T Nguyen 외

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 Answering

Discovering the Real Association: Multimodal Causal Reasoning in Video Question Answering

2023-01-01 · CVPR 2023 1 · Chuanqi Zang, Hanqing Wang, Mingtao Pei, Wei Liang

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 Answering

A Focused Dynamic Attention Model for Visual Question Answering

2016-04-06 · Ilija Ilievski, Shuicheng Yan, Jiashi Feng

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

2023-10-30 · Mohammed Munzer Dwedari, Matthias Niessner, Dave Zhenyu Chen

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 AnsweringSentence

Temporal Pyramid Transformer with Multimodal Interaction for Video Question Answering

2021-09-10 · Min Peng, Chongyang Wang, Yuan Gao, Yu Shi 외

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