nlp:hypergraphs
Table of Contents
Hypergraphs
Hypergraphs are a generalization of graphs, where the edges can connect any number of nodes (1 or more nodes). There can be directed and undirected edges in a hypergraph. In a directed edge, some of the edges are marked as the head, and the others are the tail. Hypergraphs have been used extensively in NLP for parsing or machine translation with grammars.
General Hypergraph Introductions
Papers
Search ACL Anthology for Hypergraphs.
Neural Papers
Neural papers that use hypergraphs.
- From this paper: “Hypergraph convolutional networks (Feng et al., 2019; Yadati et al., 2019) utilize hypergraph structure rather than a general graph to represent the high-order correlation among data entirely, and hypergraph attention (Bai et al., 2019) further enhances the ability of representation learning by using an attention module.”
nlp/hypergraphs.txt · Last modified: 2023/06/15 07:36 by 127.0.0.1