Published June 11, 2023 | Version 1.0

Takeout Recommendation Dataset (TRD) from Meituan Takeout app

Authors/Creators

  • 1. Beijing University of Posts and Telecommunications

Description

This is a takeout recommendation dataset (TRD) which contains a vast amount of meta information from Meituan Takeout app. We collect orders from 11 commercial districts in Beijing between March 1st and March 28th, 2021. The first three weeks of orders are as training, while the last week is used for testing to avoid data leakage. We briefly summarize each file as follows and for more details, please refer to README.md.

1. users.txt (attributes of all users)
2. pois.txt (attributes of all takeout restaurants)
3. spus.txt (attributes of all food)
4. orders_poi_session.txt (a sequence of restaurants clicked by user before ordering)
5. orders_spu_train.txt (order-food in training set)
6. orders_train.txt (order-restaurant in training set)
7. orders_test.txt (order-restaurant in training set)
8. orders_poi_test_label.txt (test labels of order-restaurant)
9. orders_spu_test_label.txt (test labels of order-food)

10 graph.bin (graph in DGL format)

graph.bin is build by above *.txt files, there is a vast amount of meta informarion on nodes and edges. just several codes can load this graph with 18,931,400 edges and 408,849 nodes:

from dgl import load_graphs #should install dgl
ds,_ = load_graphs("./graph.bin")
g = ds[0]
print(g)

 

Files

orders_poi_session.txt

Files (2.2 GB)

Name Size
md5:3cff09051f8931ccf6cc57811c9c82b1
1.9 GB Download
md5:849461d015b120e04ea0d6dba94e1e40
48.5 MB Preview Download
md5:210446bdbb3393d2d24a727dc580794b
6.7 MB Preview Download
md5:b290984a803e1d66b9693c02f4946b89
23.2 MB Preview Download
md5:9cadbaf108713763a09096708e16b7b2
77.0 MB Preview Download
md5:6a23103d9a886179bfe1491e3dc7e041
10.7 MB Preview Download
md5:931b0f55ea968ae1de5379c288d48e0c
34.0 MB Preview Download
md5:35484a39dec675b235a4a05e7df2cc6c
60.9 MB Preview Download
md5:d948ba9500e3aefbcb054885b65ee5f6
3.1 MB Preview Download
md5:b26176ea1d77d7aae982ebfed25d1bad
3.9 kB Preview Download
md5:d31f025e3dfd6ddadca39ead4e64292c
18.2 MB Preview Download
md5:87bb56d4a95ab25d648c37dc15e9289e
5.2 MB Preview Download