Commit 3773ea17 authored by wangning's avatar wangning

fix 智能体知识库

parent 12c57c62
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="26f8285c-12a3-40dc-b957-23c37b8f3c67" name="Changes" comment="fix 智能体知识库 提示词"> <list default="true" id="26f8285c-12a3-40dc-b957-23c37b8f3c67" name="Changes" comment="fix 智能体知识库 提示词">
<change afterPath="$PROJECT_DIR$/src/main/resources/testcases/algo_suggest_request/suggest_algorithm_260121.jsonl" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/application-wn.yml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/application-wn.yml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/main/resources/application-wn.yml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/application-wn.yml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/promptwords/algosuggest/algo_suggest.txt" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/promptwords/algosuggest/algo_suggest.txt" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/main/resources/promptwords/algosuggest/algo_suggest.txt" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/promptwords/algosuggest/algo_suggest.txt" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/testcases/algo_knowledge/algo_knowledge5.jsonl" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/testcases/algo_knowledge/algo_knowledge_260121.jsonl" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/main/resources/testcases/algo_knowledge/algo_knowledge_260121.jsonl" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/testcases/algo_knowledge/algo_knowledge_260121.jsonl" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/testcases/algo_suggest_request/suggest_algorithm1.jsonl" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/src/main/resources/testcases/test_result/res1.xlsx" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/testcases/test_result/result.xlsx" beforeDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
...@@ -122,7 +122,15 @@ ...@@ -122,7 +122,15 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1768990280781</updated> <updated>1768990280781</updated>
</task> </task>
<option name="localTasksCounter" value="4" /> <task id="LOCAL-00004" summary="fix 智能体知识库 提示词">
<option name="closed" value="true" />
<created>1769008126595</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1769008126595</updated>
</task>
<option name="localTasksCounter" value="5" />
<servers /> <servers />
</component> </component>
<component name="VcsManagerConfiguration"> <component name="VcsManagerConfiguration">
......
...@@ -161,6 +161,8 @@ ...@@ -161,6 +161,8 @@
{"name":"优劣解距离法","task":["排序","评价"],"data":"非时间序列","relation":"不限","sample":"不限","complexity":"简单","property":["结果直观","依赖权重"]}, {"name":"优劣解距离法","task":["排序","评价"],"data":"非时间序列","relation":"不限","sample":"不限","complexity":"简单","property":["结果直观","依赖权重"]},
{"name":"秩和比评价法","task":["排序","评价"],"data":"非时间序列","relation":"不限","sample":"不限","complexity":"简单","property":["计算简单","信息损失多"]}, {"name":"秩和比评价法","task":["排序","评价"],"data":"非时间序列","relation":"不限","sample":"不限","complexity":"简单","property":["计算简单","信息损失多"]},
{"name":"模糊综合评价","task":["评价","排序"],"data":"非时间序列","relation":"不限","sample":"不限","complexity":"复杂","property":["处理模糊信息","主观性强"]}, {"name":"模糊综合评价","task":["评价","排序"],"data":"非时间序列","relation":"不限","sample":"不限","complexity":"复杂","property":["处理模糊信息","主观性强"]},
{"name":"净现值法","task":["决策","评价"],"data":"时间序列","relation":"不限","sample":"不限","complexity":"简单","property":["基于现金流现值","依赖折现率假设"]},
{"name":"数据包络分析(CCR)","task":["效率","评价"],"data":"非时间序列","relation":"线性","sample":"不限","complexity":"复杂","property":["规模报酬不变","适合同规模对象"]}, {"name":"数据包络分析(CCR)","task":["效率","评价"],"data":"非时间序列","relation":"线性","sample":"不限","complexity":"复杂","property":["规模报酬不变","适合同规模对象"]},
{"name":"数据包络分析(BCC)","task":["效率","评价"],"data":"非时间序列","relation":"线性","sample":"不限","complexity":"复杂","property":["规模报酬可变","区分技术效率"]}, {"name":"数据包络分析(BCC)","task":["效率","评价"],"data":"非时间序列","relation":"线性","sample":"不限","complexity":"复杂","property":["规模报酬可变","区分技术效率"]},
{"name":"柯布-道格拉斯生产函数","task":["效率","回归"],"data":"非时间序列","relation":"线性","sample":"不限","complexity":"简单","property":["形式简单","函数假设强"]} {"name":"柯布-道格拉斯生产函数","task":["效率","回归"],"data":"非时间序列","relation":"线性","sample":"不限","complexity":"简单","property":["形式简单","函数假设强"]}
]
\ No newline at end of file
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
{"name":"优劣解距离法","task":["排序","评价"],"data":"非时间序列","relation":"不限","sample":"不限","complexity":"简单","property":["结果直观","依赖权重"]}, {"name":"优劣解距离法","task":["排序","评价"],"data":"非时间序列","relation":"不限","sample":"不限","complexity":"简单","property":["结果直观","依赖权重"]},
{"name":"秩和比评价法","task":["排序","评价"],"data":"非时间序列","relation":"不限","sample":"不限","complexity":"简单","property":["计算简单","信息损失多"]}, {"name":"秩和比评价法","task":["排序","评价"],"data":"非时间序列","relation":"不限","sample":"不限","complexity":"简单","property":["计算简单","信息损失多"]},
{"name":"模糊综合评价","task":["评价","排序"],"data":"非时间序列","relation":"不限","sample":"不限","complexity":"复杂","property":["处理模糊信息","主观性强"]}, {"name":"模糊综合评价","task":["评价","排序"],"data":"非时间序列","relation":"不限","sample":"不限","complexity":"复杂","property":["处理模糊信息","主观性强"]},
{"name":"净现值法","task":["决策","评价"],"data":"时间序列","relation":"不限","sample":"不限","complexity":"简单","property":["基于现金流现值","依赖折现率假设"]},
{"name":"数据包络分析(CCR)","task":["效率","评价"],"data":"非时间序列","relation":"线性","sample":"不限","complexity":"复杂","property":["规模报酬不变","适合同规模对象"]}, {"name":"数据包络分析(CCR)","task":["效率","评价"],"data":"非时间序列","relation":"线性","sample":"不限","complexity":"复杂","property":["规模报酬不变","适合同规模对象"]},
{"name":"数据包络分析(BCC)","task":["效率","评价"],"data":"非时间序列","relation":"线性","sample":"不限","complexity":"复杂","property":["规模报酬可变","区分技术效率"]}, {"name":"数据包络分析(BCC)","task":["效率","评价"],"data":"非时间序列","relation":"线性","sample":"不限","complexity":"复杂","property":["规模报酬可变","区分技术效率"]},
{"name":"柯布-道格拉斯生产函数","task":["效率","回归"],"data":"非时间序列","relation":"线性","sample":"不限","complexity":"简单","property":["形式简单","函数假设强"]} {"name":"柯布-道格拉斯生产函数","task":["效率","回归"],"data":"非时间序列","relation":"线性","sample":"不限","complexity":"简单","property":["形式简单","函数假设强"]}
......
...@@ -88,6 +88,9 @@ ...@@ -88,6 +88,9 @@
{"prompt":"这些能力里,哪几项看起来评价最好?","dataId":"aee4340b8d0b413ba4b658949c1238f9","confirm":false,"sessionId":"S1001","expected":"模糊综合评价"} {"prompt":"这些能力里,哪几项看起来评价最好?","dataId":"aee4340b8d0b413ba4b658949c1238f9","confirm":false,"sessionId":"S1001","expected":"模糊综合评价"}
{"prompt":"有些评价不是非好即坏,这种“介于中间”的情况怎么一起算?","dataId":"aee4340b8d0b413ba4b658949c1238f9","confirm":false,"sessionId":"S1001","expected":"模糊综合评价"} {"prompt":"有些评价不是非好即坏,这种“介于中间”的情况怎么一起算?","dataId":"aee4340b8d0b413ba4b658949c1238f9","confirm":false,"sessionId":"S1001","expected":"模糊综合评价"}
{"prompt":"能不能把“非常好、好、一般、比较不好、非常不好”这种模糊评价,综合成一个总体结果来排序?","dataId":"aee4340b8d0b413ba4b658949c1238f9","confirm":false,"sessionId":"S1001","expected":"模糊综合评价"} {"prompt":"能不能把“非常好、好、一般、比较不好、非常不好”这种模糊评价,综合成一个总体结果来排序?","dataId":"aee4340b8d0b413ba4b658949c1238f9","confirm":false,"sessionId":"S1001","expected":"模糊综合评价"}
{"prompt":"只看5年一共赚多少钱,项目A和项目B该选哪个?","dataId":"e34aed2a8b0b4abc8b37362c3dad1f66","confirm":false,"sessionId":"S1001","expected":"净现值法"}
{"prompt":"考虑“钱早拿更值钱”,把未来的钱换算成现在的价值后,A和B哪个更划算?","dataId":"e34aed2a8b0b4abc8b37362c3dad1f66","confirm":false,"sessionId":"S1001","expected":"净现值法"}
{"prompt":"如果“换算规则”发生变化(比如利率提高),最终选A还是B会不会改变?","dataId":"e34aed2a8b0b4abc8b37362c3dad1f66","confirm":false,"sessionId":"S1001","expected":"净现值法"}
{"prompt":"这些地区里,哪几个看起来投入多、产出也多?","dataId":"223543234fac4f1186d39f63a21e79a7","confirm":false,"sessionId":"S1001","expected":"数据包络分析(CCR)"} {"prompt":"这些地区里,哪几个看起来投入多、产出也多?","dataId":"223543234fac4f1186d39f63a21e79a7","confirm":false,"sessionId":"S1001","expected":"数据包络分析(CCR)"}
{"prompt":"有的地区投入差不多,但成果差很多,这是为什么?","dataId":"223543234fac4f1186d39f63a21e79a7","confirm":false,"sessionId":"S1001","expected":"数据包络分析(CCR)"} {"prompt":"有的地区投入差不多,但成果差很多,这是为什么?","dataId":"223543234fac4f1186d39f63a21e79a7","confirm":false,"sessionId":"S1001","expected":"数据包络分析(CCR)"}
{"prompt":"能不能在“投入”和“产出”一起考虑的情况下,判断哪些地区用同样的资源干得最有效率?","dataId":"223543234fac4f1186d39f63a21e79a7","confirm":false,"sessionId":"S1001","expected":"数据包络分析(CCR)"} {"prompt":"能不能在“投入”和“产出”一起考虑的情况下,判断哪些地区用同样的资源干得最有效率?","dataId":"223543234fac4f1186d39f63a21e79a7","confirm":false,"sessionId":"S1001","expected":"数据包络分析(CCR)"}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment