# MilitaryQA_Project **Repository Path**: fangweng/MilitaryQA_Project ## Basic Information - **Project Name**: MilitaryQA_Project - **Description**: 公开了MilitaryQA军事领域知识图谱数据集以及单跳、多跳问答对数据 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2025-03-22 - **Last Updated**: 2025-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MilitaryQA包含目录 #### 1. datas文件 - military.json #公开的军事领域知识图谱数据集MilitaryQA - military_qa_single.json #基于军事图谱数据人工构建的单跳问答对数据集 - military_qa_multi.json #基于军事图谱数据人工构建的多跳问答对数据集 #### 2. db文件 - 包含neo4j、es、milvus等数据库链接、操作代码 #### 3. alg文件 - create_neo4j.py #构建neo4j知识图谱库 - create_mv.py #构建milvus向量库 - generate_qa_single.py #基于neo4j知识图谱数据,构建单跳问答对数据集 - generate_qa_muti.py #基于neo4j知识图谱数据,构建多跳问答对数据集 - llm.py #不同大模型推理调用接口(IP为私人部署) - sy_1.py #多策略检索对比实验 - sy_2.py #问题增强对比实验 #### 4. config.json - 相关配置文件