English

Stage-wise Fine-tuning for Graph-to-Text Generation

Computation and Language 2025-06-11 v2 Artificial Intelligence

Abstract

Graph-to-text generation has benefited from pre-trained language models (PLMs) in achieving better performance than structured graph encoders. However, they fail to fully utilize the structure information of the input graph. In this paper, we aim to further improve the performance of the pre-trained language model by proposing a structured graph-to-text model with a two-step fine-tuning mechanism which first fine-tunes the model on Wikipedia before adapting to the graph-to-text generation. In addition to using the traditional token and position embeddings to encode the knowledge graph (KG), we propose a novel tree-level embedding method to capture the inter-dependency structures of the input graph. This new approach has significantly improved the performance of all text generation metrics for the English WebNLG 2017 dataset.

Keywords

Cite

@article{arxiv.2105.08021,
  title  = {Stage-wise Fine-tuning for Graph-to-Text Generation},
  author = {Qingyun Wang and Semih Yavuz and Victoria Lin and Heng Ji and Nazneen Rajani},
  journal= {arXiv preprint arXiv:2105.08021},
  year   = {2025}
}

Comments

10 pages, Accepted by Proceedings of ACL-IJCNLP 2021 Student Research Workshop, Code and Resources at https://github.com/EagleW/Stage-wise-Fine-tuning

R2 v1 2026-06-24T02:11:34.470Z