Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,17 +14,12 @@ configs:
|
|
| 14 |
path: dataset/sample_10.csv
|
| 15 |
---
|
| 16 |
|
| 17 |
-
**This work is currently under review. The full dataset will be released progressively
|
| 18 |
|
| 19 |
# MobilityBench: A Benchmark for Evaluating Route-Planning Agents in Real-World Mobility Scenarios
|
| 20 |
|
| 21 |
[Paper](https://arxiv.org/abs/2602.22638) | [GitHub](https://github.com/AMAP-ML/MobilityBench)
|
| 22 |
|
| 23 |
-
IntTravel is the first large-scale public dataset for integrated travel recommendation, including **4.1 billion interactions from 163 million users with 7.3 million POIs**. Built upon this dataset, the authors introduce an end-to-end, decoder-only generative framework for multi-task recommendation. It incorporates information preservation, selection, and factorization to balance task collaboration with specialized differentiation.
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
## Dataset
|
| 28 |
**MobilityBench** is a scalable benchmark for evaluating route-planning agents in real-world mobility scenarios. It is built from large-scale, anonymized mobility queries from **Amap**, organized with a comprehensive task taxonomy, and provides **structured ground truth** (required tool calls + verifiable evidence). All tool calls are executed in a **deterministic replay sandbox** for reproducible, multi-dimensional evaluation.
|
| 29 |
|
| 30 |
**Scale & Coverage:** 100,000 episodes across **22** countries and **350+** cities (including metropolitan areas), with a **long-tailed** geographic distribution.
|
|
@@ -35,8 +30,6 @@ IntTravel is the first large-scale public dataset for integrated travel recommen
|
|
| 35 |
- **42.5%** Basic Route Planning
|
| 36 |
- **11.3%** Preference-Constrained Route Planning
|
| 37 |
|
| 38 |
-
**Download:** [HuggingFace - MobilityBench](https://huggingface.co/datasets/GD-ML/MobilityBench/tree/main) -> place files into `data/`
|
| 39 |
-
|
| 40 |
#### Data Format
|
| 41 |
|
| 42 |
| Field | Description |
|
|
|
|
| 14 |
path: dataset/sample_10.csv
|
| 15 |
---
|
| 16 |
|
| 17 |
+
> **Note:** This work is currently under review. The full dataset will be released progressively.
|
| 18 |
|
| 19 |
# MobilityBench: A Benchmark for Evaluating Route-Planning Agents in Real-World Mobility Scenarios
|
| 20 |
|
| 21 |
[Paper](https://arxiv.org/abs/2602.22638) | [GitHub](https://github.com/AMAP-ML/MobilityBench)
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
**MobilityBench** is a scalable benchmark for evaluating route-planning agents in real-world mobility scenarios. It is built from large-scale, anonymized mobility queries from **Amap**, organized with a comprehensive task taxonomy, and provides **structured ground truth** (required tool calls + verifiable evidence). All tool calls are executed in a **deterministic replay sandbox** for reproducible, multi-dimensional evaluation.
|
| 24 |
|
| 25 |
**Scale & Coverage:** 100,000 episodes across **22** countries and **350+** cities (including metropolitan areas), with a **long-tailed** geographic distribution.
|
|
|
|
| 30 |
- **42.5%** Basic Route Planning
|
| 31 |
- **11.3%** Preference-Constrained Route Planning
|
| 32 |
|
|
|
|
|
|
|
| 33 |
#### Data Format
|
| 34 |
|
| 35 |
| Field | Description |
|