paper-with-me

Papers

KGQuest: Template-Driven QA Generation from Knowledge Graphs with LLM-Based Refinement

2025-11-14 · Sania Nayab, Marco Simoni, Giulio Rossolini, Andrea Saracino arxiv

The generation of questions and answers (QA) from knowledge graphs (KG) plays a crucial role in the development and testing of educational platforms, dissemination tools, and large language models (LLM). However, existing approaches often struggle with scalability, linguistic quality, and factual consistency. This paper presents a scalable and deterministic pipeline for generating natural language QA from KGs, with an additional refinement step using LLMs to further enhance linguistic quality. The approach first clusters KG triplets based on their relations, creating reusable templates through natural language rules derived from the entity types of objects and relations. A module then leverages LLMs to refine these templates, improving clarity and coherence while preserving factual accuracy. Finally, the instantiation of answer options is achieved through a selection strategy that introduces distractors from the KG. Our experiments demonstrate that this hybrid approach efficiently generates high-quality QA pairs, combining scalability with fluency and linguistic precision.

📄 PDF Abstract BibTeX arXiv:2511.11258

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

ForecastTKGQuestions: A Benchmark for Temporal Question Answering and Forecasting over Temporal Knowledge Graphs

2022-08-12 · Zifeng Ding, Zongyue Li, Ruoxia Qi, Jingpei Wu 외

Question answering over temporal knowledge graphs (TKGQA) has recently found increasing interest. TKGQA requires temporal reasoning techniques to extract the relevant information from temporal knowledge bases. The only e…

Knowledge GraphsQuestion Answering

An evaluation of template and ML-based generation of user-readable text from a knowledge graph

2021-06-06 · Zola Mahlaza, C. Maria Keet, Jarryd Dunn, Matthew Poulter

Typical user-friendly renderings of knowledge graphs are visualisations and natural language text. Within the latter HCI solution approach, data-driven natural language generation systems receive increased attention, but…

HallucinationKnowledge GraphsText Generation

Knowledge-driven Encode, Retrieve, Paraphrase for Medical Image Report Generation

2019-03-25 · Christy Y. Li, Xiaodan Liang, Zhiting Hu, Eric P. Xing

Generating long and semantic-coherent reports to describe medical images poses great challenges towards bridging visual and linguistic modalities, incorporating medical domain knowledge, and generating realistic and accu…

Graph LearningKnowledge GraphsLanguage ModelingLanguage Modelling+2

Sanitizing Synthetic Training Data Generation for Question Answering over Knowledge Graphs

2020-09-10 · Trond Linjordet, Krisztian Balog

Synthetic data generation is important to training and evaluating neural models for question answering over knowledge graphs. The quality of the data and the partitioning of the datasets into training, validation and tes…

Knowledge GraphsQuestion AnsweringSynthetic Data Generation

SimGRAG: Leveraging Similar Subgraphs for Knowledge Graphs Driven Retrieval-Augmented Generation

2024-12-17 · Yuzheng Cai, Zhenyue Guo, Yiwen Pei, Wanrui Bian 외

Recent advancements in large language models (LLMs) have shown impressive versatility across various tasks. To eliminate its hallucinations, retrieval-augmented generation (RAG) has emerged as a powerful approach, levera…

Fact VerificationKnowledge GraphsQuestion AnsweringRAG+2