Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- table-question-answering
|
| 5 |
+
- text-generation
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- agent
|
| 10 |
+
size_categories:
|
| 11 |
+
- n<1K
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
📊 DatawiseAgent-BenchmarkData
|
| 15 |
+
|
| 16 |
+
Benchmark datasets organized from:
|
| 17 |
+
* [InfiAgentBench](https://github.com/InfiAgent/InfiAgent)
|
| 18 |
+
* [MatplotBench](https://github.com/thunlp/MatPlotAgent)
|
| 19 |
+
* [DSBench](https://github.com/LiqiangJing/DSBench)
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
This repository provides the benchmark data used in the experiments of [DatawiseAgent](https://github.com/zimingyou01/DatawiseAgent), and can also serve as evaluation datasets for other data science agents.
|