2020

CycleGT: Unsupervised Graph-to-Text and Text-to-Graph Generation via Cycle Training

Guo, Qipeng, Jin, Zhijing, Qiu, Xipeng et al.

Understand

Two important tasks at the intersection of knowledge graphs and natural language processing are graph-to-text (G2T) and text-to-graph (T2G) conversion.

  • Due to the difficulty and high cost of data collection, the supervised data available in the two fields are usually on the magnitude of tens of thousands, for example, 18K in the WebNLG~2017 dataset after preprocessing, which is far fewer than the millions of data for other tasks such as machine translation.
  • Consequently, deep learning models for G2T and T2G suffer largely from scarce training data.
  • We present CycleGT, an unsupervised training method that can bootstrap from fully non-parallel graph and text data, and iteratively back translate between the two forms.

Reading the bibliography…