Skip to content

Commit 7c97ceb

Browse files
docs: update README
1 parent 4b366e2 commit 7c97ceb

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
GraphGen: Enhancing Supervised Fine-Tuning for LLMs with Knowledge-Driven Synthetic Data Generation
2323

24-
[English](README.md) | [中文](README_ZH.md)
24+
[English](README.md) | [中文](README_zh)
2525

2626
<details close>
2727
<summary><b>📚 Table of Contents</b></summary>
@@ -62,11 +62,19 @@ After data generation, you can use [LLaMA-Factory](https://github.com/hiyouga/LL
6262

6363
## 📌 Latest Updates
6464

65+
- **2025.10.21**: We support PDF as input format for data generation now via [MinerU](https://github.com/opendatalab/MinerU).
6566
- **2025.09.29**: We auto-update gradio demo on [Hugging Face](https://huggingface.co/spaces/chenzihong/GraphGen) and [ModelScope](https://modelscope.cn/studios/chenzihong/GraphGen).
6667
- **2025.08.14**: We have added support for community detection in knowledge graphs using the Leiden algorithm, enabling the synthesis of Chain-of-Thought (CoT) data.
68+
69+
<details>
70+
<summary>History</summary>
71+
6772
- **2025.07.31**: We have added Google, Bing, Wikipedia, and UniProt as search back-ends.
6873
- **2025.04.21**: We have released the initial version of GraphGen.
6974

75+
</details>
76+
77+
7078
## 🚀 Quick Start
7179

7280
Experience GraphGen through [Web](https://g-app-center-120612-6433-jpdvmvp.openxlab.space) or [Backup Web Entrance](https://openxlab.org.cn/apps/detail/chenzihonga/GraphGen)

README_ZH.md renamed to README_zh.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
GraphGen: Enhancing Supervised Fine-Tuning for LLMs with Knowledge-Driven Synthetic Data Generation
2222

23-
[English](README.md) | [中文](README_ZH.md)
23+
[English](README.md) | [中文](README_zh)
2424

2525
<details close>
2626
<summary><b>📚 目录</b></summary>
@@ -63,11 +63,19 @@ GraphGen 首先根据源文本构建细粒度的知识图谱,然后利用期
6363

6464
## 📌 最新更新
6565

66+
- **2025.10.21**:我们现在通过 [MinerU](https://github.com/opendatalab/MinerU) 支持 PDF 作为数据生成的输入格式。
6667
- **2025.09.29**:我们在 [Hugging Face](https://huggingface.co/spaces/chenzihong/GraphGen)[ModelScope](https://modelscope.cn/studios/chenzihong/GraphGen) 上自动更新 Gradio 应用。
6768
- **2025.08.14**:支持利用 Leiden 社区发现算法对知识图谱进行社区划分,合成 CoT 数据。
69+
70+
<details>
71+
<summary>历史更新</summary>
72+
6873
- **2025.07.31**:新增 Google、Bing、Wikipedia 和 UniProt 作为搜索后端,帮助填补数据缺口。
6974
- **2025.04.21**:发布 GraphGen 初始版本。
7075

76+
</details>
77+
78+
7179
## 🚀 快速开始
7280

7381
通过 [Web](https://g-app-center-120612-6433-jpdvmvp.openxlab.space)[备用 Web 入口](https://openxlab.org.cn/apps/detail/chenzihonga/GraphGen) 体验 GraphGen。

0 commit comments

Comments
 (0)