Spaces:
Sleeping
Sleeping
metadata
title: GraphGen Demo
emoji: π
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.44.0
python_version: '3.10'
app_file: app.py
suggested_hardware: cpu-basic
pinned: false
short_description: Knowledge-driven synthetic data generation demo
tags:
- synthetic-data
- knowledge-graph
- gradio-demo
GraphGen Space π€π
This is the official Hugging Face Space for GraphGen β a framework that leverages knowledge graphs to generate high-quality synthetic questionβanswer pairs for supervised fine-tuning of LLMs.
π Paper: arXiv 2505.20416
π GitHub: open-sciencelab/GraphGen
How to use (π±οΈ 3 clicks)
- Open the Gradio app above.
- Upload or paste your source text β click Generate KG.
- Download the generated QA pairs directly.
Local quick start (optional)
git clone https://github.com/open-sciencelab/GraphGen
cd GraphGen
uv venv --python 3.10 && uv pip install -r requirements.txt
uv run webui/app.py # http://localhost:7860