Wikipedia Ontology-Free Graph-Text dataset (WikiOFGraph)
收藏资源简介:
WikiOFGraph是由韩国浦项科技大学人工智能研究生院和计算机科学与工程系创建的一个大规模知识图谱到文本生成数据集。该数据集包含585万条通用领域的图谱-文本对,通过大型语言模型和Data-QuestEval方法生成,不依赖外部本体。数据集的创建过程包括从维基百科中收集句子、使用LLM提取图谱表示,并通过Data-QuestEval进行数据筛选,确保图谱与文本之间的高度一致性。该数据集旨在解决现有数据集在通用领域知识图谱到文本生成任务中的不足,特别是在图谱与文本对齐方面的问题。
WikiOFGraph is a large-scale knowledge graph-to-text generation dataset created by the Graduate School of Artificial Intelligence and the Department of Computer Science and Engineering at Pohang University of Science and Technology. This dataset contains 5.85 million general-domain graph-text pairs, which are generated using Large Language Models (LLMs) and the Data-QuestEval method without relying on external ontologies. The dataset creation process includes collecting sentences from Wikipedia, extracting graph representations via LLMs, and filtering data through Data-QuestEval to ensure high consistency between knowledge graphs and their corresponding texts. This dataset aims to address the shortcomings of existing datasets for general-domain knowledge graph-to-text generation tasks, especially the issues in graph-text alignment.
WikiOFGraph 数据集概述
数据来源
- 数据集通过 Huggingface datasets 提供。
- 也可以通过手动下载链接获取数据:Download link。
数据加载
- 使用
datasets库加载数据集: python from datasets import load_dataset dataset = load_dataset("andreaKIM/WikiOFGraph")
数据处理
- 数据集生成过程包括数据预处理、图提取和 Data-QuestEval 过滤等步骤。
- 详细实现代码位于 process 目录中。
实验与分析
- 实验相关代码位于 experiments 目录中。
- 定性分析的详细信息和示例输出位于 qualitativeAnalysis 目录中。

- 1Ontology-Free General-Domain Knowledge Graph-to-Text Generation Dataset Synthesis using Large Language Model韩国浦项科技大学人工智能研究生院和计算机科学与工程系 · 2024年



