paper-with-me

Papers

Evaluating and Improving Graph to Text Generation with Large Language Models

2025-01-24 · Jie He, Yijun Yang, Wanqiu Long, Deyi Xiong, Victor Gutierrez Basulto, Jeff Z. Pan

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.

📄 PDF Abstract BibTeX arXiv:2501.14497

Code (1)

probe2/kg_text 공식 구현

Tasks

DiversityFew-Shot LearningText Generation

Similar Papers 제목 키워드 기반

GraphextQA: A Benchmark for Evaluating Graph-Enhanced Large Language Models

2023-10-12 · Yuanchun Shen, Ruotong Liao, Zhen Han, Yunpu Ma 외

While multi-modal models have successfully integrated information from image, video, and audio modalities, integrating graph modality into large language models (LLMs) remains unexplored. This discrepancy largely stems f…

Answer GenerationHallucinationLanguage ModelingLanguage Modelling+2

mmRAG: A Modular Benchmark for Retrieval-Augmented Generation over Text, Tables, and Knowledge Graphs

2025-05-16 · Chuan Xu, Qiaosheng Chen, Yutong Feng, Gong Cheng

Retrieval-Augmented Generation (RAG) has emerged as a powerful paradigm for enhancing the capabilities of large language models. However, existing RAG evaluation predominantly focuses on text retrieval and relies on opaq…

Information RetrievalKnowledge GraphsQuestion AnsweringRAG+3

Multi-FAct: Assessing Factuality of Multilingual LLMs using FActScore

2024-02-28 · Sheikh Shafayat, Eunsu Kim, Juhyun Oh, Alice Oh

Evaluating the factuality of long-form large language model (LLM)-generated text is an important challenge. Recently there has been a surge of interest in factuality evaluation for English, but little is known about the …

DiversityFormHallucinationLanguage Modeling+3

VGBench: Evaluating Large Language Models on Vector Graphics Understanding and Generation

2024-07-15 · Bocheng Zou, Mu Cai, Jianrui Zhang, Yong Jae Lee

In the realm of vision models, the primary mode of representation is using pixels to rasterize the visual world. Yet this is not always the best or unique way to represent visual content, especially for designers and art…

Vector Graphics

Spider4SPARQL: A Complex Benchmark for Evaluating Knowledge Graph Question Answering Systems

2023-09-28 · Catherine Kosten, Philippe Cudré-Mauroux, Kurt Stockinger

With the recent spike in the number and availability of Large Language Models (LLMs), it has become increasingly important to provide large and realistic benchmarks for evaluating Knowledge Graph Question Answering (KGQA…

Graph Question AnsweringKnowledge GraphsQuestion AnsweringQuestion Generation+1