paper-with-me

Papers

HyperFormer: Enhancing Entity and Relation Interaction for Hyper-Relational Knowledge Graph Completion

2023-08-12 · Zhiwei Hu, Víctor Gutiérrez-Basulto, Zhiliang Xiang, Ru Li, Jeff Z. Pan

Hyper-relational knowledge graphs (HKGs) extend standard knowledge graphs by associating attribute-value qualifiers to triples, which effectively represent additional fine-grained information about its associated triple. Hyper-relational knowledge graph completion (HKGC) aims at inferring unknown triples while considering its qualifiers. Most existing approaches to HKGC exploit a global-level graph structure to encode hyper-relational knowledge into the graph convolution message passing process. However, the addition of multi-hop information might bring noise into the triple prediction process. To address this problem, we propose HyperFormer, a model that considers local-level sequential information, which encodes the content of the entities, relations and qualifiers of a triple. More precisely, HyperFormer is composed of three different modules: an entity neighbor aggregator module allowing to integrate the information of the neighbors of an entity to capture different perspectives of it; a relation qualifier aggregator module to integrate hyper-relational knowledge into the corresponding relation to refine the representation of relational content; a convolution-based bidirectional interaction module based on a convolutional operation, capturing pairwise bidirectional interactions of entity-relation, entity-qualifier, and relation-qualifier. realize the depth perception of the content related to the current statement. Furthermore, we introduce a Mixture-of-Experts strategy into the feed-forward layers of HyperFormer to strengthen its representation capabilities while reducing the amount of model parameters and computation. Extensive experiments on three well-known datasets with four different conditions demonstrate HyperFormer's effectiveness. Datasets and code are available at https://github.com/zhiweihu1103/HKGC-HyperFormer.

📄 PDF Abstract BibTeX arXiv:2308.06512

Code (2)

zhiweihu1103/hkgc-hyperformer 공식 구현 pytorch
jiyaowei/lp_nkgs

Tasks

AttributeKnowledge Graph CompletionKnowledge GraphsMixture-of-ExpertsRelation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

HyperFormer: Learning Expressive Sparse Feature Representations via Hypergraph Transformer

2023-05-27 · Kaize Ding, Albert Jiongqian Liang, Bryan Perrozi, Ting Chen 외

Learning expressive representations for high-dimensional yet sparse features has been a longstanding problem in information retrieval. Though recent deep learning methods can partially solve the problem, they often fail …

Graph LearningInformation RetrievalRepresentation LearningRetrieval

Evolving Skeletons: Motion Dynamics in Action Recognition

2025-01-05 · Jushang Qiu, Lei Wang

Skeleton-based action recognition has gained significant attention for its ability to efficiently represent spatiotemporal information in a lightweight format. Most existing approaches use graph-based models to process s…

Action RecognitionHypergraph representationsSkeleton Based Action Recognition

Joint Entity and Relation Extraction with Span Pruning and Hypergraph Neural Networks

2023-10-26 · Zhaohui Yan, Songlin Yang, Wei Liu, Kewei Tu

Entity and Relation Extraction (ERE) is an important task in information extraction. Recent marker-based pipeline models achieve state-of-the-art performance, but still suffer from the error propagation issue. Also, most…

Joint Entity and Relation ExtractionNERRelationRelation Extraction

Spatial-Temporal Decoupling Contrastive Learning for Skeleton-based Human Action Recognition

2023-12-23 · Shaojie Zhang, Jianqin Yin, Yonghao Dang

Skeleton-based action recognition is a central task in human-computer interaction. However, most previous methods suffer from two issues: (i) semantic ambiguity arising from spatial-temporal information mixture; and (ii)…

Action RecognitionContrastive LearningSkeleton Based Action RecognitionTemporal Action Localization

Dynamic Manipulation Hypergraphs for HAR: Beyond Pairwise Relations: Dynamic Manipulation Hypergraphs for Vision-Based Human Activity Recognition

2026-07-15 · Fatemeh Ziaeetabar arxiv

Fine-grained manipulation recognition requires modeling evolving relations among hands, objects, tools, and supporting surfaces. Conventional graph-based methods use pairwise edges that can fragment a coordinated event i…

Human Activity Recognition