Datasets:
travel
#2
by
Holi-jhshim
- opened
- .gitattributes +0 -1
- README.md +8 -10
- test.csv +1 -1
- test_ref_info.jsonl +0 -3
- train_ref_info.jsonl +0 -0
- validation.csv +0 -0
- validation_ref_info.jsonl +0 -0
.gitattributes
CHANGED
|
@@ -54,4 +54,3 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 56 |
test.csv filter=lfs diff=lfs merge=lfs -text
|
| 57 |
-
test_ref_info.jsonl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 56 |
test.csv filter=lfs diff=lfs merge=lfs -text
|
|
|
README.md
CHANGED
|
@@ -4,20 +4,15 @@ configs:
|
|
| 4 |
- config_name: train
|
| 5 |
data_files:
|
| 6 |
- split: train
|
| 7 |
-
path: train.csv
|
| 8 |
- config_name: validation
|
| 9 |
data_files:
|
| 10 |
- split: validation
|
| 11 |
-
path: validation.csv
|
| 12 |
- config_name: test
|
| 13 |
data_files:
|
| 14 |
- split: test
|
| 15 |
-
path: test.csv
|
| 16 |
-
task_categories:
|
| 17 |
-
- text-generation
|
| 18 |
-
- text2text-generation
|
| 19 |
-
language:
|
| 20 |
-
- en
|
| 21 |
---
|
| 22 |
|
| 23 |
# TravelPlanner Dataset
|
|
@@ -45,7 +40,7 @@ TravelPlanner comprises 1,225 queries in total. The number of days and hard cons
|
|
| 45 |
- "days": The number of days planned for the trip.
|
| 46 |
- "visiting_city_number": The total number of cities included in the itinerary.
|
| 47 |
- "date": The specific date when the travel is scheduled.
|
| 48 |
-
- "
|
| 49 |
- "local_constraint": The local hard constraint, including house rule, cuisine, room type and transportation.
|
| 50 |
- "query": A natural language description or request related to the travel plan.
|
| 51 |
- "level": The difficulty level, which is determined by the number of hard constraints.
|
|
@@ -63,4 +58,7 @@ If our paper or related resources prove valuable to your research, we kindly ask
|
|
| 63 |
journal = {arXiv preprint arXiv: 2402.01622},
|
| 64 |
year = {2024}
|
| 65 |
}
|
| 66 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- config_name: train
|
| 5 |
data_files:
|
| 6 |
- split: train
|
| 7 |
+
path: "train.csv"
|
| 8 |
- config_name: validation
|
| 9 |
data_files:
|
| 10 |
- split: validation
|
| 11 |
+
path: "validation.csv"
|
| 12 |
- config_name: test
|
| 13 |
data_files:
|
| 14 |
- split: test
|
| 15 |
+
path: "test.csv"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# TravelPlanner Dataset
|
|
|
|
| 40 |
- "days": The number of days planned for the trip.
|
| 41 |
- "visiting_city_number": The total number of cities included in the itinerary.
|
| 42 |
- "date": The specific date when the travel is scheduled.
|
| 43 |
+
- "people_numbe": The total number of people involved in the travel.
|
| 44 |
- "local_constraint": The local hard constraint, including house rule, cuisine, room type and transportation.
|
| 45 |
- "query": A natural language description or request related to the travel plan.
|
| 46 |
- "level": The difficulty level, which is determined by the number of hard constraints.
|
|
|
|
| 58 |
journal = {arXiv preprint arXiv: 2402.01622},
|
| 59 |
year = {2024}
|
| 60 |
}
|
| 61 |
+
```
|
| 62 |
+
|
| 63 |
+
|
| 64 |
+
|
test.csv
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 26743834
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03e826282de44ba89204c39c5472050f8a90b84921d9bbc06c2d7a0e55456523
|
| 3 |
size 26743834
|
test_ref_info.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3f9e1c6b41be66831835778dd16d52a6bbde8fd1bf893a1b60f3a72712938d01
|
| 3 |
-
size 28065532
|
|
|
|
|
|
|
|
|
|
|
|
train_ref_info.jsonl
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
validation.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
validation_ref_info.jsonl
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|