graph-2-text
Graph text generator
Implementing a deep learning model to generate text from graph structures
Graph to sequence implemented in Pytorch combining Graph convolutional networks and opennmt-py
151 stars
8 watching
28 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
dmulyalin/n2g | A Python library to generate diagrams in various formats from structured data | 157 |
graykode/gpt-2-pytorch | An implementation of the GPT-2 language model in PyTorch for generating text | 973 |
thomasp85/ggraph | A grammar of graphics for relational data structures, extending ggplot2 to support network and graph visualization. | 1,076 |
benedekrozemberczki/sgcn | An implementation of a deep learning algorithm for graph data | 268 |
taoxugit/attngan | Reproduces text-to-image generation with attentional generative adversarial networks. | 1,339 |
hanzhanggit/stackgan | A PyTorch implementation of a generative adversarial network for image synthesis from text descriptions | 1,860 |
bupt-gamma/openhgnn | An open-source toolkit for training and applying heterogeneous graph neural networks using PyTorch and the Deep Graph Library. | 867 |
jwyang/graph-rcnn.pytorch | Reimplemented scene graph generation models using PyTorch 1.0 | 733 |
benedekrozemberczki/gam | An implementation of a graph classification model using structural attention and PyTorch | 268 |
minimaxir/aitextgen | A Python package for text generation using GPT-2 and EleutherAI's models, with fine-tuning capabilities. | 1,842 |
dgleich/gaimc | A collection of graph algorithms implemented in MATLAB code | 42 |
pravj/geopattern | Generates SVG image patterns from text input using pattern and color algorithms | 1,270 |
graphic-design-ai/graphist | A software system that uses AI to generate graphic compositions from unordered sets of design elements | 98 |
morph-kgc/morph-kgc | Generates RDF knowledge graphs from diverse data sources using standardized mapping languages and optimized algorithms | 191 |
benedekrozemberczki/attentionwalk | An implementation of a deep learning algorithm to generate node embeddings in graphs | 320 |