Skip to content

Commit

Permalink
ci: format
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonneyx committed Nov 20, 2024
1 parent 5ba4e95 commit 0aed3ca
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 56 deletions.
10 changes: 2 additions & 8 deletions evaluations/datastes/chart/dual-axes/eval.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
"question": "用双轴图来表示一个城市的年度平均气温和降水量。从2016到2020年,平均气温分别是15°C、16°C、17°C、18°C、19°C;同期的年降水量为800mm、850mm、900mm、950mm、1000mm。",
"response": "{\"type\":\"dual-axes\",\"categories\":[\"2016\",\"2017\",\"2018\",\"2019\",\"2020\"],\"title\":\"2016-2020年平均气温与降水量\",\"axisXTitle\":\"年份\",\"series\":[{\"type\":\"line\",\"data\":[15,16,17,18,19],\"axisYTitle\":\"平均气温(°C)\"},{\"type\":\"column\",\"data\":[800,850,900,950,1000],\"axisYTitle\":\"年降水量(mm)\"}]}",
"answer": "{\"type\":\"dual-axes\",\"categories\":[\"2016\",\"2017\",\"2018\",\"2019\",\"2020\"],\"title\":\"2016-2020年城市气候数据\",\"axisXTitle\":\"年份\",\"series\":[{\"type\":\"line\",\"data\":[15,16,17,18,19],\"axisYTitle\":\"平均气温 (°C)\"},{\"type\":\"column\",\"data\":[800,850,900,950,1000],\"axisYTitle\":\"降水量 (mm)\"}]}",
"reference": [
"[WIP]双轴图 - DualAxes Chart 基础概念",
"热力地图 - HeatMap 使用示例"
]
"reference": ["[WIP]双轴图 - DualAxes Chart 基础概念", "热力地图 - HeatMap 使用示例"]
},
{
"type": "text2chart",
Expand Down Expand Up @@ -69,10 +66,7 @@
"question": "用双轴图展示过去三年的气温和降水量数据 [{ \"month\": \"Jan\", \"temperature\": 5, \"rainfall\": 50 }, { \"month\": \"Feb\", \"temperature\": 7, \"rainfall\": 60 }, { \"month\": \"Mar\", \"temperature\": 10, \"rainfall\": 80 }]",
"response": "{\"type\":\"dual-axes\",\"categories\":[\"Jan\",\"Feb\",\"Mar\"],\"title\":\"过去三年的气温和降水量\",\"axisXTitle\":\"月份\",\"series\":[{\"type\":\"line\",\"data\":[5,7,10],\"axisYTitle\":\"气温\"},{\"type\":\"column\",\"data\":[50,60,80],\"axisYTitle\":\"降水量\"}]}",
"answer": "{\"type\":\"dual-axes\",\"categories\":[\"Jan\",\"Feb\",\"Mar\"],\"title\":\"Monthly Temperature and Rainfall (Q1)\",\"axisXTitle\":\"Month\",\"series\":[{\"type\":\"line\",\"data\":[5,7,10],\"axisYTitle\":\"Temperature (°C)\"},{\"type\":\"column\",\"data\":[50,60,80],\"axisYTitle\":\"Rainfall (mm)\"}]}",
"reference": [
"[WIP]双轴图 - DualAxes Chart 基础概念",
"热力地图 - HeatMap 使用示例"
]
"reference": ["[WIP]双轴图 - DualAxes Chart 基础概念", "热力地图 - HeatMap 使用示例"]
},
{
"type": "data2chart",
Expand Down
10 changes: 2 additions & 8 deletions evaluations/datastes/chart/dual-axes/metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
"question": "用双轴图来表示一个城市的年度平均气温和降水量。从2016到2020年,平均气温分别是15°C、16°C、17°C、18°C、19°C;同期的年降水量为800mm、850mm、900mm、950mm、1000mm。",
"response": "{\"type\":\"dual-axes\",\"categories\":[\"2016\",\"2017\",\"2018\",\"2019\",\"2020\"],\"title\":\"2016-2020年平均气温与降水量\",\"axisXTitle\":\"年份\",\"series\":[{\"type\":\"line\",\"data\":[15,16,17,18,19],\"axisYTitle\":\"平均气温(°C)\"},{\"type\":\"column\",\"data\":[800,850,900,950,1000],\"axisYTitle\":\"年降水量(mm)\"}]}",
"answer": "{\"type\":\"dual-axes\",\"categories\":[\"2016\",\"2017\",\"2018\",\"2019\",\"2020\"],\"title\":\"2016-2020年城市气候数据\",\"axisXTitle\":\"年份\",\"series\":[{\"type\":\"line\",\"data\":[15,16,17,18,19],\"axisYTitle\":\"平均气温 (°C)\"},{\"type\":\"column\",\"data\":[800,850,900,950,1000],\"axisYTitle\":\"降水量 (mm)\"}]}",
"reference": [
"[WIP]双轴图 - DualAxes Chart 基础概念",
"热力地图 - HeatMap 使用示例"
],
"reference": ["[WIP]双轴图 - DualAxes Chart 基础概念", "热力地图 - HeatMap 使用示例"],
"correctness": 1
},
{
Expand Down Expand Up @@ -75,10 +72,7 @@
"question": "用双轴图展示过去三年的气温和降水量数据 [{ \"month\": \"Jan\", \"temperature\": 5, \"rainfall\": 50 }, { \"month\": \"Feb\", \"temperature\": 7, \"rainfall\": 60 }, { \"month\": \"Mar\", \"temperature\": 10, \"rainfall\": 80 }]",
"response": "{\"type\":\"dual-axes\",\"categories\":[\"Jan\",\"Feb\",\"Mar\"],\"title\":\"过去三年的气温和降水量\",\"axisXTitle\":\"月份\",\"series\":[{\"type\":\"line\",\"data\":[5,7,10],\"axisYTitle\":\"气温\"},{\"type\":\"column\",\"data\":[50,60,80],\"axisYTitle\":\"降水量\"}]}",
"answer": "{\"type\":\"dual-axes\",\"categories\":[\"Jan\",\"Feb\",\"Mar\"],\"title\":\"Monthly Temperature and Rainfall (Q1)\",\"axisXTitle\":\"Month\",\"series\":[{\"type\":\"line\",\"data\":[5,7,10],\"axisYTitle\":\"Temperature (°C)\"},{\"type\":\"column\",\"data\":[50,60,80],\"axisYTitle\":\"Rainfall (mm)\"}]}",
"reference": [
"[WIP]双轴图 - DualAxes Chart 基础概念",
"热力地图 - HeatMap 使用示例"
],
"reference": ["[WIP]双轴图 - DualAxes Chart 基础概念", "热力地图 - HeatMap 使用示例"],
"correctness": 1
},
{
Expand Down
18 changes: 8 additions & 10 deletions evaluations/datastes/chart/dual-axes/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,22 +348,20 @@
{
"type": "line",
"data": [
100, 102, 101, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112,
113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125,
126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138,
139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149
100, 102, 101, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116,
117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133,
134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149
],
"axisYTitle": "Stock Price"
},
{
"type": "column",
"data": [
10000, 12000, 11000, 13000, 14000, 15000, 16000, 17000, 18000,
19000, 20000, 21000, 22000, 23000, 24000, 25000, 26000, 27000,
28000, 29000, 30000, 31000, 32000, 33000, 34000, 35000, 36000,
37000, 38000, 39000, 40000, 41000, 42000, 43000, 44000, 45000,
46000, 47000, 48000, 49000, 50000, 51000, 52000, 53000, 54000,
55000, 56000, 57000, 58000, 59000
10000, 12000, 11000, 13000, 14000, 15000, 16000, 17000, 18000, 19000, 20000, 21000,
22000, 23000, 24000, 25000, 26000, 27000, 28000, 29000, 30000, 31000, 32000, 33000,
34000, 35000, 36000, 37000, 38000, 39000, 40000, 41000, 42000, 43000, 44000, 45000,
46000, 47000, 48000, 49000, 50000, 51000, 52000, 53000, 54000, 55000, 56000, 57000,
58000, 59000
],
"axisYTitle": "Trading Volume"
}
Expand Down
59 changes: 44 additions & 15 deletions evaluations/prompts/dual-axes-chart/data2chart.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

## 角色

你是一个 mock 图表数据生成器,生成[WIP]双轴图相关的可视化问答对数据。
Expand All @@ -12,37 +11,67 @@
## [WIP]双轴图图表知识库

### 图表属性

```typescript
type DualAxes = {
type: "dual-axes";
type: 'dual-axes';
categories: string[];
title?: string;
axisXTitle?: string;
series: seriesDataItem[];
}
};

type seriesDataItem = {
type: "line" | "column";
type: 'line' | 'column';
data: number[];
axisYTitle?: string;
}

};
```

### 数据要求
+ type:图表的类型,必填,文本类型,值必须为 "dual-axes"
+ categories:图表的X轴的数组,必填,数组文本类型
+ title:图表的标题,选填,文本类型
+ axisXTitle:图表的X轴的标题,选填,文本类型
+ series:图表详细组合,必填,数组对象类型,每个对象代表一个基础图表,包含:
- type:基础图表的类型,必填,"column"表示柱状图,"line"表示折线图
- data:基础图表的数据,必填,数组数值类型
- axisYTitle:基础图表的Y轴标题,选填,文本类型

- type:图表的类型,必填,文本类型,值必须为 "dual-axes"
- categories:图表的X轴的数组,必填,数组文本类型
- title:图表的标题,选填,文本类型
- axisXTitle:图表的X轴的标题,选填,文本类型
- series:图表详细组合,必填,数组对象类型,每个对象代表一个基础图表,包含:
- type:基础图表的类型,必填,"column"表示柱状图,"line"表示折线图
- data:基础图表的数据,必填,数组数值类型
- axisYTitle:基础图表的Y轴标题,选填,文本类型

## 参考例子

```json
[{"type":"data2chart","question":"用双轴图可视化我的数据 [{ \"year\": 2020, \"revenue\": 500, \"growth_rate\": 10 }, { \"year\": 2021, \"revenue\": 600, \"growth_rate\": 12 }, { \"year\": 2022, \"revenue\": 700, \"growth_rate\": 15 }]","answer":{"type":"dual-axes","categories":["2020","2021","2022"],"title":"2020-2022 Income and Growth Rate","axisXTitle":"Year","series":[{"type":"column","data":[500,600,700],"axisYTitle":"Income"},{"type":"line","data":[10,12,15],"axisYTitle":"Growth Rate"}]}},{"type":"data2chart","question":"用组合图可视化我的数据 [{ \"day\": \"20240501\", \"cnt\": 1000, \"growth_rate\": 10 }, { \"day\": \"20240502\", \"cnt\": 1200, \"growth_rate\": 12 }, { \"day\": \"20240503\", \"cnt\": 1500, \"growth_rate\": 16 }]","answer":{"type":"dual-axes","categories":["20240501","20240502","20240503"],"title":"五一期间景区人流量","axisXTitle":"日期","series":[{"type":"column","data":[1000,1200,1500],"axisYTitle":"人数"},{"type":"line","data":[10,12,16],"axisYTitle":"增长率"}]}}]
[
{
"type": "data2chart",
"question": "用双轴图可视化我的数据 [{ \"year\": 2020, \"revenue\": 500, \"growth_rate\": 10 }, { \"year\": 2021, \"revenue\": 600, \"growth_rate\": 12 }, { \"year\": 2022, \"revenue\": 700, \"growth_rate\": 15 }]",
"answer": {
"type": "dual-axes",
"categories": ["2020", "2021", "2022"],
"title": "2020-2022 Income and Growth Rate",
"axisXTitle": "Year",
"series": [
{ "type": "column", "data": [500, 600, 700], "axisYTitle": "Income" },
{ "type": "line", "data": [10, 12, 15], "axisYTitle": "Growth Rate" }
]
}
},
{
"type": "data2chart",
"question": "用组合图可视化我的数据 [{ \"day\": \"20240501\", \"cnt\": 1000, \"growth_rate\": 10 }, { \"day\": \"20240502\", \"cnt\": 1200, \"growth_rate\": 12 }, { \"day\": \"20240503\", \"cnt\": 1500, \"growth_rate\": 16 }]",
"answer": {
"type": "dual-axes",
"categories": ["20240501", "20240502", "20240503"],
"title": "五一期间景区人流量",
"axisXTitle": "日期",
"series": [
{ "type": "column", "data": [1000, 1200, 1500], "axisYTitle": "人数" },
{ "type": "line", "data": [10, 12, 16], "axisYTitle": "增长率" }
]
}
}
]
```

## 要求
Expand Down
45 changes: 30 additions & 15 deletions evaluations/prompts/dual-axes-chart/text2chart.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

## 角色

你是一个 mock 图表数据生成器,生成[WIP]双轴图相关的可视化问答对数据。
Expand All @@ -12,37 +11,53 @@
## [WIP]双轴图图表知识库

### 图表属性

```typescript
type DualAxes = {
type: "dual-axes";
type: 'dual-axes';
categories: string[];
title?: string;
axisXTitle?: string;
series: seriesDataItem[];
}
};

type seriesDataItem = {
type: "line" | "column";
type: 'line' | 'column';
data: number[];
axisYTitle?: string;
}

};
```

### 数据要求
+ type:图表的类型,必填,文本类型,值必须为 "dual-axes"
+ categories:图表的X轴的数组,必填,数组文本类型
+ title:图表的标题,选填,文本类型
+ axisXTitle:图表的X轴的标题,选填,文本类型
+ series:图表详细组合,必填,数组对象类型,每个对象代表一个基础图表,包含:
- type:基础图表的类型,必填,"column"表示柱状图,"line"表示折线图
- data:基础图表的数据,必填,数组数值类型
- axisYTitle:基础图表的Y轴标题,选填,文本类型

- type:图表的类型,必填,文本类型,值必须为 "dual-axes"
- categories:图表的X轴的数组,必填,数组文本类型
- title:图表的标题,选填,文本类型
- axisXTitle:图表的X轴的标题,选填,文本类型
- series:图表详细组合,必填,数组对象类型,每个对象代表一个基础图表,包含:
- type:基础图表的类型,必填,"column"表示柱状图,"line"表示折线图
- data:基础图表的数据,必填,数组数值类型
- axisYTitle:基础图表的Y轴标题,选填,文本类型

## 参考例子

```json
[{"type":"text2chart","question":"用双轴图展示某公司的年销售额与利润率,2018 年至 2022 年的销售额分别为 91.9 亿、99.1 亿、101.6 亿、114.4 亿、121 亿,利润率分别为 5.5%、6.0%、6.2%、7.0%、7.5%。","answer":{"type":"dual-axes","categories":["2018","2019","2020","2021","2022"],"title":"2018-2022销售额与利润率","axisXTitle":"年份","series":[{"type":"column","data":[91.9,99.1,101.6,114.4,121],"axisYTitle":"销售额"},{"type":"line","data":[0.055,0.06,0.062,0.07,0.075],"axisYTitle":"利润率"}]}}]
[
{
"type": "text2chart",
"question": "用双轴图展示某公司的年销售额与利润率,2018 年至 2022 年的销售额分别为 91.9 亿、99.1 亿、101.6 亿、114.4 亿、121 亿,利润率分别为 5.5%、6.0%、6.2%、7.0%、7.5%。",
"answer": {
"type": "dual-axes",
"categories": ["2018", "2019", "2020", "2021", "2022"],
"title": "2018-2022销售额与利润率",
"axisXTitle": "年份",
"series": [
{ "type": "column", "data": [91.9, 99.1, 101.6, 114.4, 121], "axisYTitle": "销售额" },
{ "type": "line", "data": [0.055, 0.06, 0.062, 0.07, 0.075], "axisYTitle": "利润率" }
]
}
}
]
```

## 要求
Expand Down

0 comments on commit 0aed3ca

Please sign in to comment.