1. 修改了问题表达

2. 缩减了表的数量
3. 可以选择生成多少个
This commit is contained in:
2025-12-31 18:15:50 +08:00
parent 9f33e0b396
commit 8088b59d30
5 changed files with 803 additions and 501 deletions

View File

@@ -20,6 +20,10 @@ class QAConfig:
self.INPUT_DIR = "Data_Export_Json"
self.OUTPUT_DIR = "Data_QA_Outputs"
# ========== 随机抽取配置 ==========
# 从final.json随机抽取的记录个数生成selected.json文件
self.SELECT_COUNT = 3000
# ========== 问题数量控制 ==========
# 每个数据项生成的基本问题数量(简单模式下)
self.BASIC_QUESTIONS_PER_ITEM = 1