CLJan 24, 2025

Evaluating and Improving Graph to Text Generation with Large Language Models

arXiv:2501.14497v212 citationsh-index: 5Has CodeNAACL
Originality Incremental advance
AI Analysis

This work addresses the limited capabilities of LLMs in interpreting complex graph structures for text generation, though the improvements from tuning-free approaches are incremental.

The paper tackled the problem of improving graph-to-text generation with large language models by evaluating prompting strategies and introducing a new dataset, PlanGTG, which led to significant improvements in text quality through few-shot learning and fine-tuning.

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 evaluations, we demonstrate significant improvements in the quality of generated text from both few-shot learning and fine-tuning perspectives using the PlanGTG dataset. Our study paves the way for new research directions in graph-to-text generation. PlanGTG datasets can be found in https://github.com/probe2/kg_text.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes