Article: Zijian Zhao, Sen Li*, "Triple-BERT: Do We Really Need MARL for Order Dispatch on Ride-Sharing Platforms?", 2026 International Conference on Learning Representations (ICLR), 2026
The dataset used in this study is derived from the yellow taxi data in Manhattan.
The processed data can be found in the ./data directory.
Considering the copyright, we have removed the processed data. However, the data processing code is available in the ./data directory. Please download the dataset from the link provided above and use our code to process it.
To run Stage 1, execute the following command in the ./pretrain directory:
python train.py --bi_direction To run Stage 2, execute the following command in the ./finetune directory:
python train.py --bi_direction --pretrain_model_path <path_to_trained_model_from_stage_1>The model parameters and training log files for both Stage 1 and Stage 2 are located in the ./parameters directory.
@article{zhao2025triple,
title={Triple-BERT: Do We Really Need MARL for Order Dispatch on Ride-Sharing Platforms?},
author={Zhao, Zijian and Li, Sen},
journal={arXiv preprint arXiv:2510.03257},
year={2025}
}

