zwq2018 commited on
Commit
6b2377d
1 Parent(s): 3ec9194

modified: prompt_lib/prompt_visualization.json

Browse files
prompt_lib/prompt_visualization.json CHANGED
@@ -13,8 +13,7 @@
13
  "Instruction: 绘制从2020年01月11日到2023年01月11日这段时间华商优势精选基金的净值折线图, Previous_result: {\"input1\":\"基金的每日净值的时序数据\"}": "###Function Call: step1={\n \"arg\": [\"input1\", null , \"line\", \"2020年01月11日到2023年01月11日期间华商优势精选基金的净值走势\"],\n \"function\": \"plot_stock_data\",\n \"output\": \"result1\",\n \"description\": \"绘制净值走势图\"\n}###",
14
  "Instruction: 打印保存截止至2023年01月23日易方达基金经理张坤的管理的所有基金的信息表格, Previous_result: {\"input1\":\"张坤管理的所有基金表格数据\"}": "###Function Call: step1={\n \"arg\": [\"input1\", \"2023年01月23日易方达基金经理张坤管理的所有基金列表\", true],\n \"function\": \"print_save_table\",\n \"output\": \"result1\",\n \"description\": \"张坤名下基金列表\"\n}###",
15
  "Instruction: 绘制柱状图展示周海栋管理的每只基金在2023年1月1日到2023年5月3日期间的收益率, Previous_result: {\"input1\":\"周海栋名下每只基金从20230101到20230503期间的收益率截面数据\"}": "###Function Call: step1={\n \"arg\": [\"input1\", null, \"bar\", \"2023年01月1日到2023年5月3日期间经理基金周海栋管理的每只基金收益率\"],\n \"function\": \"plot_stock_data\",\n \"output\": \"result1\",\n \"description\": \"收益率柱状图\"\n}###",
16
- "Instruction: 在同张图里用柱状图绘制上证50每只成分股去年报20221231的净资产回报率,并计算所有股票的roe的中位数和均值, Previous_result: {\"input1\":\"上证50指数咋20221231年报中每只成分股roe截面数据\"}": "###Function Call: step1={\n \"arg\": [\"input1\", null, \"bar\", \"上证50每只成分股去年年报(20221231)的净资产回报率\"],\n \"function\": \"plot_stock_data\",\n \"output\": \"result1\",\n \"description\": \"柱状图绘制每只成分股的roe\"\n},step2={\n \"arg\": [\"input1\", \"new_feature\",\"上证50每只成分股去年年报(20221231)的净资产回报率的中位数是:\"],\n \"function\": \"output_mean_median_col\",\n \"output\": \"result2\",\n \"description\": \"上证50每只成分股去年年报20221231的ROE的中位数\"\n}###",
17
- "Instruction: 展示五粮液和贵州茅台从2013年5月20日到2023年5月20日的净资产回报率roe,并比较它们的平均值和中位数, Previous_result: {\"input1\":\"五粮液的2013年0520到2023年0520的净资产回报率roe\",\"input2\":\"贵州茅台的2013年0520到2023年0520的净资产回报率roe\"}": "###Function Call: step1={\n \"arg\": [\"input1\", null, \"line\", \"五粮液和贵州茅台从2013年5月20日到2023年5月20日的净资产回报率roe\"],\n \"function\": \"plot_stock_data\",\n \"output\": \"result1\",\n \"description\": \"绘制五粮液的股价折线图\"\n},step2=\n{\n \"arg\": [\"input2\", \"result1\", \"line\", \"五粮液和贵州茅台从2013年5月20日到2023年5月20日的净资产回报率roe\"],\n \"function\": \"plot_stock_data\",\n \"output\": \"result2\",\n \"description\": \"绘制贵州茅台的股价折线图\"\n},step3=\n{\n \"arg\": [\"input1\", \"roe\"],\n \"function\": \"output_mean_median_col\",\n \"output\": \"result3\",\n \"description\": \"计算五粮液近十年ROE的均值和中位数\"\n},step4=\n{\n \"arg\": [\"input2\", \"roe\"],\n \"function\": \"output_mean_median_col\",\n \"output\": \"result4\",\n \"description\": \"贵州茅台近十年ROE的均值和中位数\"\n}###"
18
  }
19
 
20
 
 
13
  "Instruction: 绘制从2020年01月11日到2023年01月11日这段时间华商优势精选基金的净值折线图, Previous_result: {\"input1\":\"基金的每日净值的时序数据\"}": "###Function Call: step1={\n \"arg\": [\"input1\", null , \"line\", \"2020年01月11日到2023年01月11日期间华商优势精选基金的净值走势\"],\n \"function\": \"plot_stock_data\",\n \"output\": \"result1\",\n \"description\": \"绘制净值走势图\"\n}###",
14
  "Instruction: 打印保存截止至2023年01月23日易方达基金经理张坤的管理的所有基金的信息表格, Previous_result: {\"input1\":\"张坤管理的所有基金表格数据\"}": "###Function Call: step1={\n \"arg\": [\"input1\", \"2023年01月23日易方达基金经理张坤管理的所有基金列表\", true],\n \"function\": \"print_save_table\",\n \"output\": \"result1\",\n \"description\": \"张坤名下基金列表\"\n}###",
15
  "Instruction: 绘制柱状图展示周海栋管理的每只基金在2023年1月1日到2023年5月3日期间的收益率, Previous_result: {\"input1\":\"周海栋名下每只基金从20230101到20230503期间的收益率截面数据\"}": "###Function Call: step1={\n \"arg\": [\"input1\", null, \"bar\", \"2023年01月1日到2023年5月3日期间经理基金周海栋管理的每只基金收益率\"],\n \"function\": \"plot_stock_data\",\n \"output\": \"result1\",\n \"description\": \"收益率柱状图\"\n}###",
16
+ "Instruction: 在同张图里用柱状图绘制上证50每只成分股去年报20221231的净资产回报率,并计算所有股票的roe的中位数和均值, Previous_result: {\"input1\":\"上证50指数咋20221231年报中每只成分股roe截面数据\"}": "###Function Call: step1={\n \"arg\": [\"input1\", null, \"bar\", \"上证50每只成分股去年年报(20221231)的净资产回报率\"],\n \"function\": \"plot_stock_data\",\n \"output\": \"result1\",\n \"description\": \"柱状图绘制每只成分股的roe\"\n},step2={\n \"arg\": [\"input1\", \"new_feature\",\"上证50每只成分股去年年报(20221231)的净资产回报率的中位数是:\"],\n \"function\": \"output_mean_median_col\",\n \"output\": \"result2\",\n \"description\": \"上证50每只成分股去年年报20221231的ROE的中位数\"\n}###"
 
17
  }
18
 
19