Graphwriter

Code for "Text Generation from Knowledge Graphs with Graph Transformers"
Alternatives To Graphwriter
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Scabbard785
2 months ago22apache-2.0Kotlin
🗡 A tool to visualize Dagger 2 dependency graphs
Scene Graph Benchmark.pytorch760
10 months ago100mitJupyter Notebook
A new codebase for popular Scene Graph Generation methods (2020). Visualization & Scene Graph Extraction on custom images/datasets are provided. It's also a PyTorch implementation of paper “Unbiased Scene Graph Generation from Biased Training CVPR 2020”
Graph Rcnn.pytorch482
3 years ago32Python
Pytorch code for our ECCV 2018 paper "Graph R-CNN for Scene Graph Generation" and other papers
Gran363
a year ago7mitC++
Efficient Graph Generation with Graph Recurrent Attention Networks, Deep Generative Model of Graphs, Graph Neural Networks, NeurIPS 2019
Graphwriter222
3 years ago13Python
Code for "Text Generation from Knowledge Graphs with Graph Transformers"
Rl_graph_generation216
2 years ago7bsd-3-clausePython
Beebug210
4 years agogpl-3.0Python
A tool for checking exploitability
Jngen189
7 months ago4mitC++
Library for generating tests for olympiad problems
Ccm187
5 years ago6apache-2.0Python
This project is a tensorflow implement of our work, CCM.
Amrlib16125 months ago13March 08, 20224mitPython
A python library that makes AMR parsing, generation and visualization simple.
Alternatives To Graphwriter
Select To Compare


Alternative Project Comparisons
Readme

Text Generation from Knowledge Graphs with Graph Transformers

This repository contains the source code of our paper, Text Generation from Knowledge Graphs with Graph Transformers, which is accepted for publication at NAACL 2019.

Instructions

Training:

python3.6 train.py -save <DIR>

Use --help for a list of all training options.

To generate, use

python3.6 generator.py -save <SAVED MODEL>

with the appropriate model flags used to train the model

To evaluate, run

python3.6 eval.py <GENERATED TEXTS> <GOLD TARGETS>

AGENDA Dataset

The AGENDA dataset is available in a user-friendly json format in /data/unprocessed.tar.gz Preprocessed data is also available in /data.

Citation

If this work is useful in your research, please cite our paper.

@inproceedings{koncel2019text,
  title={{T}ext {G}eneration from {K}nowledge {G}raphs with {G}raph {T}ransformers},
  author={Rik Koncel-Kedziorski, Dhanush Bekal, Yi Luan, Mirella Lapata, and Hannaneh Hajishirzi},
  booktitle={NAACL},
  year={2019}
}
Popular Graph Projects
Popular Generation Projects
Popular Computer Science Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Graph
Generation
Text Generation