論文の概要: HyperFormer: Enhancing Entity and Relation Interaction for
Hyper-Relational Knowledge Graph Completion
- arxiv url: http://arxiv.org/abs/2308.06512v1
- Date: Sat, 12 Aug 2023 09:31:43 GMT
- ステータス: 処理完了
- システム内更新日: 2023-08-15 16:53:34.706914
- Title: HyperFormer: Enhancing Entity and Relation Interaction for
Hyper-Relational Knowledge Graph Completion
- Title(参考訳): hyperformer:ハイパーリレーショナルナレッジグラフ補完のためのエンティティとリレーションインタラクションの拡張
- Authors: Zhiwei Hu, V\'ictor Guti\'errez-Basulto, Zhiliang Xiang, Ru Li, Jeff
Z. Pan
- Abstract要約: ハイパーリレーショナル知識グラフ(HKG)は、属性値の等式をトリプルに関連付けることによって、標準的な知識グラフを拡張する。
本稿では,三重項の実体,関係,等化子の内容をエンコードする局所レベルシーケンシャル情報を考慮したモデルであるHyperFormerを提案する。
- 参考スコア(独自算出の注目度): 25.399684403558553
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: 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.
- Abstract(参考訳): hyper-relational knowledge graphs (hkgs) は属性値修飾子をトリプルに関連付けることで標準的なナレッジグラフを拡張する。
hyper-relational knowledge graph completion (hkgc) は、修飾子を考慮しながら未知の三重項を推測することを目的としている。
HKGCの既存のアプローチのほとんどは、グラフ畳み込みメッセージパッシングプロセスにハイパーリレーショナルな知識をエンコードするために、グローバルレベルのグラフ構造を利用する。
しかし、マルチホップ情報の追加は、三重予測プロセスにノイズをもたらす可能性がある。
この問題に対処するために,三重項の実体,関係,等化子の内容をエンコードする局所レベルシーケンシャル情報を考慮したモデルであるHyperFormerを提案する。
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.
現在の声明に関連する内容の深さ認識を実現する。
さらに,ハイパフォーマのフィードフォワード層に対して,モデルパラメータと計算量を削減しつつ,その表現能力を強化するための混合・オブ・エキスパート戦略を導入する。
4つの異なる条件を持つ3つのよく知られたデータセットに対する大規模な実験は、HyperFormerの有効性を示している。
データセットとコードはhttps://github.com/zhiweihu1103/HKGC-HyperFormerで入手できる。
関連論文リスト
- HyperMono: A Monotonicity-aware Approach to Hyper-Relational Knowledge Representation [27.28214706269035]
ハイパーリレーショナル・ナレッジグラフ(HKG)では、各事実は属性値の修飾子に関連する主三重からなり、追加の事実知識が表現される。
本稿では,ハイパーリレーショナル知識グラフ補完のためのHyperMonoモデルを提案する。
論文 参考訳(メタデータ) (2024-04-15T15:00:17Z) - Hyperedge Interaction-aware Hypergraph Neural Network [11.359757898963284]
HeIHNNはハイパーエッジインタラクションを意識したハイパーグラフニューラルネットワークである。
本稿では,ハイパーエッジとノード間の情報フローを向上させる新しいメカニズムを提案する。
論文 参考訳(メタデータ) (2024-01-28T07:05:30Z) - Hypergraph Transformer for Semi-Supervised Classification [50.92027313775934]
我々は新しいハイパーグラフ学習フレームワークHyperGraph Transformer(HyperGT)を提案する。
HyperGTはTransformerベースのニューラルネットワークアーキテクチャを使用して、すべてのノードとハイパーエッジのグローバル相関を効果的に検討する。
局所接続パターンを保ちながら、グローバルな相互作用を効果的に組み込むことで、包括的なハイパーグラフ表現学習を実現する。
論文 参考訳(メタデータ) (2023-12-18T17:50:52Z) - Joint Entity and Relation Extraction with Span Pruning and Hypergraph
Neural Networks [58.43972540643903]
PLマーカ(最先端マーカーベースピプレリンモデル)上に構築されたEREのためのHyperGraphニューラルネットワーク(hgnn$)を提案する。
エラーの伝播を軽減するため,NERモジュールからのエンティティ識別とラベル付けの負担をモデルのジョイントモジュールに転送するために,ハイリコールプルーナー機構を用いる。
EREタスクに広く使用されている3つのベンチマークの実験は、以前の最先端のPLマーカーよりも大幅に改善されている。
論文 参考訳(メタデータ) (2023-10-26T08:36:39Z) - HIORE: Leveraging High-order Interactions for Unified Entity Relation
Extraction [85.80317530027212]
本稿では,統合エンティティ関係抽出のための新しい手法であるHIOREを提案する。
重要な洞察は、単語ペア間の複雑な関連を活用することである。
実験の結果,HIOREは従来最高の統一モデルよりも1.11.8 F1ポイント向上した。
論文 参考訳(メタデータ) (2023-05-07T14:57:42Z) - A Dataset for Hyper-Relational Extraction and a Cube-Filling Approach [59.89749342550104]
本稿では,テキストからより具体的で完全な事実を抽出するハイパーリレーショナル抽出の課題を提案する。
既存のモデルは、3つの実体間の相互作用を考えるモデルを必要とするため、ハイパーリレーショナル抽出を行うことはできない。
テーブル充填手法に着想を得た立方体充填モデルであるCubeREを提案する。
論文 参考訳(メタデータ) (2022-11-18T03:51:28Z) - Learning Representations for Hyper-Relational Knowledge Graphs [35.380689788802776]
複数のアグリゲータを用いて超関係事実の表現を学習するフレームワークを設計する。
実験では、複数のデータセットにまたがるフレームワークの有効性を実証した。
フレームワークにおける各種コンポーネントの重要性を検証するためのアブレーション研究を行っている。
論文 参考訳(メタデータ) (2022-08-30T15:02:14Z) - CaEGCN: Cross-Attention Fusion based Enhanced Graph Convolutional
Network for Clustering [51.62959830761789]
クロスアテンションに基づくディープクラスタリングフレームワークCross-Attention Fusion based Enhanced Graph Convolutional Network (CaEGCN)を提案する。
CaEGCNには、クロスアテンション融合、Content Auto-Encoder、Graph Convolutional Auto-Encoder、および自己監視モデルという4つの主要なモジュールが含まれている。
異なるタイプのデータセットに対する実験結果は、提案したCaEGCNの優位性とロバスト性を証明する。
論文 参考訳(メタデータ) (2021-01-18T05:21:59Z) - Message Passing for Hyper-Relational Knowledge Graphs [7.733963597282456]
本稿では,このようなハイパーリレーショナルな知識グラフをモデル化可能なメッセージパッシンググラフエンコーダであるStarEを提案する。
StarEは、任意の数の付加情報(修飾子)を主三重項と共に符号化し、修飾子と三重項の意味的役割をそのまま保持することができる。
実験により、StarEベースのLPモデルは、複数のベンチマークで既存のアプローチよりも優れていることが示された。
論文 参考訳(メタデータ) (2020-09-22T22:38:54Z) - Cascaded Human-Object Interaction Recognition [175.60439054047043]
マルチステージで粗大なHOI理解のためのカスケードアーキテクチャを提案する。
各段階で、インスタンスローカライゼーションネットワークは、HOI提案を段階的に洗練し、インタラクション認識ネットワークにフィードする。
慎重に設計された人間中心の関係機能により、これらの2つのモジュールは効果的な相互作用理解に向けて協調的に機能する。
論文 参考訳(メタデータ) (2020-03-09T17:05:04Z)
関連論文リストは本サイト内にある論文のタイトル・アブストラクトから自動的に作成しています。
指定された論文の情報です。
本サイトの運営者は本サイト(すべての情報・翻訳含む)の品質を保証せず、本サイト(すべての情報・翻訳含む)を使用して発生したあらゆる結果について一切の責任を負いません。