lichili commited on
Commit
e7ade10
1 Parent(s): 1db30d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md CHANGED
@@ -1,3 +1,58 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ pretty_name: MerRec
4
+ size_categories:
5
+ - 1B<n<10B
6
+ language:
7
+ - en
8
+ tags:
9
+ - recommendation
10
+ - sequential recommendation
11
+ - click-through rate prediction
12
+ - e-commerce
13
  ---
14
+
15
+ # MerRec: A Large-scale Multipurpose Mercari Dataset for Consumer-to-Consumer Recommendation Systems
16
+
17
+ This repository contains the dataset accompanying the paper [MerRec: A Large-scale Multipurpose Mercari Dataset for Consumer-to-Consumer Recommendation Systems](https://arxiv.org/abs/2402.14230).
18
+
19
+ Contributors: Lichi Li, Zainul Abi Din, Zhen Tan, Sam London, Tianlong Chen, Ajay Daptardar
20
+
21
+ ## Overview
22
+
23
+ The MerRec dataset is a large-scale, highly diverse, thoroughly anonymized and derived subset of item interaction event sequence data from Mercari, the C2C marketplace e-commerce platform. It is designed for researchers to study recommendation related tasks on a rich C2C environment with many item features.
24
+
25
+ Some basic statistics are:
26
+
27
+ - Unique users: Over 5 million
28
+ - Unique items: Over 80 million
29
+ - Unique events: Over 1 billion
30
+ - Unique sessions: Over 200 million
31
+ - Item title text tokens: Over 8 billion
32
+
33
+ For a detailed walkthrough and an extensive list of accurate statistics, feature interpretations, preprocessing procedure, please refer to the paper.
34
+
35
+ ## File Organization
36
+
37
+ The MerRec dataset is divided into 6 directories, each containing about 500 Parquet shards from a particular month in 2023.
38
+
39
+ ## Experiments
40
+
41
+ Code implementation used for the experiment section of the paper can be found [here](https://github.com/mercari/mercari-ml-merrec-pub-us).
42
+
43
+ ## BibTeX
44
+
45
+ ```bibtex
46
+ @misc{li2024merrec,
47
+ title={MerRec: A Large-scale Multipurpose Mercari Dataset for Consumer-to-Consumer Recommendation Systems},
48
+ author={Lichi Li and Zainul Abi Din and Zhen Tan and Sam London and Tianlong Chen and Ajay Daptardar},
49
+ year={2024},
50
+ eprint={2402.14230},
51
+ archivePrefix={arXiv},
52
+ primaryClass={cs.IR}
53
+ }
54
+ ```
55
+
56
+ ## License
57
+
58
+ Dataset license: [CC BY-NC 4.0 International](https://creativecommons.org/licenses/by-nc/4.0/legalcode.en)