Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,19 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
# TravelBench Dataset
|
5 |
|
6 |
TravelBench is a benchmark crafted for evaluating language agents in tool-use and complex planning within multiple constraints. (See our [paper]() for more details.)
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
4 |
+
|
5 |
+
---
|
6 |
+
configs:
|
7 |
+
- config_name: default
|
8 |
+
data_files:
|
9 |
+
- split: train
|
10 |
+
path: "train.csv"
|
11 |
+
- split: validation
|
12 |
+
path: "validation.csv"
|
13 |
+
- split: test
|
14 |
+
path: "test.csv"
|
15 |
+
---
|
16 |
+
|
17 |
# TravelBench Dataset
|
18 |
|
19 |
TravelBench is a benchmark crafted for evaluating language agents in tool-use and complex planning within multiple constraints. (See our [paper]() for more details.)
|