C
C
net/publication/386358272
CITATIONS READS
0 70
1 author:
Takaaki Fujita
SEE PROFILE
All content following this page was uploaded by Takaaki Fujita on 06 December 2024.
Abstract
A hypergraph extends this idea by allowing edges, referred to as hyperedges, to connect any number of
vertices [30]. This paper explores superhypergraphs, an extension of hypergraphs incorporating superedges
and supervertices. For example, Arboreal Superhypergraphs, Molecular superhypergraphs, and Probabilistic
SuperHyperGraphs illustrate diverse structural types that can be modeled using superhypergraphs. We introduce
the Generalized n-th Powerset, a formalized framework enabling broader mathematical applications while
preserving the traditional n-th powerset structure. And we provide a brief exploration of Natural Hyperlanguage
Processing, an extended framework of Natural Language Processing that leverages the concept of hyperlanguage
for advanced applications. By extending hypergraph concepts to superhypergraphs, this work aims to advance
their study and practical applicability.
1 Short Introduction
A graph is a mathematical structure used to represent relationships between entities through vertices and
edges [85,87]. Numerous applications of graph theory have been extensively studied [25,41,83,142]. In graph
theory, various graph classes have been extensively studied to suit the characteristics and structures of specific
graphs [50].
A hypergraph extends this idea by allowing edges, referred to as hyperedges, to connect any number of
vertices [30]. This structure can be seen as analogous to the power set in set theory. Hypergraphs are
extensively studied and have found applications across a wide range of fields, including databases [171],
neural networks [69, 100, 126], chemistry [230, 374], image representation [53, 179, 182], and VLSI design
[60, 136, 193, 265, 300, 337]. Similar to general graphs, hypergraphs have been the subject of extensive
research, with studies focusing on algorithms [124, 206, 276, 296], graph classes [7, 10, 13, 225, 226], and graph
parameters [3, 4, 138, 140].
A superhypergraph extends the concept of a hypergraph by incorporating superedges and supervertices [114,
308,309]. This structure can be likened to the n-th power set in set theory. Similarly, research has been conducted
on algorithms [116], graph classes [112, 120, 151], and specific applications of superhypergraphs [118].
Due to their significance, superhyperstructures have been studied in contexts beyond graph theory as well [285,
311, 313, 315]. As a more abstracted graph concept compared to hypergraphs, the study of superhypergraphs
is equally critical, and the author believes that further applications of superhypergraphs are highly promising.
This paper outlines our contributions to the field. While superhypergraphs have been explored in various
studies, detailed research into their specific structures remains in its early stages. To address this, we aim to
extend well-established hypergraph concepts to superhypergraphs. The natural progression from graphs to
hypergraphs, with their mathematical structures and applications already being studied, makes it intuitive to
further extend these concepts to superhypergraphs.
Some of the graph concepts discussed in this paper are listed below. Please refer to each subsection of the
paper for further details.
1
• Arboreal SuperHypergraph: An Arboreal SuperHypergraph is a superhypergraph with a tree-like struc-
ture, representing hierarchical relationships among supervertices and superedges.
• Superhypergraph Morphism and Superhypergraph Isomorphism: Superhypergraph Morphism maps
supervertices and superedges between superhypergraphs, preserving structure. Superhypergraph Iso-
morphism ensures structural equivalence between two superhypergraphs.
• Molecular n-superhypergraph: A Molecular n-SuperHypergraph extends molecular hypergraphs, mod-
eling hierarchical molecular structures with n-level supervertices and superedges.
• Signed n-SuperHypergraph: A Signed n-SuperHypergraph assigns a positive or negative sign to each
superedge, representing complex relationships in n-level superhypergraphs.
• Probabilistic SuperHyperGraph: A Probabilistic SuperHyperGraph assigns probabilities to superedges,
modeling uncertainty and stochastic relationships in superhypergraph structures.
• Independent Set in a Superhypergraph: An Independent Set in a Superhypergraph is a subset of super-
vertices with no superedges fully contained within the subset.
• SuperHypergraph Ramsey numbers: SuperHypergraph Ramsey numbers determine the minimum super-
vertex count in a superhypergraph ensuring specific monochromatic substructures under edge-colorings.
• Multipartite SuperHypergraph: A Multipartite SuperHypergraph partitions supervertices into disjoint
sets, ensuring no superedges connect supervertices within the same partition.
• SuperHypergraphic Sequence: A SuperHypergraphic Sequence lists supervertex degrees in a superhy-
pergraph, representing the distribution of connections across its structure.
• Query n-superhypergraph: A Query n-SuperHypergraph models hierarchical query relationships, with
supervertices representing data queries and dependencies.
• Superhypergraph Energy Functions: Superhypergraph Energy Functions measure the energy of a super-
hypergraph, derived from eigenvalues of its adjacency or incidence matrices.
• Transversal SuperHypergraph: A Transversal SuperHypergraph represents sets intersecting all su-
peredges, modeling coverage relationships among supervertices in a superhypergraph.
• SuperHypernetwork: A SuperHypernetwork generalizes superhypergraphs, integrating supervertices
and superedges to model multi-layered, interconnected systems and relationships.
Furthermore, we introduce the concept of the Generalized n-th Powerset to facilitate its application in various
areas of mathematics. While the Generalized n-th Powerset retains the core mathematical framework of the
traditional n-th powerset, it distinguishes itself by explicitly defining its structure, thereby enhancing its clarity
and adaptability to a broader range of mathematical contexts. Finally, we provide a brief exploration of Natural
Hyperlanguage Processing, an extended framework of Natural Language Processing that leverages the concept
of hyperlanguage for advanced applications.
We hope that these contributions will support the development and dissemination of superhypergraph research
and provide a solid foundation for future advancements in this field.
1 Short Introduction 1
1.1 Hypergraph and Superhypergraph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Our Contribution in This Paper . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.3 The Structure of the Paper . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
2 Preliminaries and Definitions 3
2.1 Basic Concepts: Graphs and Hypergraphs . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2.2 SuperHyperGraph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2
3 Results in This Paper: Some Concepts for SuperHyperGraphs 7
3.1 Arboreal Superhypergraph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
3.2 Superhypergraph Morphism and Superhypergraph Isomorphism . . . . . . . . . . . . . . . . 8
3.3 Molecular n-superhypergraph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
3.4 Signed n-superhypergraph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
3.5 Probabilistic 𝑛-SuperHyperGraph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
3.6 Independent Set in a Superhypergraph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
3.7 𝑛-SuperHypergraph Ramsey numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
3.8 Tripartite n-SuperHypergraph and Multipartite n-SuperHypergraph . . . . . . . . . . . . . . . 18
3.9 SuperHypergraphic Sequence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
3.10 Query n-superhypergraph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
3.11 Superhypergraph Energy Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
3.12 Transversal 𝑛-SuperHypergraph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
3.13 n-SuperHypernetwork . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
3.14 Introduction to Other Known Superhypergraph Classes . . . . . . . . . . . . . . . . . . . . . 28
3.14.1 Directed Superhypergraph and Bidirected Superhypergraph . . . . . . . . . . . . . . 29
3.14.2 Multi-Superhypergraph and Pseudo-Superhypergraph . . . . . . . . . . . . . . . . . . 30
3.14.3 Dynamic Superhypergraph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
3.14.4 Quasi superhypergraph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
3.14.5 Superhypertree . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
3.15 General Plithogenic 𝑛-SuperHyperGraph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
4 Discussion: Generalized n-th Powerset (Power Mathematical structure) 33
5 Future Tasks 35
5.1 Adding Conditions of Uncertain Sets to Superhyperconcepts . . . . . . . . . . . . . . . . . . 36
5.2 𝑛-Superhyperword and 𝑛-Superhyperlanguage . . . . . . . . . . . . . . . . . . . . . . . . . . 36
5.3 Natural HyperLanguage Processing and n-superhyperlanguage Processing . . . . . . . . . . . 37
Graph theory is a pivotal mathematical tool for analyzing relationships between entities, represented as nodes
(vertices) and their pairwise connections (edges). Hypergraphs expand upon this by introducing hyperedges,
which can connect any number of vertices, making them suitable for representing more complex relationships
[21, 22, 30, 139–141]. Below, we outline the definitions of graphs, subgraphs, and hypergraphs.
Definition 2.1 (Graph). [87] A graph 𝐺 is a mathematical structure represented as 𝐺 = (𝑉, 𝐸), where:
3
• 𝑉: A set of vertices.
• 𝐸: A set of hyperedges, where each hyperedge 𝑒 ∈ 𝐸 is a subset of 𝑉, i.e., 𝑒 ⊆ 𝑉.
Properties:
• The hyperedge set 𝐸 is a subset of the power set of 𝑉, i.e., 𝐸 ⊆ P (𝑉), where P (𝑉) is the collection of
all subsets of 𝑉.
• Unlike in traditional graphs, where edges connect exactly two vertices, hyperedges can connect any
number of vertices, including a single vertex or the entire vertex set.
Proposition 2.4. A hypergraph generalizes the concept of a graph by allowing edges, referred to as hyperedges,
to connect more than two vertices.
Proof. In a standard graph, each edge connects exactly two vertices. In contrast, a hypergraph extends this
notion by permitting hyperedges to connect any subset of vertices, including sets with more than two elements.
This broader structure encompasses traditional graphs as a special case where all hyperedges are limited to two
vertices, thereby demonstrating the generalization. □
2.2 SuperHyperGraph
• 𝑉 ⊆ P 𝑛 (𝑉0 ) is the set of supervertices, which are elements of the 𝑛-th power set of 𝑉0 .
• 𝐸 ⊆ P 𝑛 (𝑉0 ) is the set of superedges, also elements of P 𝑛 (𝑉0 ).
4
• A single vertex (𝑣 ∈ 𝑉0 ),
• A subset of 𝑉0 (𝑣 ⊆ 𝑉0 ),
• A subset of subsets of 𝑉0 , up to 𝑛 levels (𝑣 ∈ P 𝑛 (𝑉0 )),
Proof. The 𝑛-SuperHyperGraph generalizes a hypergraph by replacing vertices and edges with elements from
the 𝑛-th iterated PowerSet. This hierarchical structure allows for the representation of relationships at multiple
levels of abstraction, which directly extends the definition of a hypergraph. □
Proposition 2.10. An 𝑛-SuperHyperGraph is a natural extension of a graph, enabling the representation of
complex multi-level relationships.
Proof. By definition, an 𝑛-SuperHyperGraph encompasses the classical graph as a special case when 𝑛 = 0.
The vertices and edges in a graph correspond to base-level elements in the 𝑛-th PowerSet. This embedding of
graphs within 𝑛-SuperHyperGraphs demonstrates the generalization. □
Proposition 2.11. [114] The structure of an 𝑛-SuperHyperGraph is built on the 𝑛-th iterated PowerSet,
providing a robust framework for hierarchical modeling.
Proof. This follows directly from the formal definition of the 𝑛-SuperHyperGraph, which recursively constructs
its vertices and edges using the 𝑛-th PowerSet of a base set. For additional details, see [114]. □
A Superhypergraph and an n-SuperHyperGraph essentially share the same mathematical structure, with the
primary difference being whether n is explicitly defined. Note that this distinction depends on the assumptions
made in the paper.
• 𝑉 ⊆ 𝑉0 .
• 𝐸 ⊆ 𝑉0 .
Here, the supervertices are elements of 𝑉0 , and the superedges are also elements of 𝑉0 .
This case is basic, as both vertices and edges are simply elements of the base set 𝑉0 .
5
Example 2.13 (Case 𝑛 = 1 of 𝑛-superhypergraph). With the same 𝑉0 = {𝑎, 𝑏, 𝑐}, we have:
P 1 (𝑉0 ) = P (𝑉0 ) = {∅, {𝑎}, {𝑏}, {𝑐}, {𝑎, 𝑏}, {𝑎, 𝑐}, {𝑏, 𝑐}, {𝑎, 𝑏, 𝑐}}.
• 𝑉 ⊆ P (𝑉0 ).
• 𝐸 ⊆ P (𝑉0 ).
Let
In this case, the supervertices and superedges are subsets of 𝑉0 . This corresponds to a traditional hypergraph,
where vertices are elements of P (𝑉0 ) (i.e., subsets of 𝑉0 ).
Example 2.14 (Case 𝑛 = 2 of 𝑛-superhypergraph). Again, with 𝑉0 = {𝑎, 𝑏, 𝑐}, we compute:
P 2 (𝑉0 ) = P (P (𝑉0 )).
• 𝑉 ⊆ P 2 (𝑉0 ).
• 𝐸 ⊆ P 2 (𝑉0 ).
Let
Here, the supervertices are subsets of P (𝑉0 ), i.e., sets whose elements are subsets of 𝑉0 .
For instance, {{𝑎}, {𝑏}} is a supervertex consisting of two subsets of 𝑉0 : {𝑎} and {𝑏}.
Example 2.15 (Case 𝑛 = 3 of 𝑛-superhypergraph). With 𝑉0 = {𝑎, 𝑏, 𝑐}, we have:
P 3 (𝑉0 ) = P (P (P (𝑉0 ))) .
Elements of P 3 (𝑉0 ) are subsets of P 2 (𝑉0 ), which themselves are subsets of P (𝑉0 ).
• 𝑉 ⊆ P 3 (𝑉0 ).
• 𝐸 ⊆ P 3 (𝑉0 ).
Let
In this case, the supervertices are sets of elements from P 2 (𝑉0 ), which are themselves sets of subsets of 𝑉0 .
For example, {{{𝑎}, {𝑏}}, {{𝑐}}} is a supervertex in 𝑉, where each element is a set of subsets of 𝑉0 .
6
3 Results in This Paper: Some Concepts for SuperHyperGraphs
In this section, we describe the results presented in this paper. We examine whether several hypergraph
concepts can be extended to superhypergraphs. It is our hope that experts in the field will further explore
practical applications of these extensions in the future.
An Arboreal Hypergraph is a hypergraph with a tree-like structure, often used to model hierarchical relationships
[30,52,78]. We extend this concept using superhypergraphs. The related definitions and theorems are provided
below.
Definition 3.1 (Arboreal Hypergraph). [30, 52, 78] A hypergraph 𝐻 = (𝑉, 𝐸), where 𝑉 is the set of vertices
and 𝐸 is the set of hyperedges, is called an arboreal hypergraph if it satisfies the following conditions:
1. 𝐻 has the Helly property, meaning that for any collection of pairwise intersecting hyperedges, the entire
collection has a non-empty intersection [88, 267].
2. For every cycle in 𝐻 of length at least 3, there exist three hyperedges in the cycle that have a non-empty
intersection.
Definition 3.2 (Co-Arboreal Hypergraph). [52, 78] A hypergraph 𝐻 = (𝑉, 𝐸) is called a co-arboreal hyper-
graph if it is the dual of an arboreal hypergraph. Formally:
1. 𝐻 has the Helly property, meaning that for any collection of pairwise intersecting superedges, the entire
collection has a non-empty intersection.
2. For every cycle in 𝐻 of length at least 3, there exist three superedges in the cycle that have a non-empty
intersection.
2. For every cycle in 𝐻 of length at least 3, there exist three supervertices in the cycle that are contained in
the same superedge of 𝐻.
Theorem 3.5. An Arboreal 𝑛-SuperHyperGraph generalizes the concept of an Arboreal Hypergraph.
Proof. An Arboreal Hypergraph 𝐻 = (𝑉, 𝐸) satisfies the Helly property and has the condition that every
cycle of length at least 3 contains three hyperedges with a non-empty intersection. In the case of an Arboreal
𝑛-SuperHyperGraph, 𝑉 and 𝐸 are extended to elements of P 𝑛 (𝑉0 ), which encompasses standard vertices and
edges as a special case when 𝑛 = 0. Therefore, the conditions for the Helly property and cycles of length
at least 3 are directly extended to the 𝑛-SuperHyperGraph structure, reducing to the original definition when
𝑛 = 0. Thus, Arboreal 𝑛-SuperHyperGraphs generalize Arboreal Hypergraphs. □
7
Proof. A Co-Arboreal Hypergraph 𝐻 = (𝑉, 𝐸) is the dual of an Arboreal Hypergraph and satisfies the
conditions of conformality and that every cycle of length at least 3 contains three vertices in the same
hyperedge. In a Co-Arboreal 𝑛-SuperHyperGraph, the vertices and edges are elements of P 𝑛 (𝑉0 ), thus
extending the structural hierarchy. When 𝑛 = 0, this structure naturally collapses to the definition of a Co-
Arboreal Hypergraph. Therefore, Co-Arboreal 𝑛-SuperHyperGraphs generalize Co-Arboreal Hypergraphs. □
Theorem 3.7. An Arboreal 𝑛-SuperHyperGraph is an 𝑛-SuperHyperGraph.
Proof. An 𝑛-SuperHyperGraph 𝐻 = (𝑉, 𝐸) has supervertices 𝑉 ⊆ P 𝑛 (𝑉0 ) and superedges 𝐸 ⊆ P 𝑛 (𝑉0 ). The
definition of an Arboreal 𝑛-SuperHyperGraph imposes additional structural constraints on 𝐻, such as the Helly
property and specific cycle intersection conditions. These properties do not alter the fundamental structure of
𝐻 as an 𝑛-SuperHyperGraph because the elements of 𝑉 and 𝐸 remain subsets of P 𝑛 (𝑉0 ). Thus, an Arboreal
𝑛-SuperHyperGraph is an 𝑛-SuperHyperGraph. □
Theorem 3.8. A Co-Arboreal 𝑛-SuperHyperGraph is an 𝑛-SuperHyperGraph.
Proof. The dual of an Arboreal 𝑛-SuperHyperGraph, called a Co-Arboreal 𝑛-SuperHyperGraph, retains the su-
pervertex and superedge structure of the original 𝑛-SuperHyperGraph. The dual operation swaps supervertices
and superedges but does not modify their membership in P 𝑛 (𝑉0 ). Consequently, the structure of a Co-Arboreal
𝑛-SuperHyperGraph aligns with that of an 𝑛-SuperHyperGraph. □
A graph morphism is a mapping between graphs that preserves their structure and relationships [260, 262].
A graph isomorphism is a bijective mapping between graphs that preserves vertex adjacency [19, 20, 77, 101,
195, 235, 236, 274, 328]. These concepts have been extended to hypergraphs as hypergraph morphism [52] and
hypergraph isomorphism [52, 99, 224, 249].
In this subsection, we investigate whether these notions can be further generalized to n-superhypergraphs. The
related definitions and theorems are provided below.
Definition 3.9 (Hypergraph Morphism). [52] Let 𝐻 = (𝑉, 𝐸) and 𝐻 ′ = (𝑉 ′ , 𝐸 ′ ) be two hypergraphs without
repeated hyperedges. A morphism of hypergraphs is a map 𝑓 : 𝑉 → 𝑉 ′ such that for every hyperedge 𝑒 ∈ 𝐸,
the image 𝑓 (𝑒) ⊆ 𝑉 ′ under 𝑓 satisfies 𝑓 (𝑒) ∈ 𝐸 ′ .
Definition 3.10 (Bijection). (cf. [172]) A bijection is a function 𝑓 : 𝐴 → 𝐵 between two sets 𝐴 and 𝐵 that
satisfies the following conditions:
• A bijection 𝑓 : 𝑉 → 𝑉 ′ , and
• A bijection 𝜋 : 𝐼 → 𝐽 (where 𝐼 and 𝐽 are the index sets of 𝐸 and 𝐸 ′ , respectively),
8
Definition 3.13 (𝑛-SuperHyperGraph Morphism). Let 𝐻 = (𝑉, 𝐸) and 𝐻 ′ = (𝑉 ′ , 𝐸 ′ ) be two 𝑛-SuperHyperGraphs.
A morphism 𝑓 : 𝑉 → 𝑉 ′ between 𝐻 and 𝐻 ′ is a function such that for every superedge 𝑒 ∈ 𝐸, the image
𝑓 (𝑒) = { 𝑓 (𝑣) | 𝑣 ∈ 𝑒} ⊆ 𝑉 ′ satisfies 𝑓 (𝑒) ∈ 𝐸 ′ .
In other words, 𝑓 maps supervertices to supervertices and superedges to superedges via the induced map on
edges.
Definition 3.14 (𝑛-SuperHyperGraph Isomorphism). Two 𝑛-SuperHyperGraphs 𝐻 = (𝑉, 𝐸) and 𝐻 ′ = (𝑉 ′ , 𝐸 ′ )
are isomorphic, denoted 𝐻 𝐻 ′ , if there exists:
• A bijection 𝑓 : 𝑉 → 𝑉 ′ ,
such that:
In this case, 𝑓 induces a bijection between 𝐸 and 𝐸 ′ , and 𝑓 is called an isomorphism of 𝑛-SuperHyperGraphs.
Proof. When 𝑛 = 0, the 𝑛-th iterated power set is P 0 (𝑉0 ) = 𝑉0 , so the supervertices are simply the base vertices
𝑉0 , and the superedges are subsets of 𝑉0 .
Proof. Again, when 𝑛 = 0, the 𝑛-SuperHyperGraph 𝐻 = (𝑉, 𝐸) becomes a standard hypergraph with vertices
𝑉0 and edges 𝐸 ⊆ P (𝑉0 ).
An 𝑛-SuperHyperGraph isomorphism 𝑓 : 𝑉 → 𝑉 ′ is a bijection such that 𝑓 (𝑒) ∈ 𝐸 ′ for all 𝑒 ∈ 𝐸, and every
edge in 𝐸 ′ is the image of an edge in 𝐸. This coincides with the definition of a hypergraph isomorphism, where
there is a bijection between the vertex sets that induces a bijection between the edge sets.
This matches the definition of a hypergraph automorphism, which is an isomorphism from a hypergraph to
itself.
9
3.3 Molecular n-superhypergraph
A Molecular Graph represents the structural formula of a molecule, modeling atoms as labeled nodes and bonds
as labeled edges [128, 180, 194, 233, 263, 358, 367]. Molecular Graphs are closely related to Chemical Graphs
[40, 127, 270, 329, 335]. A Molecular Hypergraph extends this concept, representing atoms as hyperedges and
bonds as nodes connecting them [65, 185, 196, 198, 199, 253].
Definition 3.19 (Atom). (cf. [209, 336]) An atom is the basic unit of matter, consisting of a nucleus of protons
and neutrons surrounded by electrons. In the context of molecular graphs, an atom is represented as a vertex
labeled with its chemical symbol [343], such as 𝐻 (hydrogen [177]) or 𝐶 (carbon [327]).
Definition 3.20 (Bond). (cf. [261, 287]) A bond is a connection between two atoms, representing the chemical
interaction that holds them together. In molecular graphs, bonds are represented as edges labeled with their
type, such as single, double, or triple bonds.
Definition 3.21. (cf. [194, 233, 263, 367]) A Molecular Graph is a graph 𝐺 = (𝑉, 𝐸) that represents the
structural formula of a molecule. In this representation:
• 𝐸: The edge set represents the chemical bonds between pairs of atoms.
Each vertex 𝑣 ∈ 𝑉 may have additional labels to denote the chemical element it represents (e.g., hydrogen,
carbon, oxygen), and each edge 𝑒 ∈ 𝐸 may have labels indicating the type of bond (e.g., single, double, or
triple bonds).
Definition 3.22 (molecular hypergraph). (cf. [65,185,196,198,199,253]) A molecular hypergraph is a node and
hyperedge-labeled hypergraph that models a molecule’s atomic and bonding structure. Formally, a molecular
(𝑉 ) (𝐸 )
hypergraph 𝐻 is defined as an ordered quadruple 𝐻 = (𝑉𝐻 , 𝐸 𝐻 , ℓ𝐻 , ℓ𝐻 ), where:
(𝑉 ) (𝐸 )
An Molecular 𝑛-SuperHyperGraph is defined as an ordered quadruple 𝐻 = (𝑉𝐻 , 𝐸 𝐻 , ℓ𝐻 , ℓ𝐻 ), where:
10
(𝐸 ) (𝐸 ) (𝐸 )
• ℓ𝐻 : 𝐸𝐻 → 𝐿𝐻 is a superedge-labeling function, assigning labels from a set 𝐿 𝐻 of atomic or
molecular properties.
• A single bond (𝑣 ∈ 𝑉0 ),
• A subset of bonds (𝑣 ⊆ 𝑉0 ),
• A higher-level collection up to 𝑛 levels (𝑣 ∈ P 𝑛 (𝑉0 )),
Proof. When 𝑛 = 0, the 𝑛-th iterated power set reduces to P 0 (𝑉0 ) = 𝑉0 . Thus, the supernodes 𝑉𝐻 ⊆ 𝑉0 are
simply the base nodes representing bonds, and the superhyperedges 𝐸 𝐻 ⊆ 𝑉0 represent connections between
these bonds.
(𝑉 ) (𝐸 )
In this case, the Molecular 𝑛-SuperHyperGraph 𝐻 = (𝑉𝐻 , 𝐸 𝐻 , ℓ𝐻 , ℓ𝐻 ) reduces to a standard Molecular
Hypergraph, where:
Therefore, the Molecular 𝑛-SuperHyperGraph encompasses the Molecular Hypergraph as a special case when
𝑛 = 0, thereby generalizing it. □
(𝑉 ) (𝐸 )
Proof. A Molecular 𝑛-SuperHyperGraph 𝐻 = (𝑉𝐻 , 𝐸 𝐻 , ℓ𝐻 , ℓ𝐻 ) satisfies the structure of an 𝑛-SuperHyperGraph
as follows:
1. By definition, 𝑉𝐻 ⊆ P 𝑛 (𝑉0 ), where P 𝑛 (𝑉0 ) is the 𝑛-th iterated power set of the base vertex set 𝑉0 .
Hence, 𝑉𝐻 comprises supervertices that adhere to the hierarchical structure up to 𝑛 levels.
2. Similarly, 𝐸 𝐻 ⊆ P 𝑛 (𝑉0 ), meaning that 𝐸 𝐻 contains superedges that align with the structure of 𝑛-
SuperHyperGraphs.
(𝑉 ) (𝐸 )
3. The labeling functions ℓ𝐻 and ℓ𝐻 assign additional properties to vertices and edges but do not alter
the structural definition of 𝑛-SuperHyperGraphs.
11
3.4 Signed n-superhypergraph
A signed graph is a graph where each edge is assigned a positive or negative sign, modeling relationships
with polarity [84, 164, 184, 227, 368]. The hypergraph counterpart is known as a signed hypergraph [152, 292,
293, 347, 359]. We extend these concepts using superhypergraphs. The related definitions and theorems are
provided below.
Definition 3.26. [292] The incidence matrix of 𝐻, denoted by Φ(𝐻), is a matrix of dimensions |𝑉 (𝐻)|×|𝐸 (𝐻)|,
where the entry Φ(𝐻)𝑖, 𝑗 = 𝜑(𝑣 𝑖 , 𝑒 𝑗 ) indicates the incidence relationship between the 𝑖-th vertex and the 𝑗-th
edge.
Definition 3.27. [292] A signed hypergraph 𝐻 is formally defined as an ordered triple 𝐻 = (𝑉 (𝐻), 𝐸 (𝐻), 𝜑),
where:
• A signed graph is a specific instance of a signed hypergraph where all edges have exactly two incident
vertices, i.e., 𝛿(𝑒) = 2 for all 𝑒 ∈ 𝐸 (𝐻).
• A hypergraph is a particular case of a signed hypergraph where the incidence function satisfies 𝜑(𝑣, 𝑒) ∈
{0, 1} for all (𝑣, 𝑒), meaning all incidences are positive.
Definition 3.29. Let 𝑉0 be a finite set of base vertices. Define the 𝑛-th iterated power set of 𝑉0 recursively as
before.
Proof. When 𝑛 = 0, 𝑉 (𝐻) ⊆ P 0 (𝑉0 ) = 𝑉0 and 𝐸 (𝐻) ⊆ P 0 (𝑉0 ) = 𝑉0 . In this scenario, the supervertices and
superedges are elements of the base set 𝑉0 .
The incidence function 𝜑 : 𝑉0 × 𝑉0 → {−1, 0, 1} defines the relationships between vertices and edges as in a
standard Signed Hypergraph.
Thus, the Signed 𝑛-SuperHyperGraph reduces to a Signed Hypergraph when 𝑛 = 0, and therefore generalizes
it. □
Theorem 3.31. Signed 𝑛-SuperHyperGraphs are 𝑛-SuperHyperGraphs.
12
Proof. A Signed 𝑛-SuperHyperGraph 𝐻 = (𝑉 (𝐻), 𝐸 (𝐻), 𝜑) satisfies the structure of an 𝑛-SuperHyperGraph
as follows:
1. By definition, 𝑉 (𝐻) ⊆ P 𝑛 (𝑉0 ), where P 𝑛 (𝑉0 ) is the 𝑛-th iterated power set of the base vertex set 𝑉0 .
Hence, 𝑉 (𝐻) comprises supervertices that satisfy the hierarchical structure up to 𝑛 levels.
2. Similarly, 𝐸 (𝐻) ⊆ P 𝑛 (𝑉0 ), meaning that 𝐸 (𝐻) contains superedges that conform to the structure of
𝑛-SuperHyperGraphs.
3. The incidence function 𝜑 : 𝑉 (𝐻) × 𝐸 (𝐻) → {−1, 0, 1} introduces signed relationships between super-
vertices and superedges but does not alter their structural definitions.
A Probabilistic Graph is a graph where edges are assigned probabilities, capturing uncertainty in connections
(cf. [96, 105, 154, 197, 203, 290]). The Probabilistic Hypergraph is an extension of this concept to hypergraphs,
where hyperedges are associated with probabilities [166, 202, 217, 222, 248]. Various studies have explored
its applications and properties. This concept is further generalized to n-SuperHyperGraphs. The related
definitions and theorems are outlined below.
Definition 3.32. (cf. [178, 281]) Probability is a measure quantifying the likelihood of an event occurring,
ranging from 0 (impossible) to 1 (certain).
Definition 3.33 (Probabilistic Graph). [105, 197] A Probabilistic Graph is defined as a triplet 𝐺 = (𝑉, 𝐸, 𝐴),
where:
• 𝐴 : 𝑉 × 𝑉 → [0, 1] is an affinity matrix or probability matrix, where 𝐴(𝑖, 𝑗) represents the probability
or weight of connection between vertices 𝑣 𝑖 , 𝑣 𝑗 ∈ 𝑉.
Edge Weight: For each edge 𝑒 = {𝑣 𝑖 , 𝑣 𝑗 } ∈ 𝐸, the weight 𝑤(𝑒) is defined as:
𝑤(𝑒) = 𝐴(𝑣 𝑖 , 𝑣 𝑗 ).
Adjacency Matrix: The adjacency matrix 𝑀 of the probabilistic graph is given by:
(
𝐴(𝑣 𝑖 , 𝑣 𝑗 ), if {𝑣 𝑖 , 𝑣 𝑗 } ∈ 𝐸,
𝑀 (𝑖, 𝑗) =
0, otherwise.
Definition 3.34 (Centroid in Hypergraphs). [166] Let 𝑉 be a finite set of vertices, and 𝐴 : 𝑉 × 𝑉 → [0, 1] be
a similarity matrix, where 𝐴(𝑖, 𝑗) quantifies the similarity between vertices 𝑣 𝑖 , 𝑣 𝑗 ∈ 𝑉.
13
• Maximum similarity to other vertices:
∑︁
𝑣 𝑗 = arg max 𝐴(𝑣, 𝑣 𝑖 ).
𝑣 ∈𝑉
𝑣𝑖 ∈𝑒
• 𝐴 : 𝑉 ×𝑉 → [0, 1] is an affinity matrix that quantifies the similarity or probability of connection between
vertices. Specifically, 𝐴(𝑖, 𝑗) represents the similarity between vertices 𝑣 𝑖 , 𝑣 𝑗 ∈ 𝑉.
Hyperedge Weight: For each hyperedge 𝑒 ∈ 𝐸, the weight 𝑤(𝑒) is computed as:
∑︁
𝑤(𝑒) = 𝐴(𝑣 𝑗 , 𝑣 𝑖 ),
𝑣𝑖 ∈𝑒
Definition 3.36 (Probabilistic 𝑛-SuperHyperGraph). Let 𝑉0 be a finite set of base vertices. Define the 𝑛-th
iterated power set of 𝑉0 recursively as:
P 0 (𝑉0 ) = 𝑉0 , P 𝑘+1 (𝑉0 ) = P P 𝑘 (𝑉0 ) ,
14
• 𝑉 and 𝐸 are as defined above.
• 𝐴 : 𝑉 × 𝑉 → [0, 1] is an affinity function assigning a probability or similarity measure between pairs of
supervertices.
superedge Weight: For each superedge 𝑒 ∈ 𝐸, the weight 𝑤(𝑒) is calculated as:
∑︁
𝑤(𝑒) = 𝐴(𝑣 𝑗 , 𝑣 𝑖 ),
𝑣𝑖 ∈𝑒
Proof. When 𝑛 = 0, the 𝑛-th iterated power set simplifies to P 0 (𝑉0 ) = 𝑉0 , so the supervertices and superedges
reduce to elements and subsets of the base vertex set 𝑉0 . In this scenario, the Probabilistic 𝑛-SuperHyperGraph
𝐺 = (𝑉, 𝐸, 𝐴) becomes a Probabilistic HyperGraph with vertex set 𝑉0 , hyperedge set 𝐸 ⊆ P (𝑉0 ), and affinity
function 𝐴 : 𝑉0 ×𝑉0 → [0, 1]. The definitions of the incidence matrix 𝐻, hyperedge weights 𝑤(𝑒), and degrees
𝑑 (𝑣) and 𝛿(𝑒) coincide with those in the Probabilistic HyperGraph. Thus, the Probabilistic 𝑛-SuperHyperGraph
generalizes the Probabilistic HyperGraph. □
Question 3.39. Is it possible to define a Bayesian n-superhypergraph as an extension of Bayesian hypergraphs
[174, 175, 342]? Additionally, can the concept of a Markov chain in hypergraphs [49, 220] be extended to
n-superhypergraphs? What are the potential mathematical structures and applications of such an extension?
An independent set in a graph is a set of vertices such that no two vertices in the set are connected by
an edge [144, 223]. Similarly, an independent set in a hypergraph is a subset of vertices that does not
contain any hyperedge as a subset, extending the concept of independence to higher-dimensional relationships
[23, 42, 153, 181, 201]. This concept can be further defined in the context of a superhypergraph. The relevant
definitions and theorem are presented below.
15
Definition 3.40 (Independent Set in a Hypergraph). [23] Let 𝐻 = (𝑉 (𝐻), 𝐸 (𝐻)) be a hypergraph, where
𝑉 (𝐻) is the set of vertices and 𝐸 (𝐻) ⊆ 2𝑉 (𝐻 ) is the set of hyperedges. A subset 𝐼 ⊆ 𝑉 (𝐻) is called an
independent set in 𝐻 if 𝐼 does not contain any hyperedge of 𝐻 as a subset. Formally,
𝐼 is independent ⇐⇒ ∀𝑒 ∈ 𝐸 (𝐻), 𝑒 ⊈ 𝐼.
𝐼 is independent ⇐⇒ ∀𝑒 ∈ 𝐸, 𝑒 ⊈ 𝐼.
Theorem 3.42. The concept of an independent set in an 𝑛-SuperHyperGraph generalizes the notion of an
independent set in a hypergraph. In particular, a hypergraph is equivalent to a 1-SuperHyperGraph.
Proof. Let 𝐻 = (𝑉, 𝐸) be a hypergraph. By definition, 𝑉 ⊆ 𝑉0 and 𝐸 ⊆ 2𝑉0 , where 𝑉0 is the base set of
vertices. A hypergraph can be interpreted as a 1-SuperHyperGraph, since:
P 1 (𝑉0 ) = P (𝑉0 ).
For a 1-SuperHyperGraph 𝐻 = (𝑉, 𝐸), the vertices and edges satisfy 𝑉, 𝐸 ⊆ P 1 (𝑉0 ), and the independence
condition 𝐼 ⊆ 𝑉 with 𝑒 ⊈ 𝐼 for all 𝑒 ∈ 𝐸 is exactly the same as the definition of independence in a hypergraph.
For 𝑛 > 1, the vertices and edges 𝑉, 𝐸 ⊆ P 𝑛 (𝑉0 ) involve higher levels of hierarchical relationships. However,
the independence condition 𝑒 ⊈ 𝐼 remains consistent across all levels of 𝑛. Thus, the definition of independence
in 𝑛-SuperHyperGraphs generalizes the concept from hypergraphs.
The Graph Ramsey Number is the smallest 𝑁 such that any red-blue edge coloring of 𝐾 𝑁 contains a red
𝐾𝑠 or a blue 𝐾𝑡 [28, 64, 97, 143, 268]. The Hypergraph Ramsey Number is the smallest 𝑁 such that any
red-blue coloring of 𝑘-element subsets of [𝑁] contains a monochromatic 𝑘-uniform hypergraph of size 𝑠 or
𝑡 [75, 76, 89, 200, 244, 245]. These concepts are extended to superhypergraphs. The relevant definitions and
theorems are presented below.
Definition 3.43 (Complete Graph). (cf. [2, 68]) A complete graph, denoted 𝐾𝑛 , is a graph where:
Definition 3.45 (Graph Ramsey Number). [28, 64, 97, 143, 268] The Graph Ramsey Number, denoted 𝑅(𝑠, 𝑡),
is the smallest positive integer 𝑁 such that any red-blue coloring of the edges of a complete graph 𝐾 𝑁 on 𝑁
vertices contains:
16
Formally,
𝑅(𝑠, 𝑡) = min {𝑁 | ∀ red-blue edge colorings of 𝐾 𝑁 , ∃ a red 𝐾𝑠 or a blue 𝐾𝑡 } .
Definition 3.46 (𝑘-Uniform Hypergraph). [76, 159, 247, 278] A 𝑘-uniform hypergraph 𝐻 = (𝑉, 𝐸) is a
hypergraph where:
Definition 3.47 (Monochromatic 𝑘-Uniform Hypergraph). [76] A 𝑘-uniform hypergraph 𝐻 = (𝑉, 𝐸) is said
to be monochromatic under a coloring if all hyperedges 𝑒 ∈ 𝐸 are assigned the same color.
More formally, let 𝜒 : 𝑉𝑘 → {𝑐 1 , 𝑐 2 , . . . , 𝑐 𝑚 } be a coloring function assigning one of 𝑚 colors to each 𝑘-tuple
of 𝑉. The 𝑘-uniform hypergraph 𝐻 = (𝑉, 𝐸) is monochromatic if there exists a color 𝑐 ∈ {𝑐 1 , 𝑐 2 , . . . , 𝑐 𝑚 } such
that:
∀𝑒 ∈ 𝐸, 𝜒(𝑒) = 𝑐.
Definition 3.48 (Monochromatic Subset in a 𝑘-Uniform Hypergraph). [76] Given a 𝑘-uniform hypergraph
𝐻 = (𝑉, 𝐸) with a coloring 𝜒 : 𝑉𝑘 → {𝑐 1 , 𝑐 2 , . . . , 𝑐 𝑚 }, a subset 𝑆 ⊆ 𝑉 is called a monochromatic subset if:
𝑆
∀𝑒 ∈ , 𝜒(𝑒) = 𝑐,
𝑘
1. There exists a subset 𝑆 ⊆ [𝑁] with |𝑆| = 𝑠 such that every 𝑘-tuple of 𝑆 is red.
2. There exists a subset 𝑇 ⊆ [𝑁] with |𝑇 | = 𝑛 such that every 𝑘-tuple of 𝑇 is blue.
Formally,
[𝑁]
𝑟 𝑘 (𝑠, 𝑛) = min 𝑁 | ∀ red-blue coloring of , ∃ monochromatic 𝑘-uniform hypergraph with size 𝑠 or 𝑛 .
𝑘
Definition 3.50 (k-Uniform n-SuperHypergraph). Let 𝑛 ≥ 1 and 𝑘 ≥ 1 be integers, and let 𝑉0 be a finite set.
Let 𝑉 = P 𝑛−1 (𝑉0 ) be the set of vertices.
∀𝑒 ∈ 𝐸, 𝜒(𝑒) = 𝑐.
Definition 3.52 (n-SuperHypergraph Ramsey Numbers). Let 𝑛 ≥ 1, 𝑘 ≥ 1, and 𝑠, 𝑡 be positive integers. The
𝑛-SuperHypergraph Ramsey number, denoted 𝑟 𝑛(𝑘 ) (𝑠, 𝑡), is the smallest positive integer 𝑁 such that, for every
red-blue coloring 𝜒 of the edges in 𝑉𝑘 with 𝑉 = P 𝑛−1 (𝑉0 ) and |𝑉0 | = 𝑁, one of the following holds:
1. There exists a subset 𝑆 ⊆ 𝑉 with |𝑆| = 𝑠 such that all 𝑘-element subsets of 𝑆 are colored red.
17
2. There exists a subset 𝑇 ⊆ 𝑉 with |𝑇 | = 𝑡 such that all 𝑘-element subsets of 𝑇 are colored blue.
Formally,
𝑉
𝑟 𝑛(𝑘 ) (𝑠, 𝑡) = min 𝑁 ∀ red-blue coloring 𝜒 of , ∃ monochromatic 𝑘-uniform 𝑛-SuperHypergraph of size 𝑠 or 𝑡 .
𝑘
Theorem 3.53. The concept of 𝑛-SuperHypergraph Ramsey numbers generalizes hypergraph Ramsey numbers.
In particular, when 𝑛 = 1, the 𝑛-SuperHypergraph Ramsey number 𝑟 1(𝑘 ) (𝑠, 𝑡) coincides with the classical
hypergraph Ramsey number 𝑟 𝑘 (𝑠, 𝑡).
In the classical hypergraph Ramsey problem, we consider the smallest integer 𝑁 such that any red-blue coloring
of the edges of the complete 𝑘-uniform hypergraph on 𝑁 vertices contains a monochromatic complete 𝑘-uniform
hypergraph of size 𝑠 in red or 𝑡 in blue.
This shows that the 𝑛-SuperHypergraph Ramsey numbers generalize the classical hypergraph Ramsey numbers.
□
Question 3.54. Is it possible to propose Anti-Ramsey theorems [95] in the context of n-SuperHypergraphs?
In general, a tripartite graph is a graph in which the vertex set is divided into three disjoint subsets, with no
edges connecting vertices within the same subset [251, 291, 373, 380]. Tripartite graphs have been extensively
studied for practical applications in fields such as personalized recommendation systems [221,373]. A tripartite
graph can also be viewed as an extended version of a bipartite graph [17, 90, 145]. A multipartite graph is a
graph where the vertex set is partitioned into k disjoint subsets, ensuring that no two vertices within the same
subset are adjacent [46,81,98]. These concepts, when extended to hypergraphs, lead to the notions of Tripartite
Hypergraphs [133, 134, 170, 216, 372] and Multipartite Hypergraphs [1, 47]. A more structured version, the k-
Uniform Multipartite Hypergraph, has also been widely studied in this context [47]. This subsection introduces
a further generalization of these concepts to superhypergraphs, as described below. It is worth noting that
in this paper, the definition of a tripartite hypergraph follows the user–item–tag tripartite hypergraph model
proposed in [372].
Definition 3.55 (Tripartite Hypergraph). [372] A tripartite hypergraph is a hypergraph 𝐺 = (𝑉, 𝐻) where:
• 𝑉 = 𝑈 ∪ 𝑅 ∪ 𝑇, where 𝑈, 𝑅, and 𝑇 are disjoint vertex sets representing users, resources, and tags,
respectively.
• 𝐻 ⊆ 𝑈 × 𝑅 × 𝑇, the set of hyperedges, where each hyperedge ℎ = (𝑢, 𝑟, 𝑡) consists of one user 𝑢 ∈ 𝑈,
one resource 𝑟 ∈ 𝑅, and one tag 𝑡 ∈ 𝑇.
Definition 3.56 (Properties of a Tripartite Hypergraph). [372] Given a tripartite hypergraph 𝐺 = (𝑉, 𝐻):
18
• The clustering coefficient of a node 𝑣 ∈ 𝑉 is the ratio of the actual number of hyperedges involving 𝑣 to
the maximum possible number of such hyperedges, based on the degrees of its neighbors [36, 289].
• The average distance is the average shortest path length between two random nodes in 𝐺, considering
paths that traverse hyperedges [71, 72].
Definition 3.57 (k-Uniform Multipartite Hypergraph). (cf. [47]) A 𝑘-uniform multipartite hypergraph is a
hypergraph 𝐻 = (𝑉, 𝐸), where:
• 𝑉 = 𝑉1 ∪𝑉2 ∪ · · · ∪𝑉𝑘 is the vertex set, partitioned into 𝑘 disjoint subsets 𝑉1 , 𝑉2 , . . . , 𝑉𝑘 , called the vertex
classes.
• 𝐸 ⊆ 𝑉1 × 𝑉2 × · · · × 𝑉𝑘 , the set of hyperedges, where each hyperedge 𝑒 ∈ 𝐸 is a 𝑘-tuple such that
|𝑒 ∩ 𝑉𝑖 | = 1 for all 𝑖 = 1, 2, . . . , 𝑘.
Definition 3.58 (Tripartite 𝑛-SuperHypergraph). Let 𝑉0 be a finite set. The 𝑛-th iterated power set of 𝑉0 ,
denoted P 𝑛 (𝑉0 ), is defined recursively as:
P 0 (𝑉0 ) = 𝑉0 , P 𝑘+1 (𝑉0 ) = P P 𝑘 (𝑉0 ) , for 𝑘 ≥ 0,
And let 𝑛 ≥ 1, and let 𝑈0 , 𝑅0 , and 𝑇0 be finite, disjoint base sets representing users, resources, and tags,
respectively.
19
Theorem 3.61. The concept of a 𝑘-Uniform Multipartite 𝑛-SuperHypergraph generalizes that of a 𝑘-Uniform
Multipartite Hypergraph. Specifically, when 𝑛 = 1, a 𝑘-Uniform Multipartite 𝑛-SuperHypergraph reduces to a
𝑘-Uniform Multipartite Hypergraph.
Therefore, the vertex classes are 𝑉𝑖 = 𝑉0,𝑖 , and the vertex set is 𝑉 = 𝑉0,1 ∪ 𝑉0,2 ∪ · · · ∪ 𝑉0,𝑘 .
This matches the definition of a 𝑘-Uniform Multipartite Hypergraph, where the vertex set is partitioned into 𝑘
classes, and each hyperedge consists of one vertex from each class.
Definition 3.63. [283] A hypergraph 𝐻 is called simple if it contains no repeated hyperedges. Moreover, if
every hyperedge in 𝐸 contains exactly 𝑟 vertices, the hypergraph is called an 𝑟-uniform hypergraph.
Definition 3.64. [283] The degree sequence of a hypergraph 𝐻 is the vector of degrees of all vertices,
represented as:
𝑑 (𝐻) = (𝑑 (𝑣 1 ), 𝑑 (𝑣 2 ), . . . , 𝑑 (𝑣 𝑛 )).
Definition 3.66 (𝑛-SuperHypergraphic Sequence). Given a finite set 𝑉 of supervertices, an 𝑚-tuple of non-
negative integers 𝑑 = (𝑑 (𝑣 1 ), 𝑑 (𝑣 2 ), . . . , 𝑑 (𝑣 𝑚 )) is called an 𝑛-SuperHypergraphic Sequence if there exists
an 𝑛-SuperHyperGraph 𝐻 = (𝑉, 𝐸) such that for each supervertex 𝑣 𝑖 ∈ 𝑉, the degree 𝑑 (𝑣 𝑖 ) equals the given
degree in the sequence, i.e.,
20
Proof. Case 1 (𝑛 = 0): When 𝑛 = 0, the 𝑛-th iterated power set is P 0 (𝑉0 ) = 𝑉0 . Thus, the supervertices are
the base vertices 𝑉 = 𝑉0 , and the superedges are subsets of 𝑉0 , i.e., 𝐸 ⊆ P (𝑉0 ).
An 𝑛-SuperHyperGraph 𝐻 = (𝑉, 𝐸) becomes a standard hypergraph in this case. The degree of each vertex
𝑣 ∈ 𝑉 is calculated as:
𝑑 (𝑣) = |{𝑒 ∈ 𝐸 | 𝑣 ∈ 𝑒}|,
which matches the definition of vertex degrees in hypergraphs.
Case 2 (𝑛 > 0): For 𝑛 > 0, the supervertices 𝑉 ⊆ P 𝑛 (𝑉0 ) include higher-order elements from the iterated
power set. The degrees of supervertices are defined similarly:
This extends the concept of a degree sequence to 𝑛-SuperHyperGraphs, capturing the degrees of supervertices
at various hierarchical levels.
Since the definition of an 𝑛-SuperHypergraphic Sequence encompasses the standard hypergraphic sequence
when 𝑛 = 0, and generalizes it for 𝑛 > 0, it follows that the 𝑛-SuperHypergraphic Sequence is a generalization
of the hypergraphic sequence. □
• Weights (𝜑): Each hyperedge 𝑒 = (𝑘, 𝐷) is associated with a weight 𝜑(𝑒), which represents the relevance
or importance of the relationship between the query concept set 𝑘 and the document 𝐷.
Definition 3.69 (Query 𝑛-SuperHyperGraph). Let 𝑉0 be the base set of query concepts derived from a query
𝑄, and let 𝐷 represent a document in the retrieval corpus. Define the 𝑛-th iterated power set of 𝑉0 recursively
as:
P 0 (𝑉0 ) = 𝑉0 , P 𝑘+1 (𝑉0 ) = P P 𝑘 (𝑉0 ) .
• Vertices (𝑉): The vertex set 𝑉 consists of supervertices, which are elements of the 𝑛-th iterated power
set of the base set 𝑉0 augmented with the document 𝐷:
𝑉 = P 𝑛 (𝑉0 ) ∪ {𝐷}.
• Superedges (𝐸): The superedge set 𝐸 consists of subsets of 𝑉, connecting supervertices at various
hierarchical levels. Each superedge 𝑒 ∈ 𝐸 is defined as:
21
• Weights (𝜑): Each superedge 𝑒 = (𝑘, 𝐷) is associated with a weight 𝜑(𝑒), representing the relevance or
importance of the relationship between the supervertex set 𝑘 and the document 𝐷.
Proof. When 𝑛 = 0, the 𝑛-th iterated power set reduces to P 0 (𝑉0 ) = 𝑉0 , the base set of query concepts. In this
case:
• The vertices 𝑉 become 𝑉 = 𝑉0 ∪ {𝐷}, matching the vertex set in the Query Hypergraph.
Therefore, the Query 𝑛-SuperHyperGraph reduces to the Query Hypergraph when 𝑛 = 0. For 𝑛 > 0, it extends
the structure to include higher-level supervertices and superedges, thus generalizing the Query Hypergraph. □
• Vertices (𝑉): Elements of the 𝑛-th iterated power set P 𝑛 (𝑉0 ), where 𝑉0 is the base set.
• Edges (𝐸): Subsets of P 𝑛 (𝑉0 ), connecting supervertices at different hierarchical levels.
• Vertices (𝑉): Defined as P 𝑛 (𝑉0 ) ∪ {𝐷}, where 𝑉0 is the set of query concepts and 𝐷 is the document.
The additional element 𝐷 does not alter the hierarchical structure of P 𝑛 (𝑉0 ), as it can be treated as a
singleton set {𝐷} ⊆ P 𝑛 (𝑉0 ).
• Superedges (𝐸): Defined as 𝑒 = (𝑘, 𝐷) for 𝑘 ∈ P 𝑛 (𝑉0 ). These superedges are subsets of 𝑉 and connect
elements within P 𝑛 (𝑉0 ) ∪ {𝐷}, preserving the hierarchical structure of P 𝑛 (𝑉0 ).
The weights 𝜑(𝑒) do not affect the structural composition of the vertices and superedges, as they are additional
metadata associated with each superedge.
Thus, the Query 𝑛-SuperHyperGraph 𝐻 = (𝑉, 𝐸, 𝜑) satisfies the structural requirements of an 𝑛-SuperHyperGraph
𝐻 ′ = (𝑉 ′ , 𝐸 ′ ), with:
𝑉 ′ = P 𝑛 (𝑉0 ), 𝐸 ′ = P 𝑛 (𝑉0 ).
22
3.11 Superhypergraph Energy Functions
Hypergraph Energy Functions are mathematical tools designed to quantify relationships in hypergraphs by
optimizing node and edge embeddings for downstream tasks [61, 341]. This concept is extended to superhy-
pergraphs, and the corresponding definitions are provided below.
Definition 3.72 (Hyperedge Regularization). (cf. [338, 341]) Hyperedge Regularization is a technique that
enforces similarity or consistency among nodes within the same hyperedge in a hypergraph. Mathematically,
for a hypergraph 𝐻 = (𝑉, 𝐸), the regularization term for a hyperedge 𝑒 ∈ 𝐸 is often defined as:
∑︁
𝑅(𝑒) = ∥y𝑖 − y 𝑗 ∥ 2 ,
𝑖, 𝑗 ∈𝑒
where y𝑖 and y 𝑗 are embeddings of nodes 𝑖 and 𝑗, and ∥ · ∥ denotes the norm. This term penalizes differences
in embeddings among nodes within the hyperedge 𝑒, promoting structural coherence.
Definition 3.73 (Hypergraph Energy Function). [341] Let 𝐻 = (𝑉, 𝐸) be a hypergraph, where 𝑉 is the set of
nodes, 𝐸 is the set of hyperedges, and 𝐵 ∈ R |𝑉 | × | 𝐸 | is the binary incidence matrix such that 𝐵𝑖𝑘 = 1 if node
𝑣 𝑖 ∈ 𝑒 𝑘 , and 𝐵𝑖𝑘 = 0 otherwise. Define:
L (𝑌 , 𝑍) = 𝑔1 (𝑌 ) + 𝑔2 (𝑍) + 𝑔3 (𝑌 , 𝑍),
Here, 𝜆0 and 𝜆1 are weighting factors that balance the contributions of the terms.
Definition 3.74 (n-SuperHypergraph Energy Function). Let 𝐻 = (𝑉, 𝐸) be an 𝑛-SuperHyperGraph, where 𝑉
is the set of supervertices and 𝐸 is the set of superedges. Let 𝑑 be the dimensionality of the embeddings.
where 𝜆0 and 𝜆1 are non-negative hyperparameters controlling the importance of each term.
23
Theorem 3.75. The n-SuperHypergraph Energy Function generalizes the hypergraph energy function. Specif-
ically, when 𝑛 = 0, the n-SuperHypergraph Energy Function reduces to the standard hypergraph energy
function.
Proof. When 𝑛 = 0, the 𝑛-th iterated power set reduces to P 0 (𝑉0 ) = 𝑉0 . Thus, the supervertices and superedges
become elements and subsets of the base vertex set 𝑉0 , respectively.
In this case:
Therefore, the n-SuperHypergraph Energy Function generalizes the hypergraph energy function. □
A transversal graph is a type of graph where every edge intersects all subsets of edges, ensuring that no subset
remains disjoint from the edge set [31, 67, 147, 240].
Similarly, a transversal hypergraph is defined as a hypergraph where every hyperedge represents a minimal
hitting set that intersects all hyperedges of the original hypergraph [92, 93, 146, 148, 191, 323, 333].
This concept is extended to the domain of 𝑛-SuperHyperGraphs. The related definitions and theorems are
provided below.
Definition 3.76 (Transversal). (cf. [92, 93, 148, 191, 323]) Let 𝐻 = (𝑉, 𝐸) be a hypergraph. A set 𝑇 ⊆ 𝑉 is
called a transversal (or hitting set) of 𝐻 if:
𝑇 ∩ 𝐸 𝑖 ≠ ∅, ∀𝐸 𝑖 ∈ 𝐸 .
Tr(𝐻) = (𝑉, T ),
24
• If 𝑥 ∈ 𝑉0 , then Base(𝑥) = {𝑥}.
• If 𝑥 is a set, i.e., 𝑥 ∈ P 𝑘 (𝑉0 ) for 𝑘 ≥ 1, then:
Ø
Base(𝑥) = Base(𝑦).
𝑦∈𝑥
Base(𝑣) ∩ Base(𝑒) ≠ ∅.
Definition 3.80 (Transversal in 𝑛-SuperHyperGraph). A set 𝑇 ⊆ 𝑉 is called a transversal (or hitting set) of an
𝑛-SuperHyperGraph 𝐻 = (𝑉, 𝐸) if for every superedge 𝑒 ∈ 𝐸, there exists a supervertex 𝑣 ∈ 𝑇 such that 𝑣 is
incident to 𝑒; that is:
Base(𝑣) ∩ Base(𝑒) ≠ ∅.
A transversal 𝑇 is minimal if no proper subset 𝑇 ′ ⊂ 𝑇 is a transversal of 𝐻.
Definition 3.81 (Transversal 𝑛-SuperHyperGraph). Given an 𝑛-SuperHyperGraph 𝐻 = (𝑉, 𝐸), the Transversal
𝑛-SuperHyperGraph of 𝐻, denoted Tr(𝐻), is defined as:
Tr(𝐻) = (𝑉, T ),
𝑇 ∩ 𝑒 ≠ ∅, ∀𝑒 ∈ 𝐸,
The minimal transversals in 𝐻 correspond to the minimal hitting sets in the hypergraph. Consequently, the
Transversal 𝑛-SuperHyperGraph Tr(𝐻) = (𝑉, T ) reduces to the classical Transversal Hypergraph, where T is
the set of all minimal transversals.
25
Proof. Let 𝐻 = (𝑉, 𝐸) be an 𝑛-SuperHyperGraph, where 𝑉 ⊆ P 𝑛 (𝑉0 ) is the set of 𝑛-level supervertices, and
𝐸 ⊆ P 𝑛 (𝑉0 ) is the set of 𝑛-level superedges.
By definition, the Transversal 𝑛-SuperHyperGraph Tr(𝐻) = (𝑉, T ) is formed by computing the family T ,
which consists of all minimal transversals of 𝐻.
The vertices 𝑉 of Tr(𝐻) are identical to those of the original 𝑛-SuperHyperGraph 𝐻, and thus 𝑉 ⊆ P 𝑛 (𝑉0 ).
The set T is a subset of the 𝑛-th iterated power set P 𝑛 (𝑉0 ), which aligns with the edge definition of an
𝑛-SuperHyperGraph. Therefore, Tr(𝐻) adheres to the structural constraints of an 𝑛-SuperHyperGraph.
Thus, Tr(𝐻) satisfies the vertex and edge definitions of an 𝑛-SuperHyperGraph, confirming that it retains the
structural properties of 𝑛-SuperHyperGraphs. □
3.13 n-SuperHypernetwork
A hyperedge 𝑒 ∈ 𝐸 represents a tuplewise relationship among the nodes in 𝑒. The following additional
properties can be used to classify hypernetworks:
Definition 3.85 (Hypernetwork Representation). [14, 16, 163] Given a hypernetwork 𝐺 = (𝑉, 𝐸), the goal of
hypernetwork representation learning is to learn:
26
2. A tuplewise similarity function 𝑠tuple : 𝑇 → [0, 1], where 𝑇 is the set of possible tuples of nodes in 𝑉, to
measure the relationships among nodes in tuples (cf. [330, 381]).
The representation 𝑓 (𝑣) should preserve both global and local structural information of the hypernetwork,
including:
• Pairwise relationships, reflecting the similarity between two nodes(cf. [66, 350]),
• Tuplewise relationships, capturing the interactions among more than two nodes within a hyperedge.
Definition 3.86 (𝑛-SuperHypernetwork). Let 𝑉0 be a finite set of base nodes. The 𝑛-th iterated power set of 𝑉0
is defined recursively as:
P 0 (𝑉0 ) = 𝑉0 , P 𝑘+1 (𝑉0 ) = P P 𝑘 (𝑉0 ) ,
• A single node (𝑣 ∈ 𝑉0 ),
• A subset of 𝑉0 (𝑣 ⊆ 𝑉0 ),
The representations aim to preserve both global and local structural information of the 𝑛-SuperHypernetwork,
including:
Theorem 3.88. When 𝑛 = 0, the 𝑛-SuperHypernetwork reduces to a hypernetwork, and the 𝑛-SuperHypernetwork
representation reduces to the hypernetwork representation. Therefore, the definitions of 𝑛-SuperHypernetwork
and its representation generalize those of hypergraphs and hypernetworks.
27
Proof. Consider 𝑛 = 0. Then, the 0-th iterated power set is:
P 0 (𝑉0 ) = 𝑉0 .
𝑉 ⊆ P 0 (𝑉0 ) = 𝑉0 , 𝐸 ⊆ P 0 (𝑉0 ) = 𝑉0 .
This means:
• The supernodes 𝑉 are simply elements of 𝑉0 , i.e., the base nodes themselves.
• The superedges 𝐸 are subsets of 𝑉0 . Since 𝐸 ⊆ 𝑉0 , each edge 𝑒 ∈ 𝐸 is a node in 𝑉0 , which does not align
with the standard hyperedge definition. This suggests that we should consider 𝑛 = 1 for a meaningful
hyperedge structure.
Now, consider 𝑛 = 1:
P 1 (𝑉0 ) = P (𝑉0 ),
the standard power set of 𝑉0 .
Then:
𝑉 ⊆ P 1 (𝑉0 ) = P (𝑉0 ), 𝐸 ⊆ P 1 (𝑉0 ) = P (𝑉0 ).
In this case:
If we restrict 𝑉 = 𝑉0 , then the supernodes are the base nodes themselves, and the superedges 𝐸 ⊆ P (𝑉0 ) are
standard hyperedges connecting nodes in 𝑉0 .
Regarding the representation, the 𝑛-SuperHypernetwork representation learning aims to learn embeddings
𝑓 : 𝑉 → R𝑑 and a tuplewise similarity function 𝑠tuple . When 𝑛 = 1, this reduces to learning node embeddings
and similarity functions for hypernetworks, as commonly done in hypernetwork representation learning.
Several other classes of superhypergraphs are already known. To facilitate the future development of research
in superhypergraphs, we present the definitions of these classes below for reference. These can be seen as
extensions of analogous concepts in hypergraphs.
28
3.14.1 Directed Superhypergraph and Bidirected Superhypergraph
A Directed Graph is a graph in which orientations are assigned to edges in a standard graph [5, 130]. Similarly,
in the context of hypergraphs, Directed Hypergraphs are well-studied structures [123]. A Directed Superhy-
pergraph is an extension of this concept, assigning orientations to the edges of a Superhypergraph. The formal
definition is provided below [120].
Definition 3.90 (Directed 𝑛-SuperHyperGraph). [120] A Directed 𝑛-SuperHyperGraph is defined as a tuple:
𝐻 = (𝑉, 𝐸),
where:
• 𝑉 ⊆ P 𝑛 (𝑉0 ) is the set of supervertices, where 𝑉0 is a finite set of base vertices and P 𝑛 (𝑉0 ) represents
the 𝑛-th iterated power set of 𝑉0 .
A directed superhyperedge 𝑒 = (𝑇, 𝐻) generalizes the concept of edges in directed graphs and hypergraphs,
allowing connections between multiple source and target supervertices.
Question 3.91. Can the superhypergraph classes introduced in this paper be extended to Directed Superhy-
pergraphs? Furthermore, what potential mathematical structures and applications could arise from such an
extension?
A mixed graph combines undirected and directed edges, enabling both two-way and one-way connections
between vertices [108, 282]. This framework has been further generalized to mixed hypergraphs [326], which
adapt the concept to hypergraphs, with their mathematical characteristics studied extensively.
𝐻 = (𝑉, 𝑆, 𝐸, 𝐴),
where:
Mixed superhypergraphs combine undirected and directed edges, allowing flexible representation of both
directional and non-directional relationships.
The idea of a bidirected graph [15, 91, 130] has gained attention in recent years. To expand on this, we outline
the definitions of bidirected hypergraphs and bidirected superhypergraphs, which extend the principles of
bidirected graphs.
29
Definition 3.93 (Bidirected 𝑛-SuperHyperGraph). [120] A Bidirected 𝑛-SuperHyperGraph is defined as a
triple:
𝐻 = (𝑉, 𝐸, 𝜏),
where:
This structure allows independent orientations for each supervertex with respect to each incident superedge,
generalizing the concept of bidirectionality in graphs.
A notable type of graph is the multigraph, characterized by its allowance for multiple edges (often called
parallel edges) connecting the same pair of vertices [62, 102, 204, 234]. This concept is further extended to
hypergraphs, resulting in the multi-hypergraph, which permits the existence of parallel hyperedges. Both
multigraphs and multi-hypergraphs are widely utilized across various fields, including the study of neural
networks [32,207,213,259,321,345]. This idea has been extended to superhypergraphs, leading to the concept
of the multi-superhypergraph, which was defined in [120]. The formal definition is provided below.
Definition 3.94 (Multi-𝑛-SuperHyperGraph). [120] A Multi-𝑛-SuperHyperGraph is defined as a triple:
𝐻 = (𝑉, 𝑆, 𝐸),
where:
• 𝑉 ⊆ P 𝑛 (𝑉0 ) is a finite set of supervertices, where 𝑉0 is a finite set of base vertices and P 𝑛 (𝑉0 ) represents
the 𝑛-th iterated power set of 𝑉0 .
This structure extends the 𝑛-SuperHyperGraph by allowing repeated subsets within the sets of supervertices
and superedges, enabling richer modeling of relationships and connections.
A pseudograph is a graph variant that permits both parallel edges and self-loops, where an edge connects a
vertex to itself [24,48,204]. This flexibility allows for the depiction of more intricate relationships and complex
network structures compared to traditional graph models [334,353]. By extending this concept to hypergraphs,
a pseudo-hypergraph is introduced, enabling the representation of even more sophisticated connections and
interactions [18, 51, 211]. Building on these advancements, the notion of a pseudo-superhypergraph, which
generalizes the pseudo-hypergraph to superhypergraphs, has been defined in [120]. The formal definition is
provided below.
30
Definition 3.95 (Pseudo-𝑛-SuperHyperGraph). [120] A Pseudo-𝑛-SuperHyperGraph is defined as a triple:
𝐻 = (𝑉, 𝑆, 𝐸),
where:
• 𝑉 ⊆ P 𝑛 (𝑉0 ) is a finite set of supervertices, where 𝑉0 is a finite set of base vertices and P 𝑛 (𝑉0 ) represents
the 𝑛-th iterated power set of 𝑉0 .
• 𝑆 is a multiset of elements from 𝑉, called pseudo-supervertices. Each pseudo-supervertex 𝑠 ∈ 𝑆 is a
multiset of supervertices from 𝑉, allowing:
– Repetition of the same supervertex within a pseudo-supervertex 𝑠.
– Repetition of the same pseudo-supervertex across 𝑆.
• 𝐸 is a multiset of elements from 𝑆, called pseudo-superedges. Each pseudo-superedge 𝑒 ∈ 𝐸 is a multiset
of pseudo-supervertices from 𝑆, allowing:
– Repetition of the same pseudo-supervertex within a pseudo-superedge 𝑒.
– Repetition of the same pseudo-superedge across 𝐸.
This structure generalizes the 𝑛-SuperHyperGraph by incorporating multisets, enabling repeated elements at
multiple levels of the hierarchy.
In fields such as Neural Networks, dynamic graph concepts like Dynamic Graphs [26,27,192,340] and Dynamic
Hypergraphs [189,332,356,375] are well-known. Extending these concepts to superhypergraphs, the Dynamic
Superhypergraph has also been introduced [118]. The definition is presented below.
Definition 3.96. [118] A Dynamic SuperHypergraph is a sequence of 𝑛-SuperHyperGraphs {𝐻 (𝑙) = (𝑉 (𝑙) , 𝐸 (𝑙) )}𝑙=0
𝐿 ,
• 𝑉 (𝑙) ⊆ P 𝑛 (𝑉0 ) is the set of supervertices at layer 𝑙, where 𝑉0 is the base set of vertices, and P 𝑛 (𝑉0 ) is
the 𝑛-th iterated power set of 𝑉0 .
• 𝐸 (𝑙) ⊆ P 𝑛 (𝑉0 ) is the set of superedges at layer 𝑙.
The evolution of the SuperHyperGraph from layer 𝑙 to 𝑙 + 1 may depend on the features or embeddings of the
supervertices at layer 𝑙.
Question 3.97. Inspired by the concept of HyperStorylines in Dynamic Hypergraphs, is it possible to explore
the application of SuperHyperStorylines within Dynamic Superhypergraphs?
• 𝑉 ⊆ P 𝑛 (𝑉0 ) is a set of supervertices, where 𝑉0 is a finite base set, and P 𝑛 (𝑉0 ) represents its 𝑛-th iterated
power set.
• 𝑆 = {𝑆𝑖 }𝑖=1
𝑘 ⊆ P (𝑉) is a family of subsets of 𝑉, called super-supervertices.
31
3.14.5 Superhypertree
A Superhypertree is the tree version of a Superhypergraph. In recent years, the graph width parameter known
as Superhypertree-width has also been defined and studied. The formal definition is provided below [112].
Definition 3.99 (𝑛-SuperHyperTree). [112, 131] An 𝑛-SuperHyperTree is an 𝑛-SuperHyperGraph SHT =
(𝑉, 𝐸) satisfying the following conditions:
1. Host Tree Condition: There exists a tree 𝑇 = (𝑉𝑇 , 𝐸𝑇 ), called the host tree, such that:
• The vertex set of 𝑇 is 𝑉𝑇 = 𝑉.
• Each superedge 𝑒 ∈ 𝐸 corresponds to a connected subtree of 𝑇.
2. Acyclicity Condition: The host tree 𝑇 is acyclic, ensuring that SHT does not contain cycles.
3. Connectedness Condition: For any 𝑣, 𝑤 ∈ 𝑉, there exists a sequence of superedges 𝑒 1 , 𝑒 2 , . . . , 𝑒 𝑘 ∈ 𝐸
such that:
𝑣 ∈ 𝑒 1 , 𝑤 ∈ 𝑒 𝑘 , and 𝑒 𝑖 ∩ 𝑒 𝑖+1 ≠ ∅ for 1 ≤ 𝑖 < 𝑘.
The concept of a Plithogenic Graph [106, 108, 187, 298, 299, 306, 325] serves as a generalization of various
types of graphs, including Fuzzy Graphs [33, 125, 135, 190, 243, 252, 277, 280, 324, 344], Neutrosophic Graphs
[11, 12, 57, 111, 113, 165, 186, 284], Vague Graphs [8, 9, 43–45, 271, 272, 286], Intuitionistic Fuzzy Graphs
[6, 173, 331, 376], and Pentapartitioned Neutrosophic Graphs [79, 167, 168, 266]. It is particularly known for
its flexibility in handling uncertainty by allowing a customizable number of parameters to represent various
degrees of vagueness and ambiguity. The General Plithogenic Graph is an extended framework that relaxes the
constraints of a Plithogenic Graph, thereby offering a more versatile graph structure [111, 250]. The General
Plithogenic n-SuperHyperGraph is a further extension, applying the principles of the General Plithogenic Graph
to the domain of SuperHyperGraphs, thus combining the hierarchical structure of n-SuperHyperGraphs with
the flexibility of Plithogenic Graphs [107, 309].
Definition 3.100 (General Plithogenic 𝑛-SuperHyperGraph). [107] Let 𝑉0 be a finite set of base vertices.
Define the 𝑛-th iterated power set of 𝑉0 recursively as:
• 𝑉 ⊆ P 𝑛 (𝑉0 ) is the set of supervertices, where each supervertex is an element of the 𝑛-th iterated power
set of 𝑉0 . Thus, a supervertex can be:
– A single vertex 𝑣 ∈ 𝑉0 ,
– A subset of 𝑉0 ,
– A subset of subsets of 𝑉0 , up to 𝑛 levels, i.e., 𝑣 ∈ P 𝑛 (𝑉0 ),
– An indeterminate or fuzzy set (cf. [360]),
– The null set ∅.
• 𝐸 ⊆ P 𝑛 (𝑉0 ) is the set of superedges, where each superedge is also an element of P 𝑛 (𝑉0 ). Each superedge
connects supervertices potentially at multiple hierarchical levels up to 𝑛.
• 𝐴𝑉 is a finite set of attributes associated with the supervertices.
32
• 𝐴𝐸 is a finite set of attributes associated with the superedges.
• DAF𝑉 : 𝑉 × 𝐴𝑉 → [0, 1] 𝑠 is the Degree of Appurtenance Function for supervertices, assigning to each
pair (𝑣, 𝑎 𝑉 ), with 𝑣 ∈ 𝑉 and 𝑎 𝑉 ∈ 𝐴𝑉 , a membership degree in [0, 1] 𝑠 .
• DAF𝐸 : 𝐸 × 𝐴𝐸 → [0, 1] 𝑠 is the Degree of Appurtenance Function for superedges, assigning to each
pair (𝑒, 𝑎 𝐸 ), with 𝑒 ∈ 𝐸 and 𝑎 𝐸 ∈ 𝐴𝐸 , a membership degree in [0, 1] 𝑠 .
• DCF𝑉 : 𝐴𝑉 × 𝐴𝑉 → [0, 1] 𝑡 is the Degree of Contradiction Function for vertex attributes, satisfying:
• DCF𝐸 : 𝐴𝐸 × 𝐴𝐸 → [0, 1] 𝑡 is the Degree of Contradiction Function for edge attributes, satisfying:
The degrees of appurtenance assigned by DAF𝑉 and DAF𝐸 may be adjusted or interpreted through the DCF𝑉
and DCF𝐸 functions, reflecting plithogenic synthesis of attributes, where multiple conditions (attributes)
combine, potentially with contradictory influences, to determine the final membership degrees of supervertices
and superedges.
Example 3.101. (cf. [111]) The following examples illustrate specific cases of General Plithogenic 𝑛-
SuperHyperGraphs:
𝐺 1 (𝐻) = 𝐺 (𝐻),
𝐺 𝑛+1 (𝐻) = 𝐺 𝐺 𝑛 (𝐻) for 𝑛 ≥ 1,
where 𝐺 (𝐻) is a generalized powerset operator that incorporates additional constraints, properties, or structures.
Examples of 𝐺 (𝐻) include:
33
• Labeled subsets: 𝐺 (𝐻) = {( 𝐴, ℓ 𝐴) | 𝐴 ⊆ 𝐻, ℓ 𝐴 ∈ 𝐿}, where 𝐿 is a set of labels.
• Weighted subsets [354]: 𝐺 (𝐻) = {( 𝐴, 𝑤 𝐴) | 𝐴 ⊆ 𝐻, 𝑤 𝐴 ∈ R}, where weights 𝑤 𝐴 are assigned to
subsets.
• Soft subsets [242]: Let 𝑈 be a universe and 𝐸 a set of parameters. A soft subset over 𝑈 is a pair (𝐹, 𝐴),
where 𝐴 ⊆ 𝐸 and 𝐹 : 𝐴 → 𝑃(𝑈). For each 𝑒 ∈ 𝐴, 𝐹 (𝑒) ⊆ 𝑈 represents the set of elements satisfying
parameter 𝑒.
• Graph subsets: 𝐺 (𝐻) = {(𝐺, 𝑉𝐺 , 𝐸 𝐺 ) | 𝑉𝐺 ⊆ 𝑉 (𝐻), 𝐸 𝐺 ⊆ 𝐸 (𝐻)}, where 𝐺 = (𝑉𝐺 , 𝐸 𝐺 ) is a subgraph
of 𝐻.
• Structured subsets: Subsets with internal structures, such as orderings, multisets, or graph-like properties.
• Filtered subsets: Subsets satisfying a predicate 𝑃( 𝐴), such that 𝐺 (𝐻) = { 𝐴 ⊆ 𝐻 | 𝑃( 𝐴)}.
• Fuzzy subsets [360]: 𝐺 (𝐻) = {( 𝐴, 𝜇 𝐴) | 𝐴 ⊆ 𝐻, 𝜇 𝐴 : 𝐴 → [0, 1]}, where 𝜇 𝐴 defines the degree of
membership for each element in 𝐴.
• Rough subsets [255]: Defined in terms of lower and upper approximations, 𝐺 (𝐻) = {( 𝐴, 𝐴, 𝐴) | 𝐴 ⊆
𝐻}, where:
• Neutrosophic subsets [302]: 𝐺 (𝐻) = {( 𝐴, 𝑇𝐴, 𝐼 𝐴, 𝐹𝐴) | 𝐴 ⊆ 𝐻, 𝑇𝐴, 𝐼 𝐴, 𝐹𝐴 : 𝐴 → [0, 1]}, where:
and 𝑇𝐴 (𝑥), 𝐼 𝐴 (𝑥), and 𝐹𝐴 (𝑥) represent the degrees of truth, indeterminacy, and falsity, respectively.
• Plithogenic subsets [307, 318]: 𝐺 (𝐻) = {( 𝐴, 𝑣, 𝑃𝑣, 𝑝𝑑𝑓 , 𝑝𝐶𝐹) | 𝐴 ⊆ 𝐻}, where:
– 𝑣 is an attribute.
– 𝑃𝑣 is the range of possible values for 𝑣.
– 𝑝𝑑𝑓 : 𝐴 × 𝑃𝑣 → [0, 1] 𝑠 is the Degree of Appurtenance Function (DAF).
– 𝑝𝐶𝐹 : 𝑃𝑣 × 𝑃𝑣 → [0, 1] 𝑡 is the Degree of Contradiction Function (DCF) satisfying:
Proof. Let 𝐻 = 𝑉0 be the base set of vertices in a graph or hypergraph. The 𝑛-th powerset 𝑃𝑛 (𝐻) recursively
defines the 𝑛-level structure of subsets of 𝑉0 , where:
Each level 𝑃 𝑘 (𝐻) contains subsets that correspond to vertices, supervertices, or higher-level structures.
Similarly, consider the set 𝐸 (𝐻) of edges or hyperedges in 𝐻. The 𝑛-th powerset 𝑃𝑛 (𝐸 (𝐻)) describes the
hierarchical structure of edges, superedges, and their generalizations.
By including additional constraints, such as graph structures (𝑉𝐺 , 𝐸 𝐺 ) for each subset, we can construct subsets
that represent specific subgraphs or induced structures within the 𝑛-th powerset hierarchy.
For example:
34
• At 𝑛 = 2, 𝑃(𝑃(𝑉0 )) includes higher-order structures, such as subsets of supervertices, which are
themselves subsets of 𝑉0 .
Since the 𝑛-th generalized powerset incorporates additional structures like labels, weights, and fuzzy member-
ships, it can represent complex relationships within supervertices and superedges, generalizing their structure.
Thus, the Generalized 𝑛-th Powerset fully encapsulates the hierarchy of supervertices and superedges. □
Definition 4.3 (Generalized Non-Empty 𝑛-th Powerset). Define the 𝑛-th generalized non-empty powerset of
𝐻, denoted 𝐺 ∗𝑛 (𝐻), recursively as:
𝐺 ∗1 (𝐻) = 𝐺 ∗ (𝐻),
𝐺 ∗𝑛+1 (𝐻) = 𝐺 ∗ 𝐺 ∗𝑛 (𝐻) ,
where 𝐺 ∗ (𝐻) is the non-empty subset operator under the generalized powerset 𝐺 (𝐻), satisfying 𝐺 ∗ (𝐻) ⊆
𝐺 (𝐻) \ {∅}.
Definition 4.4 (Fuzzy, Neutrosophic, and Plithogenic 𝑛-th Powerset). (cf. [309]) Let 𝐻 be a set or a mathematical
structure. Define the 𝑛-th fuzzy, neutrosophic, and plithogenic powersets of 𝐻, denoted 𝐹𝑛 (𝐻), 𝑁 𝑛 (𝐻), and
𝑃𝑛𝑛 (𝐻), respectively, as follows:
𝐺 (𝐻) = {( 𝐴, ℓ) | 𝐴 ⊆ 𝐻, ℓ ∈ 𝐿},
where 𝐿 = {”red”, ”blue”}. The first generalized powerset 𝐺 1 (𝐻) is given by:
𝐺 1 (𝐻) = {(∅, ℓ), ({𝑎}, ℓ), ({𝑏}, ℓ), ({𝑎, 𝑏}, ℓ), · · · | ℓ ∈ 𝐿}.
For higher 𝑛, the elements of 𝐺 𝑛 (𝐻) are labeled subsets of 𝐺 𝑛−1 (𝐻), creating hierarchical structures with
additional labels.
Example 4.6. Let 𝐻 = {𝑎, 𝑏, 𝑐}. Define 𝐹 (𝐻) as the set of fuzzy subsets:
For example:
( 𝐴, 𝜇 𝐴) = {𝑎, 𝑏}, 𝜇 𝐴 , 𝜇 𝐴 (𝑎) = 0.8, 𝜇 𝐴 (𝑏) = 0.5.
5 Future Tasks
This section outlines the future directions of this research. Building upon the various graph concepts introduced
earlier, we aim to explore their applications and underlying mathematical structures in greater depth.
35
5.1 Adding Conditions of Uncertain Sets to Superhyperconcepts
We plan to examine how these concepts evolve when incorporating the frameworks of Fuzzy Sets [280,360–366],
Neutrosophic Sets [110, 111, 119, 121, 122, 302–304, 317], Soft Sets [228, 242], Hypersoft Sets [109, 115, 305,
314], superhypersoft sets [55, 82, 285, 313, 319], Hyperfuzzy sets [114, 132, 183, 320], HyperNeutrosophic
sets [114], and Rough Sets [255–257, 257, 258]. These extensions will provide valuable insights into the
theoretical and practical implications of these graph structures.
1. A hyperword over Σ is a nonempty subset of Σ∗ . In other words, a hyperword is an element of the power set
P (Σ∗ ).
𝐿 ⊆ P 𝑛 (Σ∗ ).
Proof. By Definition 5.1, a hyperlanguage is a subset of P (Σ∗ ). Note that P 1 (Σ∗ ) = P (Σ∗ ). Thus, a
hyperlanguage 𝐻 ⊆ P (Σ∗ ) is exactly a 1-superhyperlanguage.
In other words, setting 𝑛 = 1 in Definition 5.2 recovers the definition of a hyperlanguage. Hence, 𝑛-
superhyperlanguages form a hierarchy of increasingly complex structures, with hyperlanguages occupying
the first level of this hierarchy. □
36
5.3 Natural HyperLanguage Processing and n-superhyperlanguage Processing
Natural Language Processing (NLP) has been extensively studied in various contexts and applications [34, 54,
70, 73, 74, 94, 137, 215, 231, 232, 348, 355].
In this subsection, we introduce an extension of NLP utilizing the concepts of hyperlanguage and n-superhyperlanguage,
leading to the frameworks of Natural Hyperlanguage Processing and n-Superhyperlanguage Processing. Since
these definitions are currently at the conceptual stage, it is anticipated that future studies will explore more
refined definitions, as well as research and development into methods of implementation and practical applica-
tions.
Definition 5.4 (Natural Language Processing (NLP) ). (cf. [34,70,231]) Let Σ be a finite alphabet representing
the vocabulary of a natural language, and let Σ∗ denote the set of all finite sequences (words) over Σ. A
language L is a subset L ⊆ Σ∗ .
We now define Natural Hyperlanguage Processing, which extends NLP to operate on hyperlanguages rather
than languages.
Definition 5.5 (Natural Hyperlanguage Processing (NHP)). Let Σ be a finite alphabet, and let H ⊆ P (Σ∗ ) be
a hyperlanguage (a set of sets of words).
N 𝐻 𝐿 = (Σ, H , P 𝐻 𝐿 , M 𝐻 𝐿 , T 𝐻 𝐿 ),
where:
1. Σ: A finite alphabet.
2. H ⊆ P (Σ∗ ): A hyperlanguage.
3. P 𝐻 𝐿 : H → [0, 1]: A probability model assigning probabilities to hyperwords 𝐻 ∈ H .
4. M 𝐻 𝐿 : H → O: A mapping function transforming each hyperword 𝐻 ∈ H into a structured output
𝑜 ∈ O.
37
Definition 5.6 (Natural 𝑛-Superhyperlanguage Processing (N𝑛SHP)). Let Σ be a finite alphabet, and let
H (𝑛) ⊆ P 𝑛 (Σ∗ ) be an 𝑛-superhyperlanguage.
where:
1. Σ: A finite alphabet.
2. H (𝑛) ⊆ P 𝑛 (Σ∗ ): An 𝑛-superhyperlanguage.
3. P (𝑛) : H (𝑛) → [0, 1]: A probability model assigning probabilities to 𝑛-superhyperwords.
4. M (𝑛) : H (𝑛) → O: A mapping function from 𝑛-superhyperwords to structured outputs.
5. T (𝑛) : H (𝑛) × H (𝑛) → R: A similarity measure on 𝑛-superhyperwords.
Theorem 5.7. Natural Hyperlanguage Processing (NHP) generalizes Natural Language Processing (NLP).
If we restrict H so that every hyperword is a singleton set, i.e., for every 𝐻 ∈ H , 𝐻 = {𝑤} for some 𝑤 ∈ Σ∗ ,
then there is a bijection between hyperwords in H and words in a language L ⊆ Σ∗ .
Thus, NLP is a special case of NHP, proving that NHP generalizes NLP. □
Theorem 5.8. Natural 𝑛-Superhyperlanguage Processing (N𝑛SHP) generalizes both NLP and NHP.
From Theorem 5.7, we know NHP generalizes NLP. Since N𝑛SHP generalizes NHP, it also generalizes NLP.
Concretely, by setting 𝑛 = 1 and then restricting hyperwords to singletons, we recover the NLP scenario.
Thus, N𝑛SHP includes both NHP and NLP as special cases, proving that N𝑛SHP generalizes both NLP and
NHP. □
Funding
This study did not receive financial support from any external sources.
38
Acknowledgments
We extend our heartfelt gratitude to all those whose guidance and encouragement played a crucial role in
the completion of this research. We also express our sincere thanks to the readers for their interest in and
engagement with this work. Lastly, we deeply appreciate the authors of the references cited, whose foundational
contributions have significantly enriched this study.
Data Availability
This paper is purely mathematical and theoretical in nature. Therefore, no data analysis was performed as part
of this study. We hope future researchers will consider conducting data analysis or related investigations as
necessary.
Ethical Approval
This paper is focused on mathematical and theoretical research. As such, it does not involve any studies on
human participants or animals.
Conflicts of Interest
The authors declare that there are no conflicts of interest related to the publication of this paper.
Disclaimer
This study primarily addresses theoretical advancements and has not been applied or tested in practical settings.
Future research may aim to validate and refine the proposed methods through empirical studies. Although every
effort has been made to ensure the accuracy and proper citation of references, unintentional errors or omissions
may exist. Readers are encouraged to independently verify the cited materials. The views and interpretations
expressed in this paper are solely those of the authors and do not necessarily reflect the perspectives of their
affiliated institutions.
References
[1] Ahmad Abu-Khazneh. Matchings and covers of multipartite hypergraphs. PhD thesis, London School
of Economics and Political Science, 2016.
[2] Louigi Addario-Berry, Nicolas Broutin, Christina Goldschmidt, and Grégory Miermont. The scaling
limit of the minimum spanning tree of the complete graph. 2017.
[3] Isolde Adler, Tomáš Gavenčiak, and Tereza Klimošová. Hypertree-depth and minors in hypergraphs.
Theoretical Computer Science, 463:84–95, 2012.
[4] Isolde Adler, Georg Gottlob, and Martin Grohe. Hypertree width and related hypergraph invariants.
European Journal of Combinatorics, 28(8):2167–2181, 2007.
[5] Alfred V. Aho, Michael R Garey, and Jeffrey D. Ullman. The transitive reduction of a directed graph.
SIAM Journal on Computing, 1(2):131–137, 1972.
[6] Muhammad Akram and Noura Omair Alshehri. Intuitionistic fuzzy cycles and intuitionistic fuzzy trees.
The Scientific World Journal, 2014(1):305836, 2014.
[7] Muhammad Akram and Wieslaw A. Dudek. Intuitionistic fuzzy hypergraphs with applications. Inf. Sci.,
218:182–193, 2013.
[8] Muhammad Akram, Feng Feng, Shahzad Sarwar, and Youne Bae Jun. Certain types of vague graphs.
University Politehnica of Bucharest Scientific Bulletin Series A, 76(1):141–154, 2014.
39
[9] Muhammad Akram, A Nagoor Gani, and A Borumand Saeid. Vague hypergraphs. Journal of Intelligent
& Fuzzy Systems, 26(2):647–653, 2014.
[10] Muhammad Akram and Anam Luqman. Certain networks models using single-valued neutrosophic
directed hypergraphs. Journal of Intelligent & Fuzzy Systems, 33(1):575–588, 2017.
[11] Muhammad Akram, Hafsa M Malik, Sundas Shahzadi, and Florentin Smarandache. Neutrosophic soft
rough graphs with application. Axioms, 7(1):14, 2018.
[12] Muhammad Akram and Gulfam Shahzadi. Operations on single-valued neutrosophic graphs. Infinite
Study, 2017.
[13] Muhammad Akram, Sundas Shahzadi, and AB Saeid. Single-valued neutrosophic hypergraphs. TWMS
Journal of Applied and Engineering Mathematics, 8(1):122–135, 2018.
[14] Sinan G Aksoy, Cliff Joslyn, Carlos Ortiz Marrero, Brenda Praggastis, and Emilie Purvine. Hypernetwork
science via high-order hypergraph walks. EPJ Data Science, 9(1):16, 2020.
[15] Kazutoshi Ando, Satoru Fujishige, and Toshio Nemoto. Decomposition of a bidirected graph into strongly
connected components and its signed poset structure. Discrete Applied Mathematics, 68(3):237–248,
1996.
[16] Alessia Antelmi, Gennaro Cordasco, Mirko Polato, Vittorio Scarano, Carmine Spagnuolo, and Dingqi
Yang. A survey on hypergraph representation learning. ACM Computing Surveys, 56(1):1–38, 2023.
[17] Armen S Asratian, Tristan MJ Denley, and Roland Häggkvist. Bipartite graphs and their applications,
volume 131. Cambridge university press, 1998.
[18] Bethany Austhof and Sean English. Nearly-regular hypergraphs and saturation of berge stars. arXiv
preprint arXiv:1812.00472, 2018.
[19] László Babai. Graph isomorphism in quasipolynomial time. In Proceedings of the forty-eighth annual
ACM symposium on Theory of Computing, pages 684–697, 2016.
[20] László Babai, Paul Erdos, and Stanley M Selkow. Random graph isomorphism. SIaM Journal on
computing, 9(3):628–635, 1980.
[21] M Amin Bahmanian and Mateja Šajna. Hypergraphs: connection and separation. arXiv preprint
arXiv:1504.04274, 2015.
[22] Mohammad A Bahmanian and Mateja Sajna. Connection and separation in hypergraphs. Theory and
Applications of Graphs, 2(2):5, 2015.
[23] József Balogh, Robert Morris, and Wojciech Samotij. Independent sets in hypergraphs. Journal of the
American Mathematical Society, 28(3):669–709, 2015.
[24] Hans-Jürgen Bandelt and Henry Martyn Mulder. Pseudo-median graphs: decomposition via amalga-
mation and cartesian multiplication. Discrete mathematics, 94(3):161–180, 1991.
[25] Jørgen Bang-Jensen and Gregory Z Gutin. Digraphs: theory, algorithms and applications. Springer
Science & Business Media, 2008.
[26] Claudio DT Barros, Matheus RF Mendonça, Alex B Vieira, and Artur Ziviani. A survey on embedding
dynamic graphs. ACM Computing Surveys (CSUR), 55(1):1–37, 2021.
[27] Fabian Beck, Michael Burch, Stephan Diehl, and Daniel Weiskopf. The state of the art in visualizing
dynamic graphs. EuroVis (STARs), 2014.
[28] Jozsef Beck. On size ramsey number of paths, trees, and circuits. i. Journal of Graph Theory, 7(1):115–
129, 1983.
[29] Michael Bendersky and W Bruce Croft. Modeling higher-order term dependencies in information
retrieval using query hypergraphs. In Proceedings of the 35th international ACM SIGIR conference on
Research and development in information retrieval, pages 941–950, 2012.
[30] Claude Berge. Hypergraphs: combinatorics of finite sets, volume 45. Elsevier, 1984.
40
[31] Robert Berke. Colorings and transversals of graphs. PhD thesis, ETH Zurich, 2008.
[32] Alaa Bessadok, Mohamed Ali Mahjoub, and Islem Rekik. Brain multigraph prediction using topology-
aware adversarial graph neural network. Medical image analysis, 72:102090, 2021.
[33] Anushree Bhattacharya and Madhumangal Pal. A fuzzy graph theory approach to the facility location
problem: A case study in the indian banking system. Mathematics, 11(13):2992, 2023.
[34] Steven Bird, Ewan Klein, and Edward Loper. Natural language processing with Python: analyzing text
with the natural language toolkit. ” O’Reilly Media, Inc.”, 2009.
[35] Pranab Biswas, Surapati Pramanik, and Bibhas Chandra Giri. Single valued bipolar pentapartitioned
neutrosophic set and its application in madm strategy. 2022.
[36] Mindaugas Bloznelis. Degree and clustering coefficient in sparse random intersection graphs. 2013.
[37] B´ ela Bollobás, Oliver Riordan, Joel Spencer, and Gábor Tusnády. The degree sequence of a scale-free
random graph process. Random Structures & Algorithms, 18(3):279–290, 2001.
[38] Borzoo Bonakdarpour and Sarai Sheinvald. Automata for hyperlanguages. arXiv preprint
arXiv:2002.09877, 2020.
[39] Borzoo Bonakdarpour and Sarai Sheinvald. Finite-word hyperlanguages. Information and Computation,
295:104944, 2023.
[40] Danail Bonchev. Chemical graph theory: introduction and fundamentals. Routledge, 2018.
[41] John Adrian Bondy, Uppaluri Siva Ramachandra Murty, et al. Graph theory with applications, volume
290. Macmillan London, 1976.
[42] Endre Boros, Khaled Elbassioni, Vladimir Gurvich, and Leonid Khachiyan. Generating maximal
independent sets for hypergraphs with bounded edge-intersections. In Latin American Symposium on
Theoretical Informatics, pages 488–498. Springer, 2004.
[43] RA Borzooei and HOSSEIN RASHMANLOU. Degree of vertices in vague graphs. Journal of applied
mathematics & informatics, 33(5 6):545–557, 2015.
[44] RA Borzooei and Hossein Rashmanlou. More results on vague graphs. UPB Sci. Bull. Ser. A, 78(1):109–
122, 2016.
[45] Rajab Ali Borzooei, Hossein Rashmanlou, Sovan Samanta, and Madhumangal Pal. Regularity of vague
graphs. Journal of Intelligent & Fuzzy Systems, 30(6):3681–3689, 2016.
[46] Florian Boudin. Unsupervised keyphrase extraction with multipartite graphs. arXiv preprint
arXiv:1803.08721, 2018.
[47] Candida Bowtell and Richard Mycroft. Matchings in multipartite hypergraphs. arXiv preprint
arXiv:2403.05219, 2024.
[48] Luis Boza, Eugenio Manuel Fedriani, Juan Núñez, Ana Marı́a Pacheco, and Marı́a Trinidad Villar.
Directed pseudo-graphs and lie algebras over finite fields. Czechoslovak Mathematical Journal, 64:229–
239, 2014.
[49] Jeremy T Bradley, Nicholas J Dingle, William J Knottenbelt, and Helen J Wilson. Hypergraph-based
parallel computation of passage time densities in large semi-markov models. Linear Algebra and its
Applications, 386:311–334, 2004.
[50] Andreas Brandstädt, Van Bang Le, and Jeremy P Spinrad. Graph classes: a survey. SIAM, 1999.
[51] Lukas Braun. Invariant rings of sums of fundamental representations of sln and colored hypergraphs.
Advances in Mathematics, 389:107929, 2021.
[52] Alain Bretto. Hypergraph theory. An introduction. Mathematical Engineering. Cham: Springer, 1,
2013.
41
[53] Alain Bretto and Luc Gillibert. Hypergraph-based image representation. In Workshop on Graph Based
Representations in Pattern Recognition, 2005.
[54] Eric Brill. Transformation-based error-driven learning and natural language processing: A case study
in part-of-speech tagging. Computational linguistics, 21(4):543–565, 1995.
[55] Oswaldo Edison Garcı́a Brito, Andrea Sofı́a Ribadeneira Vacacela, Carmen Hortensia Sánchez Burneo,
and Mónica Cecilia Jimbo Galarza. English for specific purposes in the medical sciences to strengthen
the professional profile of the higher education medicine student: a knowledge representation using
superhypersoft sets. Neutrosophic Sets and Systems, 74:84–91, 2024.
[56] S Broumi and Tomasz Witczak. Heptapartitioned neutrosophic soft set. International Journal of
Neutrosophic Science, 18(4):270–290, 2022.
[57] Said Broumi, Mohamed Talea, Assia Bakali, and Florentin Smarandache. Interval valued neutrosophic
graphs. Critical Review, XII, 2016:5–33, 2016.
[58] Anita C Burris and Richard H Schelp. Vertex-distinguishing proper edge-colorings. Journal of graph
theory, 26(2):73–82, 1997.
[59] Hongyun Cai, Vincent W Zheng, and Kevin Chen-Chuan Chang. A comprehensive survey of graph em-
bedding: Problems, techniques, and applications. IEEE transactions on knowledge and data engineering,
30(9):1616–1637, 2018.
[60] Andrew E. Caldwell, Andrew B. Kahng, and Igor L. Markov. Design and implementation of move-based
heuristics for vlsi hypergraph partitioning. ACM J. Exp. Algorithmics, 5:5, 2000.
[61] Kauê Cardoso and Vilmar Trevisan. Energies of hypergraphs. arXiv preprint arXiv:1912.03224, 2019.
[62] Gary Chartrand. Introductory graph theory. Courier Corporation, 2012.
[63] Sourav Chatterjee, Persi Diaconis, and Allan Sly. Random graphs with a given degree sequence. 2011.
[64] GT Chen and Richard H Schelp. Graphs with linearly bounded ramsey numbers. Journal of Combina-
torial Theory, Series B, 57(1):138–149, 1993.
[65] Junwu Chen and Philippe Schwaller. Molecular hypergraph neural networks. The Journal of Chemical
Physics, 160(14), 2024.
[66] Yan-Ying Chen, Winston H Hsu, and Hong-Yuan Mark Liao. Discovering informative social subgraphs
and predicting pairwise relationships from group photos. In Proceedings of the 20th ACM international
conference on Multimedia, pages 669–678, 2012.
[67] Yangyang Cheng and Katherine Staden. Transversals via regularity. arXiv preprint arXiv:2306.03595,
2023.
[68] Paul Chew. There is a planar graph almost as good as the complete graph. In Proceedings of the second
annual symposium on Computational geometry, pages 169–177, 1986.
[69] Eli Chien, Chao Pan, Jianhao Peng, and Olgica Milenkovic. You are allset: A multiset function
framework for hypergraph neural networks. ArXiv, abs/2106.13264, 2021.
[70] KR1442 Chowdhary and KR Chowdhary. Natural language processing. Fundamentals of artificial
intelligence, pages 603–649, 2020.
[71] Fan Chung and Linyuan Lu. The average distances in random graphs with given expected degrees.
Proceedings of the National Academy of Sciences, 99(25):15879–15882, 2002.
[72] FRK Chung. The average distance and the independence. J. Graph Theory, 12:229–235, 1988.
[73] Ronan Collobert and Jason Weston. A unified architecture for natural language processing: Deep neural
networks with multitask learning. In Proceedings of the 25th international conference on Machine
learning, pages 160–167, 2008.
42
[74] Ronan Collobert, Jason Weston, Léon Bottou, Michael Karlen, Koray Kavukcuoglu, and Pavel Kuksa.
Natural language processing (almost) from scratch. Journal of machine learning research, 12:2493–
2537, 2011.
[75] David Conlon, Jacob Fox, and Benny Sudakov. Ramsey numbers of sparse hypergraphs. Random
Structures & Algorithms, 35(1):1–14, 2009.
[76] David Conlon, Jacob Fox, and Benny Sudakov. Hypergraph ramsey numbers. Journal of the American
Mathematical Society, 23(1):247–266, 2010.
[77] Derek G Corneil and Calvin C Gotlieb. An efficient algorithm for graph isomorphism. Journal of the
ACM (JACM), 17(1):51–64, 1970.
[78] Roohallah Daneshpayeh and Sirus Jahanpanah. On tree graphs and arboreal hypergraphs.
[79] Suman Das, Rakhal Das, and Surapati Pramanik. Single valued pentapartitioned neutrosophic graphs.
Neutrosophic Sets and Systems, 50(1):225–238, 2022.
[80] Suman Das, Rakhal Das, and Binod Chandra Tripathy. Topology on rough pentapartitioned neutrosophic
set. Iraqi Journal of Science, 2022.
[81] Milind Dawande, Pinar Keskinocak, Jayashankar M Swaminathan, and Sridhar Tayur. On bipartite and
multipartite clique problems. Journal of Algorithms, 41(2):388–403, 2001.
[82] Marı́a Eugenia Lucena de Ustáriz, Francisco Javier Ustáriz-Fajardo, Adriana Monserrath Monge Moreno,
Adriana Isabel Rodrı́guez Basantes, Lisbeth Josefina Reales Chacón, Rosa Elisa Cruz Tenempaguay,
Verónica Paulina Cáceres Manzano, and Nathaly Kassandra Moscoso Moreno. Antibacterial and anti-
fungal properties of hedyosmum cuatrecazanum occhioni essential oil: A promising natural alternative
studied using neutrosophic superhypersoft sets. Neutrosophic Sets and Systems, 74:14–23, 2024.
[83] Narsingh Deo. Graph theory with applications to engineering and computer science. Courier Dover
Publications, 2016.
[84] Tyler Derr, Yao Ma, and Jiliang Tang. Signed graph convolutional networks. 2018 IEEE International
Conference on Data Mining (ICDM), pages 929–934, 2018.
[85] Reinhard Diestel. Graduate texts in mathematics: Graph theory.
[86] Reinhard Diestel. Graph theory 3rd ed. Graduate texts in mathematics, 173(33):12, 2005.
[87] Reinhard Diestel. Graph theory. Springer (print edition); Reinhard Diestel (eBooks), 2024.
[88] Mitre C Dourado, Fábio Protti, and Jayme L Szwarcfiter. Complexity aspects of the helly property:
Graphs and hypergraphs. The Electronic Journal of Combinatorics, pages DS17–Jun, 2012.
[89] Andrzej Dudek, Steven La Fleur, Dhruv Mubayi, and Vojtech Rodl. On the size-ramsey number of
hypergraphs. Journal of Graph Theory, 86(1):104–121, 2017.
[90] Andrew L Dulmage and Nathan S Mendelsohn. Coverings of bipartite graphs. Canadian Journal of
Mathematics, 10:517–534, 1958.
[91] Jack Edmonds and Ellis L Johnson. Matching: A well-solved class of integer linear programs. In
Combinatorial Optimization-Eureka, You Shrink! Papers Dedicated to Jack Edmonds 5th International
Workshop Aussois, France, March 5–9, 2001 Revised Papers, pages 27–30. Springer, 2003.
[92] Thomas Eiter and Georg Gottlob. Identifying the minimal transversals of a hypergraph and related
problems. SIAM Journal on Computing, 24(6):1278–1304, 1995.
[93] Thomas Eiter and Georg Gottlob. Hypergraph transversal computation and related problems in logic
and ai. In European Workshop on Logics in Artificial Intelligence, pages 549–564. Springer, 2002.
[94] Ralph Elliott, John RW Glauert, JR Kennaway, and Ian Marshall. The development of language
processing support for the visicast project. In Proceedings of the fourth international ACM conference
on Assistive technologies, pages 101–108, 2000.
[95] Pál Erdős, Miklós Simonovits, and Vera T Sós. Anti-ramsey theorems. 1975.
43
[96] Paul Erdös. Graph theory and probability. Canadian Journal of Mathematics, 11:34–38, 1959.
[97] Paul Erdos, Ralph J Faudree, Cecil C Rousseau, and Richard H Schelp. The size ramsey number.
Periodica Mathematica Hungarica, 9(1-2):145–161, 1978.
[98] Friedrich Esser and Frank Harary. On the spectrum of a complete multipartite graph. European Journal
of Combinatorics, 1(3):211–218, 1980.
[99] Yifan Feng, Jiashu Han, Shihui Ying, and Yue Gao. Hypergraph isomorphism computation. IEEE
Transactions on Pattern Analysis and Machine Intelligence, 2024.
[100] Yifan Feng, Haoxuan You, Zizhao Zhang, R. Ji, and Yue Gao. Hypergraph neural networks. In AAAI
Conference on Artificial Intelligence, 2018.
[101] Scott Fortin. The graph isomorphism problem. 1996.
[102] Leslie R Foulds. Graph theory applications. Springer Science & Business Media, 1995.
[103] Ronald C. Freiwald. An introduction to set theory and topology. 2014.
[104] Hadar Frenkel and Sarai Sheinvald. Realizable and context-free hyperlanguages. arXiv preprint
arXiv:2209.10306, 2022.
[105] Nir Friedman. Inferring cellular networks using probabilistic graphical models. Science, 303(5659):799–
805, 2004.
[106] Takaaki Fujita. Bunch graph in fuzzy, neutrosophic, and plithogenic graphs, June 2024. License: CC
BY 4.0.
[107] Takaaki Fujita. General plithogenic hypergraph and some uncertain hypergraph classes. 2024.
[108] Takaaki Fujita. Mixed graph in fuzzy, neutrosophic, and plithogenic graphs. June 2024.
[109] Takaaki Fujita. Note for hypersoft filter and fuzzy hypersoft filter. Multicriteria Algorithms With
Applications, 5:32–51, 2024.
[110] Takaaki Fujita. Note for neutrosophic incidence and threshold graph. SciNexuses, 1:97–125, 2024.
[111] Takaaki Fujita. A review of the hierarchy of plithogenic, neutrosophic, and fuzzy graphs: Survey and
applications. ResearchGate(Preprint), 2024.
[112] Takaaki Fujita. Short note of supertree-width and n-superhypertree-width. Neutrosophic Sets and
Systems, 77:54–78, 2024.
[113] Takaaki Fujita. Survey of trees, forests, and paths in fuzzy and neutrosophic graphs. July 2024.
[114] Takaaki Fujita. Advancing Uncertain Combinatorics through Graphization, Hyperization, and Uncer-
tainization: Fuzzy, Neutrosophic, Soft, Rough, and Beyond. Biblio Publishing, 2025.
[115] Takaaki Fujita. A comprehensive discussion on fuzzy hypersoft expert, superhypersoft, and indetermsoft
graphs. Neutrosophic Sets and Systems, 77:241–263, 2025.
[116] Takaaki Fujita. Fundamental computational problems and algorithms for superhypergraphs. 2025.
[117] Takaaki Fujita. Review of some superhypergraph classes: Directed, bidirected, soft, and rough. 2025.
[118] Takaaki Fujita. Superhypergraph neural networks and plithogenic graph neural networks: Theoretical
foundations. 2025.
[119] Takaaki Fujita and Florentin Smarandache. Antipodal turiyam neutrosophic graphs. Neutrosophic
Optimization and Intelligent Systems, 5:1–13, 2024.
[120] Takaaki Fujita and Florentin Smarandache. A concise study of some superhypergraph classes. Neutro-
sophic Sets and Systems, 77:548–593, 2024.
[121] Takaaki Fujita and Florentin Smarandache. Neutrosophic circular-arc graphs and proper circular-arc
graphs. Neutrosophic Sets and Systems, 78:1–30, 2024.
44
[122] Takaaki Fujita and Florentin Smarandache. Uncertain automata and uncertain graph grammar. Neutro-
sophic Sets and Systems, 74:128–191, 2024.
[123] Giorgio Gallo, Giustino Longo, Stefano Pallottino, and Sang Nguyen. Directed hypergraphs and appli-
cations. Discrete applied mathematics, 42(2-3):177–201, 1993.
[124] Giorgio Galloy and Gabriella Ragoy. The satissability problem for the schh oennnkel-bernays fragment:
Partial instantiation and hypergraph algorithms. 1994.
[125] A Nagoor Gani and K Radha. On regular fuzzy graphs. 2008.
[126] Yue Gao, Yifan Feng, Shuyi Ji, and Rongrong Ji. Hgnn+: General hypergraph neural networks. IEEE
Transactions on Pattern Analysis and Machine Intelligence, 45:3181–3199, 2022.
[127] Ramón Garcı́a-Domenech, Jorge Gálvez, Jesus V de Julián-Ortiz, and Lionello Pogliani. Some new
trends in chemical graph theory. Chemical Reviews, 108(3):1127–1169, 2008.
[128] Johannes Gasteiger, Janek Groß, and Stephan Günnemann. Directional message passing for molecular
graphs. arXiv preprint arXiv:2003.03123, 2020.
[129] Edward Gaughan. 1.1 sequences and convergence. Introduction to Analysis. AMS, 2009.
[130] Laura Gellert and Raman Sanyal. On degree sequences of undirected, directed, and bidirected graphs.
European Journal of Combinatorics, 64:113–124, 2017.
[131] Masoud Ghods, Zahra Rostami, and Florentin Smarandache. Introduction to neutrosophic restricted su-
perhypergraphs and neutrosophic restricted superhypertrees and several of their properties. Neutrosophic
Sets and Systems, 50:480–487, 2022.
[132] Jayanta Ghosh and Tapas Kumar Samanta. Hyperfuzzy sets and hyperfuzzy group. Int. J. Adv. Sci.
Technol, 41:27–37, 2012.
[133] Saptarshi Ghosh, Pushkar Kane, and Niloy Ganguly. Identifying overlapping communities in folk-
sonomies or tripartite hypergraphs. In Proceedings of the 20th international conference companion on
World wide web, pages 39–40, 2011.
[134] Gourab Ghoshal, Vinko Zlatic, Guido Caldarelli, and Mark EJ Newman. Random hypergraphs and their
applications. Physical Review EStatistical, Nonlinear, and Soft Matter Physics, 79(6):066118, 2009.
[135] Puspendu Giri, Somnath Paul, and Bijoy Krishna Debnath. A fuzzy graph theory and matrix approach
(fuzzy gtma) to select the best renewable energy alternative in india. Applied Energy, 358:122582, 2024.
[136] Bornali Gogoi and Bichitra Kalita. Algorithm to color a circuit dual hypergraph for vlsi circuit. 2014.
[137] Yoav Goldberg. Neural network methods in natural language processing. Morgan & Claypool Publishers,
2017.
[138] Georg Gottlob, Gianluigi Greco, Nicola Leone, and Francesco Scarcello. Hypertree decompositions:
Questions and answers. In Proceedings of the 35th ACM SIGMOD-SIGACT-SIGAI Symposium on
Principles of Database Systems, pages 57–74, 2016.
[139] Georg Gottlob, Nicola Leone, and Francesco Scarcello. Hypertree decompositions and tractable queries.
In Proceedings of the eighteenth ACM SIGMOD-SIGACT-SIGART symposium on Principles of database
systems, pages 21–32, 1999.
[140] Georg Gottlob, Nicola Leone, and Francesco Scarcello. Hypertree decompositions: A survey. In
Mathematical Foundations of Computer Science 2001: 26th International Symposium, MFCS 2001
Mariánské Lázne, Czech Republic, August 27–31, 2001 Proceedings 26, pages 37–57. Springer, 2001.
[141] Georg Gottlob and Reinhard Pichler. Hypergraphs in model checking: Acyclicity and hypertree-width
versus clique-width. SIAM Journal on Computing, 33(2):351–378, 2004.
[142] Palash Goyal and Emilio Ferrara. Graph embedding techniques, applications, and performance: A
survey. Knowledge-Based Systems, 151:78–94, 2018.
45
[143] Ronald L Graham, Vojtech Rodl, and Andrzej Rucinski. On graphs with linear ramsey numbers. Journal
of Graph Theory, 35(3):176–192, 2000.
[144] Jonathan L Gross, Jay Yellen, and Mark Anderson. Graph theory and its applications. Chapman and
Hall/CRC, 2018.
[145] Jean-Loup Guillaume and Matthieu Latapy. Bipartite graphs as models of complex networks. Physica
A: Statistical Mechanics and its Applications, 371(2):795–813, 2006.
[146] Dimitrios Gunopulos, Heikki Mannila, Roni Khardon, and Hannu Toivonen. Data mining, hypergraph
transversals, and machine learning. In Proceedings of the sixteenth ACM SIGACT-SIGMOD-SIGART
symposium on Principles of database systems, pages 209–216, 1997.
[147] Venkatesan Guruswami and Euiwoong Lee. Inapproximability of h-transversal/packing. SIAM Journal
on Discrete Mathematics, 31(3):1552–1571, 2017.
[148] Matthias Hagen. Lower bounds for three algorithms for transversal hypergraph generation. Discrete
Applied Mathematics, 157(7):1460–1469, 2009.
[149] Mohammad Hamidi, Florentin Smarandache, and Elham Davneshvar. Spectrum of superhypergraphs
via flows. Journal of Mathematics, 2022(1):9158912, 2022.
[150] Mohammad Hamidi, Florentin Smarandache, and Mohadeseh Taghinezhad. Decision Making Based on
Valued Fuzzy Superhypergraphs. Infinite Study, 2023.
[153] Robert Hancock, Katherine Staden, and Andrew Treglown. Independent sets in hypergraphs and ramsey
properties of graphs and the integers. SIAM Journal on Discrete Mathematics, 33(1):153–188, 2019.
[154] Nasrin Hassanlou, Maryam Shoaran, and Alex Thomo. Probabilistic graph summarization. In Web-Age
Information Management: 14th International Conference, WAIM 2013, Beidaihe, China, June 14-16,
2013. Proceedings 14, pages 545–556. Springer, 2013.
[155] Felix Hausdorff. Set theory, volume 119. American Mathematical Soc., 2021.
[156] Yixuan He, Quan Gan, David Wipf, Gesine D Reinert, Junchi Yan, and Mihai Cucuringu. Gnnrank:
Learning global rankings from pairwise comparisons via directed graph neural networks. In international
conference on machine learning, pages 8581–8612. PMLR, 2022.
[157] Yixuan He, Gesine Reinert, David Wipf, and Mihai Cucuringu. Robust angular synchronization via
directed graph neural networks. arXiv preprint arXiv:2310.05842, 2023.
[158] Yixuan He, Xitong Zhang, Junjie Huang, Benedek Rozemberczki, Mihai Cucuringu, and Gesine Reinert.
Pytorch geometric signed directed: a software package on graph neural networks for signed and directed
graphs. In Learning on Graphs Conference, pages 12–1. PMLR, 2024.
[159] Michael A Henning and Anders Yeo. 2-colorings in k-regular k-uniform hypergraphs. European Journal
of Combinatorics, 34(7):1192–1202, 2013.
[160] Ian Holyer. The np-completeness of edge-coloring. SIAM Journal on computing, 10(4):718–720, 1981.
[161] Karel Hrbacek and Thomas Jech. Introduction to set theory, revised and expanded. 2017.
[162] Ziniu Hu, Yuxiao Dong, Kuansan Wang, and Yizhou Sun. Heterogeneous graph transformer. In
Proceedings of the web conference 2020, pages 2704–2710, 2020.
[163] Jie Huang, Xin Liu, and Yangqiu Song. Hyper-path-based representation learning for hyper-networks.
In Proceedings of the 28th ACM International Conference on Information and Knowledge Management,
pages 449–458, 2019.
46
[164] Junjie Huang, Huawei Shen, Liang Hou, and Xueqi Cheng. Signed graph attention networks. In
International Conference on Artificial Neural Networks, 2019.
[165] Liangsong Huang, Yu Hu, Yuxia Li, PK Kishore Kumar, Dipak Koley, and Arindam Dey. A study of
regular and irregular neutrosophic graphs with real life applications. Mathematics, 7(6):551, 2019.
[166] Yuchi Huang, Qingshan Liu, Shaoting Zhang, and Dimitris N Metaxas. Image retrieval via probabilis-
tic hypergraph ranking. In 2010 IEEE computer society conference on computer vision and pattern
recognition, pages 3376–3383. IEEE, 2010.
[167] S Satham Hussain, N Durga, Muhammad Aslam, G Muhiuddin, and Ganesh Ghorai. New concepts on
quadripartitioned neutrosophic competition graph with application. International Journal of Applied
and Computational Mathematics, 10(2):57, 2024.
[168] S Satham Hussain, Hossein Rashmonlou, R Jahir Hussain, Sankar Sahoo, Said Broumi, et al. Quadri-
partitioned neutrosophic graph structures. Neutrosophic Sets and Systems, 51(1):17, 2022.
[169] Satham Hussain, Jahir Hussain, Isnaini Rosyida, and Said Broumi. Quadripartitioned neutrosophic
soft graphs. In Handbook of Research on Advances and Applications of Fuzzy Sets and Logic, pages
771–795. IGI Global, 2022.
[170] Dmitry I Ignatov. On closure operators related to maximal tricliques in tripartite hypergraphs. Discrete
Applied Mathematics, 249:74–84, 2018.
[171] Borislav Iordanov. Hypergraphdb: a generalized graph database. In Web-Age Information Management:
WAIM 2010 International Workshops: IWGD 2010, XMLDM 2010, WCMT 2010, Jiuzhaigou Valley,
China, July 15-17, 2010 Revised Selected Papers 11, pages 25–36. Springer, 2010.
[172] Trevor Jack. On the complexity of properties of partial bijection semigroups. 2021.
[173] Chiranjibe Jana, Tapan Senapati, Monoranjan Bhowmik, and Madhumangal Pal. On intuitionistic fuzzy
g-subalgebras of g-algebras. Fuzzy Information and Engineering, 7(2):195–209, 2015.
[174] Mohammad Ali Javidian. Properties, Learning Algorithms, and Applications of Chain Graphs and
Bayesian Hypergraphs. PhD thesis, University of South Carolina, 2019.
[175] Mohammad Ali Javidian, Zhiyu Wang, Linyuan Lu, and Marco Valtorta. On a hypergraph probabilistic
graphical model. Annals of Mathematics and Artificial Intelligence, 88:1003–1033, 2020.
[176] Thomas Jech. Set theory: The third millennium edition, revised and expanded. Springer, 2003.
[177] George A Jeffrey and Wolfram Saenger. Hydrogen bonding in biological structures. Springer Science
& Business Media, 2012.
[178] Harold Jeffreys. The theory of probability. OuP Oxford, 1998.
[179] Ping Jian, Keming Chen, and Chenwei Zhang. A hypergraph-based context-sensitive representation
technique for vhr remote-sensing image change detection. International Journal of Remote Sensing,
37:1814 – 1825, 2016.
[180] Wengong Jin, Regina Barzilay, and Tommi Jaakkola. Hierarchical generation of molecular graphs using
structural motifs. In International conference on machine learning, pages 4839–4848. PMLR, 2020.
[181] Bibin K Jose and Zsolt Tuza. Hypergraph domination and strong independence. Applicable Analysis
and Discrete Mathematics, 3(2):347–358, 2009.
[182] Salim Jouili and Salvatore Tabbone. Hypergraph-based image retrieval for graph-based representation.
Pattern Recognit., 45:4054–4068, 2012.
[183] Young Bae Jun, Kul Hur, and Kyoung Ja Lee. Hyperfuzzy subalgebras of bck/bci-algebras. Annals of
Fuzzy Mathematics and Informatics, 2017.
[184] Jinhong Jung, Jaemin Yoo, and U Kang. Signed graph diffusion network. ArXiv, abs/2012.14191, 2020.
[185] Hiroshi Kajino. Molecular hypergraph grammar with its application to molecular optimization. In
International Conference on Machine Learning, pages 3183–3191. PMLR, 2019.
47
[186] Vasantha Kandasamy, K Ilanthenral, and Florentin Smarandache. Neutrosophic graphs: a new dimension
to graph theory. Infinite Study, 2015.
[187] WB Vasantha Kandasamy, K Ilanthenral, and Florentin Smarandache. Plithogenic Graphs. Infinite
Study, 2020.
[188] Xiaojun Kang, Xinchuan Li, Hong Yao, Dan Li, Bo Jiang, Xiaoyue Peng, Tiejun Wu, Shihua Qi, and
Lijun Dong. Dynamic hypergraph neural networks based on key hyperedges. Inf. Sci., 616:37–51, 2022.
[189] Xiaojun Kang, Xinchuan Li, Hong Yao, Dan Li, Bo Jiang, Xiaoyue Peng, Tiejun Wu, Shihua Qi, and
Lijun Dong. Dynamic hypergraph neural networks based on key hyperedges. Information Sciences,
616:37–51, 2022.
[190] M. G. Karunambigai, R. Parvathi, and R. Buvaneswari. Arc in intuitionistic fuzzy graphs. Notes on
Intuitionistic Fuzzy Sets, 17:37–47, 2011.
[191] Dimitris Kavvadias and Elias Stavropoulos. An efficient algorithm for the transversal hypergraph
generation. Journal of Graph Algorithms and Applications, 9(2):239–264, 2005.
[192] Seyed Mehran Kazemi, Rishab Goel, Kshitij Jain, Ivan Kobyzev, Akshay Sethi, Peter Forsyth, and
Pascal Poupart. Representation learning for dynamic graphs: A survey. Journal of Machine Learning
Research, 21(70):1–73, 2020.
[193] Muhammad Hadir Khan, Bugra Onal, Eren Dogan, and Matthew R. Guthaus. Vlsi hypergraph parti-
tioning with deep learning. ArXiv, abs/2409.01387, 2024.
[194] Lemont B Kier. A shape index from molecular graphs. Quantitative Structure-Activity Relationships,
4(3):109–116, 1985.
[195] Johannes Kobler, Uwe Schöning, and Jacobo Torán. The graph isomorphism problem: its structural
complexity. Springer Science & Business Media, 2012.
[196] Daiki Koge, Naoaki Ono, Ming Huang, Md Altaf-Ul-Amin, and Shigehiko Kanaya. Embedding of
molecular structure using molecular hypergraph variational autoencoder with metric learning. Molecular
informatics, 40(2):2000203, 2021.
[197] Daphane Koller. Probabilistic graphical models: Principles and techniques, 2009.
[198] Elena V Konstantinova and Vladimir A Skorobogatov. Molecular hypergraphs: The new representation
of nonclassical molecular structures with polycentric delocalized bonds. Journal of chemical information
and computer sciences, 35(3):472–478, 1995.
[199] Elena V Konstantinova and Vladimir A Skorobogatov. Application of hypergraph theory in chemistry.
Discrete Mathematics, 235(1-3):365–383, 2001.
[200] Alexandr Kostochka, Dhruv Mubayi, and Jacques Verstraete. Hypergraph ramsey numbers: triangles
versus cliques. Journal of Combinatorial Theory, Series A, 120(7):1491–1507, 2013.
[201] Alexandr Kostochka, Dhruv Mubayi, and Jacques Verstraëte. On independent sets in hypergraphs.
Random Structures & Algorithms, 44(2):224–239, 2014.
[202] Egor Kraev and Mark Harley. Probabilistic hypergraph grammars for efficient molecular optimization.
arXiv preprint arXiv:1906.01845, 2019.
[203] Christian Krause and Holger Giese. Probabilistic graph transformation systems. In International
Conference on Graph Transformation, pages 311–325. Springer, 2012.
[204] Suresh Kumar. Different types of graph used in network analysis. International Journal of Mathematics
Trends and Technology-IJMTT, 66, 2020.
[205] Sergei K Lando. 7.4 multiplicative sequences. Lectures on generating functions. AMS.
[206] Geon Lee and Kijung Shin. Thyme+: Temporal hypergraph motifs and fast algorithms for exact counting.
2021 IEEE International Conference on Data Mining (ICDM), pages 310–319, 2021.
48
[207] Lung-Hao Lee and Yi Lu. Multiple embeddings enhanced multi-graph neural networks for chinese
healthcare named entity recognition. IEEE Journal of Biomedical and Health Informatics, 25(7):2801–
2810, 2021.
[208] Azriel Levy. Basic set theory. Courier Corporation, 2012.
[209] Gilbert N Lewis. The atom and the molecule. Journal of the American Chemical Society, 38(4):762–785,
1916.
[210] Kunhao Li, Zhenhua Huang, and Zhaohong Jia. Rahg: A role-aware hypergraph neural network for
node classification in graphs. IEEE Transactions on Network Science and Engineering, 10:2098–2108,
2023.
[211] Shaobo Li, Matthew J Schneider, Yan Yu, and Sachin Gupta. Reidentification risk in panel data:
Protecting for k-anonymity. Information Systems Research, 34(3):1066–1088, 2023.
[212] Wei Li, Bin Xiang, Fan Yang, Yuchen Rong, Yanbin Yin, Jianhua Yao, and Han Zhang. scmhnn: a
novel hypergraph neural network for integrative analysis of single-cell epigenomic, transcriptomic and
proteomic data. Briefings in bioinformatics, 24 6, 2023.
[213] Liting Liu, Wenzheng Zhang, Jie Liu, Wenxuan Shi, and Yalou Huang. Learning multi-graph neural
network for data-driven job skill prediction. In 2021 International Joint Conference on Neural Networks
(IJCNN), pages 1–8. IEEE, 2021.
[214] Luotao Liu, Feng Huang, Xuan Liu, Zhankun Xiong, Menglu Li, Congzhi Song, and Wen Zhang. Multi-
view contrastive learning hypergraph neural network for drug-microbe-disease association prediction.
In International Joint Conference on Artificial Intelligence, 2023.
[215] Pengfei Liu, Weizhe Yuan, Jinlan Fu, Zhengbao Jiang, Hiroaki Hayashi, and Graham Neubig. Pre-train,
prompt, and predict: A systematic survey of prompting methods in natural language processing. ACM
Computing Surveys, 55(9):1–35, 2023.
[216] Xin Liu and Tsuyoshi Murata. Detecting communities in tripartite hypergraphs. arXiv preprint
arXiv:1011.1043, 2010.
[217] Xueliang Liu, Meng Wang, Bao-Cai Yin, Benoit Huet, and Xuelong Li. Event-based media enrichment
using an adaptive probabilistic hypergraph model. IEEE Transactions on Cybernetics, 45(11):2461–
2471, 2014.
[218] Xuemei Liu, Jixiang Meng, and Yingzhi Tian. On forcibly k-edge-connected and forcibly super edge-
connected uniform hypergraphic sequences. The Journal of Supercomputing, 79(14):15980–15996,
2023.
[219] Zijian Liu, Yang Luo, Xitong Pu, Geyong Min, and Chunbo Luo. A multi-modal hypergraph neural
network via parametric filtering and feature sampling. IEEE Transactions on Big Data, 9:1365–1379,
2023.
[220] Anand Louis. Hypergraph markov operators, eigenvalues and approximation algorithms. In Proceedings
of the forty-seventh annual ACM symposium on Theory of computing, pages 713–722, 2015.
[221] Caimei Lu, Xin Chen, and EK Park. Exploit the tripartite network of social tagging for web clustering. In
Proceedings of the 18th ACM conference on Information and knowledge management, pages 1545–1548,
2009.
[222] Ruitao Lu, Wanying Xu, Yongbin Zheng, and Xinsheng Huang. Visual tracking via probabilistic
hypergraph ranking. IEEE Transactions on Circuits and Systems for Video Technology, 27(4):866–879,
2015.
[223] Michael Luby. A simple parallel algorithm for the maximal independent set problem. In Proceedings of
the seventeenth annual ACM symposium on Theory of computing, pages 1–10, 1985.
[224] Eugene M Luks. Hypergraph isomorphism and structural equivalence of boolean functions. In Pro-
ceedings of the thirty-first annual ACM symposium on Theory of computing, pages 652–658, 1999.
49
[225] Anam Luqman, Muhammad Akram, Ahmad N. Al-kenani, and José Carlos Rodriguez Alcantud. A
study on hypergraph representations of complex fuzzy information. Symmetry, 11:1381, 2019.
[226] Anam Luqman, Muhammad Akram, and Florentin Smarandache. Complex neutrosophic hypergraphs:
new social network models. Algorithms, 12(11):234, 2019.
[227] Edita Macajova, Andre Raspaud, and Martin Skoviera. The chromatic number of a signed graph.
Electron. J. Comb., 23:1, 2014.
[228] Pradip Kumar Maji, Ranjit Biswas, and A Ranjan Roy. Soft set theory. Computers & mathematics with
applications, 45(4-5):555–562, 2003.
[229] Rama Mallick and Surapati Pramanik. Pentapartitioned neutrosophic set and its properties. Neutrosophic
Sets and Systems, 35:49, 2020.
[230] Vipul Mann and Venkat Venkatasubramanian. Ai-driven hypergraph network of organic chemistry:
network statistics and applications in reaction classification. Reaction Chemistry & Engineering, 2022.
[231] Christopher D Manning. Foundations of statistical natural language processing. The MIT Press, 1999.
[232] Christopher D Manning, Mihai Surdeanu, John Bauer, Jenny Rose Finkel, Steven Bethard, and David
McClosky. The stanford corenlp natural language processing toolkit. In Proceedings of 52nd annual
meeting of the association for computational linguistics: system demonstrations, pages 55–60, 2014.
[233] David E Manolopoulos and Patrick W Fowler. Molecular graphs, point groups, and fullerenes. The
Journal of chemical physics, 96(10):7603–7614, 1992.
[234] J Abderramán Marrero, Juan Núñez Valdés, and Marı́a Trinidad Villar. Associating hub-directed
multigraphs to arrowhead matrices. Mathematical Methods in the Applied Sciences, 41(6):2360–2369,
2018.
[238] Brendan D McKay and Nicholas C Wormald. The degree sequence of a random graph. i. the models.
Random Structures & Algorithms, 11(2):97–117, 1997.
[239] Syed M Meesum. An efficiently recognisable subset of hypergraphic sequences. In International
Computing and Combinatorics Conference, pages 391–402. Springer, 2018.
[240] Martin Middendorf and Vadim G Timkovsky. Transversal graphs for partially ordered sets: Sequencing,
merging and scheduling problems. Journal of Combinatorial Optimization, 3:417–435, 1999.
[241] Michael Molloy and Bruce Reed. A critical point for random graphs with a given degree sequence.
Random structures & algorithms, 6(2-3):161–180, 1995.
[242] Dmitriy Molodtsov. Soft set theory-first results. Computers & mathematics with applications, 37(4-
5):19–31, 1999.
[243] John N Mordeson and Sunil Mathew. Advanced topics in fuzzy graph theory, volume 375. Springer,
2019.
[244] Dhruv Mubayi and Andrew Suk. Off-diagonal hypergraph ramsey numbers. Journal of Combinatorial
Theory, Series B, 125:168–177, 2017.
[245] Dhruv Mubayi and Andrew Suk. New lower bounds for hypergraph ramsey numbers. Bulletin of the
London Mathematical Society, 50(2):189–201, 2018.
[246] M Myvizhi, Ahmed M Ali, Ahmed Abdelhafeez, and Haitham Rizk Fadlallah. MADM Strategy Appli-
cation of Bipolar Single Valued Heptapartitioned Neutrosophic Set. Infinite Study, 2023.
50
[247] Brendan Nagle, Vojtech Rodl, and Mathias Schacht. The counting lemma for regular k-uniform hyper-
graphs. Random Structures & Algorithms, 28(2):113–179, 2006.
[248] Rajko Nenadov. Probabilistic hypergraph containers. Israel Journal of Mathematics, 261(2):879–897,
2024.
[249] Daniel Neuen. Hypergraph isomorphism for groups with restricted composition factors. ACM Transac-
tions on Algorithms (TALG), 18(3):1–50, 2022.
[250] TM Nishad, Talal Ali Al-Hawary, and B Mohamed Harif. General fuzzy graphs. Ratio Mathematica,
47, 2023.
[251] Kung-Jui Pai, Shyue-Ming Tang, Jou-Ming Chang, and Jinn-Shyong Yang. Completely independent
spanning trees on complete graphs, complete bipartite graphs and complete tripartite graphs. In Ad-
vances in Intelligent Systems and Applications-Volume 1: Proceedings of the International Computer
Symposium ICS 2012 Held at Hualien, Taiwan, December 12–14, 2012, pages 107–113. Springer, 2013.
[252] Madhumangal Pal, Sovan Samanta, and Ganesh Ghorai. Modern trends in fuzzy graph theory. Springer,
2020.
[253] Junyoung Park, Fangying Chen, and Jinkyoo Park. A molecular hypergraph convolutional network with
functional group information. 2021.
[254] Vasile Patrascu. Penta and hexa valued representation of neutrosophic information. arXiv preprint
arXiv:1603.03729, 2016.
[255] Zdzis law Pawlak. Rough sets. International journal of computer & information sciences, 11:341–356,
1982.
[256] Zdzislaw Pawlak. Rough set theory and its applications to data analysis. Cybernetics & Systems,
29(7):661–688, 1998.
[257] Zdzislaw Pawlak, Lech Polkowski, and Andrzej Skowron. Rough set theory. KI, 15(3):38–39, 2001.
[258] Zdzislaw Pawlak, S. K. Michael Wong, Wojciech Ziarko, et al. Rough sets: probabilistic versus
deterministic approach. International Journal of Man-Machine Studies, 29(1):81–95, 1988.
[259] Kelly J Pearson and Tan Zhang. The laplacian tensor of a multi-hypergraph. Discrete Mathematics,
338(6):972–982, 2015.
[260] Aymeric Perchant and Isabelle Bloch. Fuzzy morphisms between graphs. Fuzzy Sets and Systems,
128(2):149–168, 2002.
[261] JC Phillips. Ionicity of the chemical bond in crystals. Reviews of modern physics, 42(3):317, 1970.
[262] Demitri Joel Plessas. The categories of graphs. University of Montana, 2011.
[263] Mariya Popova, Mykhailo Shvets, Junier Oliva, and Olexandr Isayev. Molecularrnn: Generating realistic
molecular graphs with optimized properties. arXiv preprint arXiv:1905.13372, 2019.
[264] Daniele Pretolani. Finding hypernetworks in directed hypergraphs. European Journal of Operational
Research, 230(2):226–230, 2013.
[265] P.Subbaraj, S.Saravanasankar, and S.Anand. Combinatorial optimization in vlsi hypergraph partitioning
using taguchi methods. 2017.
[266] Shio Gai Quek, Ganeshsree Selvachandran, D Ajay, P Chellamani, David Taniar, Hamido Fujita, Phet
Duong, Le Hoang Son, and Nguyen Long Giang. New concepts of pentapartitioned neutrosophic graphs
and applications for determining safest paths and towns in response to covid-19. Computational and
Applied Mathematics, 41(4):151, 2022.
[267] Alain Quilliot. On the helly property working as a compactness criterion on graphs. Journal of
Combinatorial Theory, Series A, 40(1):186–193, 1985.
[268] Stanislaw Radziszowski. Small ramsey numbers. The electronic journal of combinatorics, pages DS1–
Jan, 2012.
51
[269] M Ramya, Sandesh Murali, and R.Radha. Bipolar quadripartitioned neutrosophic soft set. 2022.
[270] Milan Randić. On history of the randić index and emerging hostility toward chemical graph theory.
MATCH Commun. Math. Comput. Chem, 59(1):5–124, 2008.
[271] Yongsheng Rao, Saeed Kosari, and Zehui Shao. Certain properties of vague graphs with a novel
application. Mathematics, 8(10):1647, 2020.
[272] Hossein Rashmanlou and Rajab Ali Borzooei. Vague graphs with application. Journal of Intelligent &
Fuzzy Systems, 30(6):3291–3299, 2016.
[284] Rıdvan Şahin. An approach to neutrosophic graph theory with applications. Soft Computing, 23(2):569–
581, 2019.
[285] Abdullah Ali Salamai. A superhypersoft framework for comprehensive risk assessment in energy
projects. Neutrosophic Sets and Systems, 77:614–624, 2025.
[286] Sovan Samanta, Madhumangal Pal, Hossein Rashmanlou, and Rajab Ali Borzooei. Vague graphs and
strengths. Journal of Intelligent & Fuzzy Systems, 30(6):3675–3680, 2016.
[287] R Sanderson. Chemical bonds and bonds energy, volume 21. Elsevier, 2012.
[288] Franco Scarselli, Marco Gori, Ah Chung Tsoi, Markus Hagenbuchner, and Gabriele Monfardini. The
graph neural network model. IEEE transactions on neural networks, 20(1):61–80, 2008.
[289] Thomas Schank and Dorothea Wagner. Approximating clustering coefficient and transitivity. Journal
of Graph Algorithms and Applications, 9(2):265–275, 2005.
[290] Christoph Schulz, Arlind Nocaj, Jochen Goertler, Oliver Deussen, Ulrik Brandes, and Daniel Weiskopf.
Probabilistic graph layout for uncertain network visualization. IEEE transactions on visualization and
computer graphics, 23(1):531–540, 2016.
52
[291] Ming-Sheng Shang, Zi-Ke Zhang, Tao Zhou, and Yi-Cheng Zhang. Collaborative filtering with diffusion-
based similarity on tripartite graphs. Physica A: Statistical Mechanics and its Applications, 389(6):1259–
1264, 2010.
[292] C.-J. Richard Shi and Janusz A. Brzozowski. A characterization of signed hypergraphs and its applica-
tions to vlsi via minimization and logic synthesis. Discret. Appl. Math., 90:223–243, 1999.
[293] Chuan-Jin Shi. A signed hypergraph model of the constrained via minimization problem. Microelec-
tronics Journal, 23:533–542, 1992.
[294] Lei Shi, Yifan Zhang, Jian Cheng, and Hanqing Lu. Skeleton-based action recognition with directed
graph neural networks. In Proceedings of the IEEE/CVF conference on computer vision and pattern
recognition, pages 7912–7921, 2019.
[295] Xiaolong Shi, Saeed Kosari, Hossein Rashmanlou, Said Broumi, and S Satham Hussain. Properties of
interval-valued quadripartitioned neutrosophic graphs with real-life application. Journal of Intelligent
& Fuzzy Systems, 44(5):7683–7697, 2023.
[296] Julian Shun. Practical parallel hypergraph algorithms. Proceedings of the 25th ACM SIGPLAN Sympo-
sium on Principles and Practice of Parallel Programming, 2020.
[297] Uriel Singer, Ido Guy, and Kira Radinsky. Node embedding over temporal graphs. arXiv preprint
arXiv:1903.08889, 2019.
[298] Prem Kumar Singh. Intuitionistic Plithogenic Graph. Infinite Study, 2022.
[299] Prem Kumar Singh et al. Dark data analysis using intuitionistic plithogenic graphs. International Journal
of Neutrosophic Sciences, 16(2):80–100, 2021.
[300] Mitali Sinha. Pair wise swapping based hypergraph partitioning algorithms for vlsi design. International
Journal of Recent Technology and Engineering, 2019.
[301] F. Smarandache. Introduction to superhyperalgebra and neutrosophic superhyperalgebra. Journal of
Algebraic Hyperstructures and Logical Algebras, 2022.
[302] Florentin Smarandache. A unifying field in logics: Neutrosophic logic. In Philosophy, pages 1–141.
American Research Press, 1999.
[303] Florentin Smarandache. Definitions derived from neutrosophics. Infinite Study, 2003.
[304] Florentin Smarandache. Neutrosophic set-a generalization of the intuitionistic fuzzy set. International
journal of pure and applied mathematics, 24(3):287, 2005.
[305] Florentin Smarandache. Extension of soft set to hypersoft set, and then to plithogenic hypersoft set.
Neutrosophic sets and systems, 22(1):168–170, 2018.
[306] Florentin Smarandache. Plithogenic set, an extension of crisp, fuzzy, intuitionistic fuzzy, and neutrosophic
sets-revisited. Infinite study, 2018.
[307] Florentin Smarandache. Plithogeny, plithogenic set, logic, probability, and statistics. arXiv preprint
arXiv:1808.03948, 2018.
[308] Florentin Smarandache. n-superhypergraph and plithogenic n-superhypergraph. Nidus Idearum, 7:107–
113, 2019.
[309] Florentin Smarandache. Extension of HyperGraph to n-SuperHyperGraph and to Plithogenic n-
SuperHyperGraph, and Extension of HyperAlgebra to n-ary (Classical-/Neutro-/Anti-) HyperAlgebra.
Infinite Study, 2020.
[310] Florentin Smarandache. Introduction to the n-SuperHyperGraph-the most general form of graph today.
Infinite Study, 2022.
[311] Florentin Smarandache. The SuperHyperFunction and the Neutrosophic SuperHyperFunction (revisited
again), volume 3. Infinite Study, 2022.
[312] Florentin Smarandache. Decision making based on valued fuzzy superhypergraphs. 2023.
53
[313] Florentin Smarandache. Foundation of the superhypersoft set and the fuzzy extension superhypersoft
set: A new vision. Neutrosophic Systems with Applications, 11:48–51, 2023.
[314] Florentin Smarandache. New types of soft sets “hypersoft set, indetermsoft set, indetermhypersoft set,
and treesoft set”: an improved version. Infinite Study, 2023.
[321] Yuzhi Song, Hailiang Ye, Ming Li, and Feilong Cao. Deep multi-graph neural networks with attention
fusion for recommendation. Expert Systems with Applications, 191:116240, 2022.
[322] Andreas Spitz, Dennis Aumiller, Bálint Soproni, and Michael Gertz. A versatile hypergraph model for
document collections. In Proceedings of the 32nd International Conference on Scientific and Statistical
Database Management, pages 1–12, 2020.
[323] Elias C Stavropoulos, Vassilios S Verykios, and Vasileios Kagklis. A transversal hypergraph approach
for the frequent itemset hiding problem. Knowledge and information systems, 47:625–645, 2016.
[324] A Sudha and P Sundararajan. Robust fuzzy graph. Ratio Mathematica, 46, 2023.
[325] Fazeelat Sultana, Muhammad Gulistan, Mumtaz Ali, Naveed Yaqoob, Muhammad Khan, Tabasam
Rashid, and Tauseef Ahmed. A study of plithogenic graphs: applications in spreading coronavirus
disease (covid-19) globally. Journal of ambient intelligence and humanized computing, 14(10):13139–
13159, 2023.
[326] Zoltán Szigeti. Packing mixed hyperarborescences. Discret. Optim., 50:100811, 2023.
[327] Dimitrios Tasis, Nikos Tagmatarchis, Alberto Bianco, and Maurizio Prato. Chemistry of carbon nan-
otubes. Chemical reviews, 106(3):1105–1136, 2006.
[328] Jacobo Torán. On the hardness of graph isomorphism. SIAM Journal on Computing, 33(5):1093–1108,
2004.
[329] Nenad Trinajstic. Chemical graph theory. CRC press, 2018.
[330] Ke Tu, Peng Cui, Xiao Wang, Fei Wang, and Wenwu Zhu. Structural deep embedding for hyper-networks.
In Proceedings of the AAAI conference on artificial intelligence, volume 32, 2018.
[331] Vakkas Ulucay and Memet Sahin. Intuitionistic fuzzy soft expert graphs with application. Uncertainty
discourse and applications, 1(1):1–10, 2024.
[332] Paola Valdivia, Paolo Buono, Catherine Plaisant, Nicole Dufournaud, and Jean-Daniel Fekete. Analyzing
dynamic hypergraphs with parallel aggregated ordered hypergraph visualization. IEEE transactions on
visualization and computer graphics, 27(1):1–13, 2019.
[333] Hadrien Van Lierde and Tommy WS Chow. Query-oriented text summarization based on hypergraph
transversals. Information Processing & Management, 56(4):1317–1338, 2019.
54
[334] B Vembu and S Loghambal. Pseudo-graph neural networks on ordinary differential equations. Journal
of Computational Mathematica, 6(1):117–123, 2022.
[335] Stephan Wagner and Hua Wang. Introduction to chemical graph theory. Chapman and Hall/CRC, 2018.
[336] Aiqin Wang, Jun Li, and Tao Zhang. Heterogeneous single-atom catalysis. Nature Reviews Chemistry,
2(6):65–81, 2018.
[337] Bo-Lan Wang, Guibao Shen, Dong Li, Jianye Hao, Wulong Liu, Yu Huang, Hongzhong Wu, Yibo Lin,
Guangyong Chen, and Pheng-Ann Heng. Lhnn: lattice hypergraph neural network for vlsi congestion
prediction. Proceedings of the 59th ACM/IEEE Design Automation Conference, 2022.
[338] Shuai Wang, Jiayi Shen, Athanasios Efthymiou, Stevan Rudinac, Monika Kackovic, Nachoem Wijnberg,
and Marcel Worring. Prototype-enhanced hypergraph learning for heterogeneous information networks.
In International Conference on Multimedia Modeling, pages 462–476. Springer, 2024.
[339] Xiao Wang, Houye Ji, Chuan Shi, Bai Wang, Yanfang Ye, Peng Cui, and Philip S Yu. Heterogeneous
graph attention network. In The world wide web conference, pages 2022–2032, 2019.
[340] Yue Wang, Yongbin Sun, Ziwei Liu, Sanjay E Sarma, Michael M Bronstein, and Justin M Solomon.
Dynamic graph cnn for learning on point clouds. ACM Transactions on Graphics (tog), 38(5):1–12,
2019.
[341] Yuxin Wang, Quan Gan, Xipeng Qiu, Xuanjing Huang, and David Wipf. From hypergraph energy
functions to hypergraph neural networks. In International Conference on Machine Learning, pages
35605–35623. PMLR, 2023.
[342] Zhiyu Wang, Mohammad Ali Javidian, Linyuan Lu, and Marco Valtorta. The causal interpretations of
bayesian hypergraphs. 2019.
[343] Zuhao Wang, Shaohui Chi, Ma Luo, Yuqin Yang, and Min Huang. Development of an instrument to
evaluate high school students’ chemical symbol representation abilities. Chemistry Education Research
and Practice, 18(4):875–892, 2017.
[344] Tong Wei, Junlin Hou, and Rui Feng. Fuzzy graph neural network for few-shot learning. In 2020
International joint conference on neural networks (IJCNN), pages 1–8. IEEE, 2020.
[345] Zheng Wenping, Liu Meilin, and Liang Jiye. Hypergraphs: Concepts, applications and analysis. In 2022
IEEE 13th International Symposium on Parallel Architectures, Algorithms and Programming (PAAP),
pages 1–6. IEEE, 2022.
[346] Douglas Brent West et al. Introduction to graph theory, volume 2. Prentice hall Upper Saddle River,
2001.
[347] Richard M. Wilson. Signed hypergraph designs and diagonal forms for some incidence matrices.
Designs, Codes and Cryptography, 17:289–297, 1999.
[348] Thomas Wolf, Lysandre Debut, Victor Sanh, Julien Chaumond, Clement Delangue, Anthony Moi,
Pierric Cistac, Tim Rault, Rémi Louf, Morgan Funtowicz, et al. Transformers: State-of-the-art natural
language processing. In Proceedings of the 2020 conference on empirical methods in natural language
processing: system demonstrations, pages 38–45, 2020.
[349] Hongjie Wu, Weizhong Lu, Meiling Qian, Yu Zhang, Yijie Ding, Jiawei Shen, Xiaoyi Chen, Haiou
Li, and Qiming Fu. Identification of membrane protein types based using hypergraph neural network.
Current Bioinformatics, 2023.
[350] Jinming Wu, Qi Qi, Jingyu Wang, Haifeng Sun, Zhikang Wu, Zirui Zhuang, and Jianxin Liao. Not
only pairwise relationships: Fine-grained relational modeling for multivariate time series forecasting.
In IJCAI, pages 4416–4423, 2023.
[351] Zonghan Wu, Shirui Pan, Fengwen Chen, Guodong Long, Chengqi Zhang, and S Yu Philip. A compre-
hensive survey on graph neural networks. IEEE transactions on neural networks and learning systems,
32(1):4–24, 2020.
55
[352] Keyulu Xu, Weihua Hu, Jure Leskovec, and Stefanie Jegelka. How powerful are graph neural networks?
arXiv preprint arXiv:1810.00826, 2018.
[353] Hongye Yang, Yuzhang Gu, Jianchao Zhu, Keli Hu, and Xiaolin Zhang. Pgcn-tca: Pseudo graph
convolutional network with temporal and channel-wise attention for skeleton-based action recognition.
IEEE Access, 8:10040–10047, 2020.
[354] Jian Yang and Joseph Y-T Leung. A generalization of the weighted set covering problem. Naval Research
Logistics (NRL), 52(2):142–149, 2005.
[355] Jeonghee Yi, Tetsuya Nasukawa, Razvan Bunescu, and Wayne Niblack. Sentiment analyzer: Extracting
sentiments about a given topic using natural language processing techniques. In Third IEEE international
conference on data mining, pages 427–434. IEEE, 2003.
[356] Nan Yin, Fuli Feng, Zhigang Luo, Xiang Zhang, Wenjie Wang, Xiao Luo, Chong Chen, and Xian-Sheng
Hua. Dynamic hypergraph convolutional network. In 2022 IEEE 38th International Conference on Data
Engineering (ICDE), pages 1621–1634. IEEE, 2022.
[357] Nan Yin, Li Shen, Huan Xiong, Bin Gu, Chong Chen, Xian-Sheng Hua, Siwei Liu, and Xiao Luo. Mes-
sages are never propagated alone: Collaborative hypergraph neural network for time-series forecasting.
IEEE Transactions on Pattern Analysis and Machine Intelligence, 46:2333–2347, 2023.
[358] Jiaxuan You, Bowen Liu, Zhitao Ying, Vijay Pande, and Jure Leskovec. Graph convolutional policy
network for goal-directed molecular graph generation. Advances in neural information processing
systems, 31, 2018.
[359] Guihai Yu, Xiying Yuan, and Hui Qu. Signed k-uniform hypergraphs and tensors. Linear Algebra and
its Applications, 2019.
[360] Lotfi A Zadeh. Fuzzy sets. Information and control, 8(3):338–353, 1965.
[361] Lotfi A Zadeh. A fuzzy-set-theoretic interpretation of linguistic hedges. 1972.
[362] Lotfi A Zadeh. Fuzzy sets and their application to pattern classification and clustering analysis. In
Classification and clustering, pages 251–299. Elsevier, 1977.
[363] Lotfi A Zadeh. Fuzzy sets versus probability. Proceedings of the IEEE, 68(3):421–421, 1980.
[364] Lotfi A Zadeh. Fuzzy sets and information granularity. In Fuzzy sets, fuzzy logic, and fuzzy systems:
selected papers by Lotfi A Zadeh, pages 433–448. World Scientific, 1996.
[365] Lotfi A Zadeh. A note on prototype theory and fuzzy sets. In Fuzzy sets, fuzzy logic, and fuzzy systems:
Selected papers by Lotfi A Zadeh, pages 587–593. World Scientific, 1996.
[366] Lotfi Asker Zadeh. Fuzzy sets as a basis for a theory of possibility. Fuzzy sets and systems, 1(1):3–28,
1978.
[367] Chengxi Zang and Fei Wang. Moflow: an invertible flow model for generating molecular graphs. In
Proceedings of the 26th ACM SIGKDD international conference on knowledge discovery & data mining,
pages 617–626, 2020.
[368] Thomas Zaslavsky. How colorful the signed graph? Discret. Math., 52:279–284, 1984.
[369] Chuxu Zhang, Dongjin Song, Chao Huang, Ananthram Swami, and Nitesh V Chawla. Heterogeneous
graph neural network. In Proceedings of the 25th ACM SIGKDD international conference on knowledge
discovery & data mining, pages 793–803, 2019.
[370] Lingling Zhang, Zhiwei Zhang, Guoren Wang, Ye Yuan, Shuai Zhao, and Jianliang Xu. Hyperiso:
Efficiently searching subgraph containment in hypergraphs. IEEE Transactions on Knowledge and Data
Engineering, 35(8):8112–8125, 2022.
[371] Zhongfu Zhang, Linzhong Liu, and Jianfang Wang. Adjacent strong edge coloring of graphs. Applied
mathematics letters, 15(5):623–626, 2002.
[372] Zi-Ke Zhang and Chuang Liu. A hypergraph model of social tagging networks. Journal of Statistical
Mechanics: Theory and Experiment, 2010(10):P10005, 2010.
56
[373] Zi-Ke Zhang, Tao Zhou, and Yi-Cheng Zhang. Personalized recommendation via integrated diffusion on
user–item–tag tripartite graphs. Physica A: Statistical Mechanics and its Applications, 389(1):179–186,
2010.
[374] Zitong Zhang, Ling-Feng Zhao, Junjie Wang, and Chunyu Wang. A hierarchical graph neural network
framework for predicting protein-protein interaction modulators with functional group information and
hypergraph structure. IEEE Journal of Biomedical and Health Informatics, 28:4295–4305, 2024.
[375] Zizhao Zhang, Haojie Lin, Yue Gao, and KLISS BNRist. Dynamic hypergraph structure learning. In
IJCAI, pages 3162–3169, 2018.
[376] Hua Zhao, Zeshui Xu, Shousheng Liu, and Zhong Wang. Intuitionistic fuzzy mst clustering algorithms.
Computers & Industrial Engineering, 62(4):1130–1140, 2012.
[377] Guo Zhenyu and Zhang Wanhong. An efficient inference schema for gene regulatory networks using
directed graph neural networks. In 2023 42nd Chinese Control Conference (CCC), pages 6829–6834.
IEEE, 2023.
[378] Jie Zhou, Ganqu Cui, Shengding Hu, Zhengyan Zhang, Cheng Yang, Zhiyuan Liu, Lifeng Wang,
Changcheng Li, and Maosong Sun. Graph neural networks: A review of methods and applications. AI
open, 1:57–81, 2020.
[379] Peng Zhou, Zongqian Wu, Xiangxiang Zeng, Guoqiu Wen, Junbo Ma, and Xiaofeng Zhu. Totally
dynamic hypergraph neural networks. In International Joint Conference on Artificial Intelligence, 2023.
[380] Linhong Zhu, Aram Galstyan, James Cheng, and Kristina Lerman. Tripartite graph clustering for
dynamic sentiment analysis on social media. In Proceedings of the 2014 ACM SIGMOD international
conference on Management of data, pages 1531–1542, 2014.
[381] Wenwu Zhu, Xin Wang, and Peng Cui. Deep learning for learning graph representations. Deep learning:
concepts and architectures, pages 169–210, 2020.
57