Skip to content

Commit f5bc2cb

Browse files
Merge branch 'main' of https://github.com/open-sciencelab/GraphGen into main
2 parents 777b365 + d2834cd commit f5bc2cb

File tree

4 files changed

+41
-0
lines changed

4 files changed

+41
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# GraphGen: Enhancing Supervised Fine-Tuning for LLMs with Knowledge-Driven Synthetic Data Generation
22

3+
[English](README.md) | [简体中文](README_zh.md)
4+
5+
<p align="center">
6+
<img src="resources/images/favicon-border.png" width="200" height="200">
7+
</p>
8+
39
```text
410
├── baselines/ # baseline methods
511
├── cache/ # cache files

README_zh.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# GraphGen: Enhancing Supervised Fine-Tuning for LLMs with Knowledge-Driven Synthetic Data Generation
2+
3+
[English](README.md) | [简体中文](README_zh.md)
4+
5+
<p align="center">
6+
<img src="resources/images/favicon.png" width="200" height="200" style="border-radius: 50%">
7+
</p>
8+
9+
```text
10+
├── baselines/ # baseline methods
11+
├── cache/ # cache files
12+
│ ├── data/ # generated data
13+
│ ├── logs/ # log files
14+
├── configs/ # configuration files
15+
├── graphgen/ # GraphGen implementation
16+
│ ├── operators/ # operators
17+
│ ├── graphgen.py # main file
18+
├── models/ # base classes
19+
├── resources/ # static files and examples
20+
├── scripts/ # scripts for running experiments
21+
├── templates/ # prompt templates
22+
├── utils/ # utility functions
23+
├── webui/ # web interface
24+
└── README.md
25+
```
26+
27+
## Introduction
28+
29+
GraphGen is a framework for synthetic data generation guided by knowledge graphs.
30+
31+
### Workflow
32+
![workflow](resources/images/flow.png)
33+
34+
### User Interface
35+
![ui](resources/images/interface.jpg)
64.4 KB
Loading

resources/images/favicon.png

77.7 KB
Loading

0 commit comments

Comments
 (0)