Skip to content

Code for "Text Generation from Knowledge Graphs with Graph Transformers"

Notifications You must be signed in to change notification settings

rikdz/GraphWriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}
}

About

Code for "Text Generation from Knowledge Graphs with Graph Transformers"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages