paper-with-me

Papers

TwiRGCN: Temporally Weighted Graph Convolution for Question Answering over Temporal Knowledge Graphs

2022-10-12 · Aditya Sharma, Apoorv Saxena, Chitrank Gupta, Seyed Mehran Kazemi, Partha Talukdar, Soumen Chakrabarti

Recent years have witnessed much interest in temporal reasoning over knowledge graphs (KG) for complex question answering (QA), but there remains a substantial gap in human capabilities. We explore how to generalize relational graph convolutional networks (RGCN) for temporal KGQA. Specifically, we propose a novel, intuitive and interpretable scheme to modulate the messages passed through a KG edge during convolution, based on the relevance of its associated time period to the question. We also introduce a gating device to predict if the answer to a complex temporal question is likely to be a KG entity or time and use this prediction to guide our scoring mechanism. We evaluate the resulting system, which we call TwiRGCN, on TimeQuestions, a recently released, challenging dataset for multi-hop complex temporal QA. We show that TwiRGCN significantly outperforms state-of-the-art systems on this dataset across diverse question types. Notably, TwiRGCN improves accuracy by 9--10 percentage points for the most difficult ordinal and implicit question types.

📄 PDF Abstract BibTeX arXiv:2210.06281

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsQuestion Answering

Similar Papers 제목 키워드 기반

ChronoQG: Towards a Temporally Expressive and Hop-Bounded Benchmark for Temporal Knowledge Graph Question Generation

2026-07-16 · Xuemeng Liu, Zhengpin Li, Wanpeng Tang, Haotong Xie 외 arxiv

Knowledge graph question generation (KGQG) aims to generate natural-language questions from structured graph evidence. Existing KGQG benchmarks, however, are mostly built on static knowledge graphs and do not encode the …

Question GenerationKnowledge Graphs

Advancing Spatiotemporal Prediction using Artificial Intelligence: Extending the Framework of Geographically and Temporally Weighted Neural Network (GTWNN) for Differing Geographical and Temporal Contexts

2025-03-27 · Nicholas Robert Fisk, Matthew Ng Kok Ming, Zahratu Shabrina

This paper aims at improving predictive crime models by extending the mathematical framework of Artificial Neural Networks (ANNs) tailored to general spatiotemporal problems and appropriately applying them. Recent advanc…

TAA-GCN: A Temporally Aware Adaptive Graph Convolutional Network for Age Estimation

2023-05-15 · Matthew Korban, Peter Young, Scott T. Acton

This paper proposes a novel age estimation algorithm, the Temporally-Aware Adaptive Graph Convolutional Network (TAA-GCN). Using a new representation based on graphs, the TAA-GCN utilizes skeletal, posture, clothing, and…

Age Estimation

Temporally-Weighted Hierarchical Clustering for Unsupervised Action Segmentation

2021-03-20 · CVPR 2021 1 · M. Saquib Sarfraz, Naila Murray, Vivek Sharma, Ali Diba 외

Action segmentation refers to inferring boundaries of semantically consistent visual concepts in videos and is an important requirement for many video understanding tasks. For this and other video understanding tasks, su…

Action SegmentationClusteringSegmentationUnsupervised Action Segmentation+1

Weighted Line Graph Convolutional Networks

2021-01-01 · Hongyang Gao, Shuiwang Ji

Line graphs have shown to be effective in improving feature learning in graph neural networks. Line graphs can encode topology information of their original graphs and provide a complementary representational perspective…