File tree Expand file tree Collapse file tree 3 files changed +36
-1
lines changed
Expand file tree Collapse file tree 3 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 33[ English] ( README.md ) | [ 简体中文] ( README_zh.md )
44
55<p align =" center " >
6- <img src =" resources/images/favicon.png " width =" 200 " height =" 200 " style = " border-radius : 50 % " >
6+ <img src =" resources/images/favicon-border .png " width =" 200 " height =" 200 " >
77</p >
88
99``` text
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments