This repository stores the source code of the solutions to the problem called TOBM in the following papers. If you use our source code or dataset, please consider citing our papers.
[1] Two-sided online bipartite matching in spatial data: experiments and analysis. Yiming Li, Jingzhi Fang, Yuxiang Zeng, Balz Maag, Yongxin Tong, Lingyu Zhang. GeoInformatica 24(1): 175-198 (2020). link
[2] Flexible Online Task Assignment in Real-Time Spatial Data. Yongxin Tong, Libin Wang, Zimu Zhou, Bolin Ding, Lei Chen, Jieping Ye, Ke Xu. PVLDB 10(11): 1334-1345 (2017). link
If you find our work helpful in your research, please consider citing our papers and the bibtex are listed below:
@article{DBLP:journals/geoinformatica/LiFZMTZ20,
author = {Yiming Li and
Jingzhi Fang and
Yuxiang Zeng and
Balz Maag and
Yongxin Tong and
Lingyu Zhang},
title = {Two-sided online bipartite matching in spatial data: experiments and analysis},
journal = {GeoInformatica},
volume = {24},
number = {1},
pages = {175--198},
year = {2020},
}
@article{DBLP:journals/pvldb/TongWZDCYX17,
author = {Yongxin Tong and
Libin Wang and
Zimu Zhou and
Bolin Ding and
Lei Chen and
Jieping Ye and
Ke Xu},
title = {Flexible Online Task Assignment in Real-Time Spatial Data},
journal = {{PVLDB}},
volume = {10},
number = {11},
pages = {1334--1345},
year = {2017},
}
gcc/g++ version: 7.4.0
OS: Ubuntu
cd algorithm && make all
./Greedy ../dataset/synthetic/data.txt
./Random ../dataset/synthetic/data.txt
./ext-Ranking ../dataset/synthetic/data.txt
./Batch-GR ../dataset/synthetic/data.txt
./Batch-LLEP ../dataset/synthetic/data.txt ../dataset/synthetic/entropy.txt
./Batch-NNP ../dataset/synthetic/data.txt
./Guide ../dataset/synthetic/predict.txt ../dataset/synthetic/guide.txt
./POLAR-OP ../dataset/synthetic/data.txt ../dataset/synthetic/guide.txt
The directory dataset/synthetic includes
data.txt: the information of tasks and workers
entropy.txt: the information of entropy for Batch-LLEP
predict.txt: the prediction for POLAR-OP
guide.txt: the guide for POLAR-OP
The directory dataset/real includes
data.txt: the information of tasks and workers
entropy.txt: the information of entropy for Batch-LLEP
predict.txt: the prediction for POLAR-OP
guide.txt: the guide for POLAR-OP
We have maintained a paper list of the studies on spatial crowdsourcing. link
- Yuxiang Zeng: [email protected]
- Yongxin Tong: [email protected]
- Yiming Li: [email protected]