Skip to content

Commit b370121

Browse files
docs: update README
1 parent 1ea4766 commit b370121

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
# GraphGen
1+
# GraphGen: Knowledge-Driven Synthetic Data Generation for Enhancing LLM Supervised Fine-Tuning
2+
3+
```text
4+
├── baselines/ # baseline methods
5+
├── cache/ # cache files
6+
│ ├── data/ # generated data
7+
│ ├── logs/ # log files
8+
├── configs/ # configuration files
9+
├── graphgen/ # GraphGen implementation
10+
│ ├── operators/ # operators
11+
│ ├── graphgen.py # main file
12+
├── models/ # base classes
13+
├── resources/ # static files and examples
14+
├── scripts/ # scripts for running experiments
15+
├── templates/ # prompt templates
16+
├── utils/ # utility functions
17+
├── webui/ # web interface
18+
└── README.md
19+
```
20+
21+
GraphGen is a framework for synthetic data generation guided by knowledge graphs.

0 commit comments

Comments
 (0)