Pular para o conteúdo principal

Self-Supervised Dynamic Hypergraph Recommendation based on Hyper-Relational Knowledge Graph - Leitura de Artigo

ABSTRACT

... However, the long-tail distribution of entities leads to sparsity in supervision signals, which weakens the quality of item representation when utilizing KG enhancement. Additionally, the binary relation representation of KGs simplifies hyper-relational facts, making it challenging to model complex real-world information. Furthermore, the over-smoothing phenomenon results in indistinguishable representations and information loss. To address these challenges, we propose the SDK (Self-Supervised Dynamic Hypergraph Recommendation based on Hyper-Relational Knowledge Graph) framework. This framework establishes a cross-view hypergraph self-supervised learning mechanism for KG enhancement. Specifically, we model hyper-relational facts in KGs to capture interdependencies between entities under complete semantic conditions. With the refined representation, a hypergraph is dynamically constructed to preserve features in the deep vector space, thereby alleviating the over-smoothing problem. ... 

[Dois problemas que afetam o uso de KGs Sistemas de Recomendação e também LLM: tail entities (poucos dados) e relação binária]

1 INTRODUCTION

Specifically, we transform the KG into a hyper-relational format and model facts within the context of
𝑁 -ary relations. This approach enables us to capture more nuanced relationships among entities. For example, a hyper-relational fact is depicted in Figure 1. 

The form of hyper-relational facts, which consists of a basic triplet (ℎ, 𝑟, 𝑡) and several qualifiers (𝑞𝑟, 𝑞𝑣) ...  Unlike triplet-based facts that model each piece of semantic information independently before aggregation, hyper-relational facts represent intrinsic semantic associations by directly modeling the basic triplet and qualifiers as a whole. By employing the SDK framework, we aim to enhance the representation ability and generalization performance of KG-based recommendation systems by leveraging hyper-relational facts and their qualifiers. 

2 RELATED WORK

Hyper-relational KG: Since the triplets in the traditional KG over-simplify the complexity of the data, recent studies have begun to model hyper-relational facts. m-TransH [32] is a method based on TransH [30] to transform hyper-relational facts through star-to-clique conversion. RAE [46] builds upon m-TransH and further transforms hyper-relational facts into 𝑁 -ary facts with abstract relations. NaLP [6] proposes a link prediction method that models 𝑁 -ary facts as role-value pairs and utilizes a convolution-based framework to compute the similarity of each pair. StarE [3] specifically designed an encoder for 𝑁-ary facts to be compatible with indefinite-length qualifiers and emphasize the interaction of the basic triplets to qualifiers.

[Embeddings em KG Hiper Relacionais]

3 PRELIMINARIES

Knowledge Graph: A KG provides auxiliary information for the recommender system to alleviate the problem of data sparsity. The KG G𝑘 utilizes the triplet set {(ℎ, 𝑟, 𝑡)|ℎ, 𝑡 ∈ 𝐸, 𝑟 ∈ 𝑅} to describe facts, where 𝐸 and 𝑅 are respectively the sets of entities and relations, and (ℎ, 𝑟, 𝑡) indicates there is a relation 𝑟 from head entity ℎ to tail entity 𝑡. In KG-based recommendation where 𝑉 ∈ 𝐸, an item 𝑣 ∈ 𝑉 may form of triplets with several different entities in the given KG G𝑘 .

Hyper-relational Knowledge Graph: HKG is an extension of the standard KG, which describes the 𝑁 -ary facts in the real world by supplementing the basic triple semantics with qualifier pairs. A hyper-relational fact is represented by a tuple (ℎ, 𝑟, 𝑡, Qℎ𝑟𝑡 ), where (ℎ, 𝑟, 𝑡) is the knowledge triplet, and Qℎ𝑟𝑡 is the set of qualifier pairs {(𝑞𝑣𝑖 , 𝑞𝑟𝑖 )}| Qℎ𝑟𝑡 | 𝑖=1 with qualifier relations 𝑞𝑟 ∈ 𝑅 and qualifier entities 𝑞𝑣 ∈ 𝐸. In this way, these entities can be seen as connected by a hyperedge in the HKG, representing an 𝑁 -ary fact, also known as a statement.

[Para apresentar a formalização dos modelos de KG]

4 METHODOLOGY

5 EXPERIMENTS

Comentários

Postagens mais visitadas deste blog

Connected Papers: Uma abordagem alternativa para revisão da literatura

Durante um projeto de pesquisa podemos encontrar um artigo que nos identificamos em termos de problema de pesquisa e também de solução. Então surge a vontade de saber como essa área de pesquisa se desenvolveu até chegar a esse ponto ou quais desdobramentos ocorreram a partir dessa solução proposta para identificar o estado da arte nesse tema. Podemos seguir duas abordagens:  realizar uma revisão sistemática usando palavras chaves que melhor caracterizam o tema em bibliotecas digitais de referência para encontrar artigos relacionados ou realizar snowballing ancorado nesse artigo que identificamos previamente, explorando os artigos citados (backward) ou os artigos que o citam (forward)  Mas a ferramenta Connected Papers propõe uma abordagem alternativa para essa busca. O problema inicial é dado um artigo de interesse, precisamos encontrar outros artigos relacionados de "certa forma". Find different methods and approaches to the same subject Track down the state of the art rese...

Knowledge Graph Embedding with Triple Context - Leitura de Abstract

  Jun Shi, Huan Gao, Guilin Qi, and Zhangquan Zhou. 2017. Knowledge Graph Embedding with Triple Context. In Proceedings of the 2017 ACM on Conference on Information and Knowledge Management (CIKM '17). Association for Computing Machinery, New York, NY, USA, 2299–2302. https://doi.org/10.1145/3132847.3133119 ABSTRACT Knowledge graph embedding, which aims to represent entities and relations in vector spaces, has shown outstanding performance on a few knowledge graph completion tasks. Most existing methods are based on the assumption that a knowledge graph is a set of separate triples, ignoring rich graph features, i.e., structural information in the graph. In this paper, we take advantages of structures in knowledge graphs, especially local structures around a triple, which we refer to as triple context. We then propose a Triple-Context-based knowledge Embedding model (TCE). For each triple, two kinds of structure information are considered as its context in the graph; one is the out...

KnOD 2021

Beyond Facts: Online Discourse and Knowledge Graphs A preface to the proceedings of the 1st International Workshop on Knowledge Graphs for Online Discourse Analysis (KnOD 2021, co-located with TheWebConf’21) https://ceur-ws.org/Vol-2877/preface.pdf https://knod2021.wordpress.com/   ABSTRACT Expressing opinions and interacting with others on the Web has led to the production of an abundance of online discourse data, such as claims and viewpoints on controversial topics, their sources and contexts . This data constitutes a valuable source of insights for studies into misinformation spread, bias reinforcement, echo chambers or political agenda setting. While knowledge graphs promise to provide the key to a Web of structured information, they are mainly focused on facts without keeping track of the diversity, connection or temporal evolution of online discourse data. As opposed to facts, claims are inherently more complex. Their interpretation strongly depends on the context and a vari...