We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea4766 commit b370121Copy full SHA for b370121
README.md
@@ -1 +1,21 @@
1
-# GraphGen
+# 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