Evaluating and Improving Graph to Text Generation with Large Language Models
Jie He, Yijun Yang, Wanqiu Long, Deyi Xiong, Victor Gutierrez-Basulto,, Jeff Z. Pan

TL;DR
This paper evaluates the capabilities of large language models in graph-to-text generation, introduces a new dataset, and proposes methods to improve their performance, highlighting current limitations and future research directions.
Contribution
It provides a comprehensive evaluation of LLMs for graph-to-text tasks, introduces the PlanGTG dataset with new sub-tasks, and demonstrates improved generation quality through fine-tuning and few-shot learning.
Findings
LLMs struggle with planning on complex graphs.
Diversity-difficulty-based sampling offers incremental improvements.
Fine-tuning on PlanGTG significantly enhances text quality.
Abstract
Large language models (LLMs) have demonstrated immense potential across various tasks. However, research for exploring and improving the capabilities of LLMs in interpreting graph structures remains limited. To address this gap, we conduct a comprehensive evaluation of prompting current open-source LLMs on graph-to-text generation tasks. Although we explored the optimal prompting strategies and proposed a novel and effective diversity-difficulty-based few-shot sample selection method, we found that the improvements from tuning-free approaches were incremental, as LLMs struggle with planning on complex graphs, particularly those with a larger number of triplets. To further improve LLMs in planning with graph sequences and grounding in truth, we introduce a new graph-to-text dataset, PlanGTG, annotated with two sub-tasks: reordering and attribution. Through extensive automatic and human…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
