Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Scabbard | 785 | 2 months ago | 22 | apache-2.0 | Kotlin | |||||
🗡 A tool to visualize Dagger 2 dependency graphs | ||||||||||
Scene Graph Benchmark.pytorch | 760 | 10 months ago | 100 | mit | Jupyter 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.pytorch | 482 | 3 years ago | 32 | Python | ||||||
Pytorch code for our ECCV 2018 paper "Graph R-CNN for Scene Graph Generation" and other papers | ||||||||||
Gran | 363 | a year ago | 7 | mit | C++ | |||||
Efficient Graph Generation with Graph Recurrent Attention Networks, Deep Generative Model of Graphs, Graph Neural Networks, NeurIPS 2019 | ||||||||||
Graphwriter | 222 | 3 years ago | 13 | Python | ||||||
Code for "Text Generation from Knowledge Graphs with Graph Transformers" | ||||||||||
Rl_graph_generation | 216 | 2 years ago | 7 | bsd-3-clause | Python | |||||
Beebug | 210 | 4 years ago | gpl-3.0 | Python | ||||||
A tool for checking exploitability | ||||||||||
Jngen | 189 | 7 months ago | 4 | mit | C++ | |||||
Library for generating tests for olympiad problems | ||||||||||
Ccm | 187 | 5 years ago | 6 | apache-2.0 | Python | |||||
This project is a tensorflow implement of our work, CCM. | ||||||||||
Amrlib | 161 | 2 | 5 months ago | 13 | March 08, 2022 | 4 | mit | Python | ||
A python library that makes AMR parsing, generation and visualization simple. |
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.
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>
The AGENDA dataset is available in a user-friendly json format in /data/unprocessed.tar.gz Preprocessed data is also available in /data.
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}
}