lichili commited on
Commit
dd2b3c6
·
verified ·
1 Parent(s): 749469b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -8
README.md CHANGED
@@ -14,7 +14,7 @@ tags:
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
 
@@ -42,14 +42,25 @@ Code implementation used for the experiment section of the paper can be found [h
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
 
 
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://dl.acm.org/doi/10.1145/3690624.3709394) at KDD 2025.
18
 
19
  Contributors: Lichi Li, Zainul Abi Din, Zhen Tan, Sam London, Tianlong Chen, Ajay Daptardar
20
 
 
42
 
43
  ## BibTeX
44
 
45
+ If you found our work useful, please consider citing MerRec:
46
+
47
  ```bibtex
48
+ @inproceedings{10.1145/3690624.3709394,
49
+ author = {Li, Lichi and Din, Zainul Abi and Tan, Zhen and London, Sam and Chen, Tianlong and Daptardar, Ajay},
50
+ title = {MerRec: A Large-scale Multipurpose Mercari Dataset for Consumer-to-Consumer Recommendation Systems},
51
+ year = {2025},
52
+ isbn = {9798400712456},
53
+ publisher = {Association for Computing Machinery},
54
+ address = {New York, NY, USA},
55
+ url = {https://doi.org/10.1145/3690624.3709394},
56
+ doi = {10.1145/3690624.3709394},
57
+ abstract = {In the evolving e-commerce field, recommendation systems crucially shape user experience and engagement. The rise of Consumer-to-Consumer (C2C) recommendation systems, noted for their flexibility and ease of access for customer vendors, marks a significant trend. However, the academic focus remains largely on Business-to-Consumer (B2C) models, leaving a gap filled by the limited C2C recommendation datasets that lack in item attributes, user diversity, and scale. The intricacy of C2C recommendation systems is further accentuated by the dual roles users assume as both sellers and buyers, introducing a spectrum of less uniform and varied inputs. Addressing this, we introduce MerRec, the first large-scale dataset specifically for C2C recommendations, sourced from the Mercari e-commerce platform, covering millions of users and products over 6 months in 2023. MerRec not only includes standard features such as user_id, item_id, and session_id, but also unique elements like timestamped action types, product taxonomy, and textual product attributes, offering a comprehensive dataset for research. This dataset, extensively evaluated across three recommendation tasks, establishes a new benchmark for the development of advanced recommendation algorithms in real-world scenarios, bridging the gap between academia and industry and propelling the study of C2C recommendations. Experiment code (https://github.com/mercari/mercari-ml-merrec-pub-us) and dataset (https://huggingface.co/datasets/mercari-us/merrec) are released.},
58
+ booktitle = {Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining V.1},
59
+ pages = {2371–2382},
60
+ numpages = {12},
61
+ keywords = {datasets, recommender systems},
62
+ location = {Toronto ON, Canada},
63
+ series = {KDD '25}
64
  }
65
  ```
66