CLAIDec 2, 2025

InvertiTune: High-Quality Data Synthesis for Cost-Effective Single-Shot Text-to-Knowledge Graph Generation

arXiv:2512.03197v1h-index: 8
Originality Incremental advance
AI Analysis

This addresses the cost and accuracy issues in knowledge graph construction from text for applications requiring efficient data processing, though it appears incremental as it builds on existing supervised fine-tuning and data generation techniques.

The paper tackles the problem of computationally expensive and inaccurate text-to-knowledge graph generation by proposing InvertiTune, a framework that uses a controlled data generation pipeline with supervised fine-tuning, which outperforms larger non-fine-tuned LLMs and state-of-the-art methods on the CE12k dataset and shows stronger cross-dataset generalization on CrossEval-1200.

Large Language Models (LLMs) have revolutionized the ability to understand and generate text, enabling significant progress in automatic knowledge graph construction from text (Text2KG). Many Text2KG methods, however, rely on iterative LLM prompting, making them computationally expensive and prone to overlooking complex relations distributed throughout the text. To address these limitations, we propose InvertiTune, a framework that combines a controlled data generation pipeline with supervised fine-tuning (SFT). Within this framework, the data-generation pipeline systematically extracts subgraphs from large knowledge bases, applies noise filtering, and leverages LLMs to generate corresponding natural text descriptions, a task more aligned with LLM capabilities than direct KG generation from text. This pipeline enables generating datasets composed of longer texts paired with larger KGs that better reflect real-world scenarios compared to existing benchmarks, thus supporting effective SFT of lightweight models for single-shot KG construction. Experimental results on CE12k, a dataset generated using the introduced pipeline, show that InvertiTune outperforms larger non-fine-tuned LLMs as well as state-of-the-art Text2KG approaches, while also demonstrating stronger cross-dataset generalization on CrossEval-1200, a test set created from three established benchmark datasets and CE12k. These findings highlight the importance of realistic, high-quality training data for advancing efficient and high-performing Text2KG systems.

Foundations

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

Your Notes