Skip to content

Commit c8d8af5

Browse files
docs: update README
1 parent c55c30c commit c8d8af5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Furthermore, GraphGen incorporates multi-hop neighborhood sampling to capture co
6161
After data generation, you can use [LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory) and [xtuner](https://github.com/InternLM/xtuner) to finetune your LLMs.
6262

6363
## 📌 Latest Updates
64-
- **2026.01.15**: **LLM benchmark synthesis** now supports single/multiple-choice & fill-in-the-blank—ideal for education 🌟🌟
64+
- **2026.01.15**: **LLM benchmark synthesis** now supports single/multiple-choice & fill-in-the-blank & true-or-false—ideal for education 🌟🌟
6565
- **2025.12.26**: Knowledge graph evaluation metrics about accuracy (entity/relation), consistency (conflict detection), structural robustness (noise, connectivity, degree distribution)
6666
- **2025.12.16**: Added [rocksdb](https://github.com/facebook/rocksdb) for key-value storage backend and [kuzudb](https://github.com/kuzudb/kuzu) for graph database backend support.
6767

@@ -291,7 +291,7 @@ For any questions, please check [FAQ](https://github.com/open-sciencelab/GraphGe
291291
| `multi_choice` | `bash examples/generate/generate_multi_choice_qa/generate_multi_choice.sh` | Multiple-choice question-answer pairs |
292292
| `multi_answer` | `bash examples/generate/generate_multi_answer_qa/generate_multi_answer.sh` | Multiple-answer question-answer pairs |
293293
| `fill_in_blank` | `bash examples/generate/generate_fill_in_blank_qa/generate_fill_in_blank.sh` | Fill-in-the-blank question-answer pairs |
294-
294+
| | `true_false` | `bash examples/generate/generate_true_false_qa/generate_true_false.sh` | True-or-false question-answer pairs |
295295

296296
4. Get the generated data
297297
```bash

README_zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ GraphGen 首先根据源文本构建细粒度的知识图谱,然后利用期
6262
在数据生成后,您可以使用[LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory)[xtuner](https://github.com/InternLM/xtuner)对大语言模型进行微调。
6363

6464
## 📌 最新功能
65-
- **2026.01.15**:合成垂域评测数据(单选题、多选题和填空题型)🌟🌟
65+
- **2026.01.15**:合成垂域评测数据(单选题、多选题、填空题和判断题型)🌟🌟
6666
- **2025.12.26**:引入知识图谱评估指标,包括准确度评估(实体/关系抽取质量)、一致性评估(冲突检测)和结构鲁棒性评估(噪声比、连通性、度分布)
6767
- **2025.12.16**:支持 [rocksdb](https://github.com/facebook/rocksdb) 作为键值存储后端, [kuzudb](https://github.com/kuzudb/kuzu) 作为图数据库后端
6868

@@ -289,7 +289,7 @@ GraphGen 首先根据源文本构建细粒度的知识图谱,然后利用期
289289
| `multi_choice` | `bash examples/generate/generate_multi_choice_qa/generate_multi_choice.sh` | 单项选择题问答对 |
290290
| `multi_answer` | `bash examples/generate/generate_multi_answer_qa/generate_multi_answer.sh` | 多项选择题问答对 |
291291
| `fill_in_blank` | `bash examples/generate/generate_fill_in_blank_qa/generate_fill_in_blank.sh` | 填空题问答对 |
292-
292+
| | `true_false` | `bash examples/generate/generate_true_false_qa/generate_true_false.sh` | 判断题问答对 |
293293

294294

295295
4. 查看生成结果

0 commit comments

Comments
 (0)