shba93 commited on
Commit
6ec7c67
·
verified ·
1 Parent(s): 2efb4e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -7,6 +7,20 @@
7
 
8
  **GitHub**: https://github.com/ashba93/tim-rec/tree/main
9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ## Overview
11
  This dataset introduces a real-world **telecommunications upselling dataset** with **multi-item recommendations and sparse feedback**. The dataset captures customer interactions from a real customer care service, where multiple items can be recommended in a single session, and only a small fraction of offers are accepted. Our goal is to provide a resource for evaluating **Learning-to-Rank (LTR)** models and recommendation systems in real-world settings.
12
 
 
7
 
8
  **GitHub**: https://github.com/ashba93/tim-rec/tree/main
9
 
10
+ ## Citation
11
+
12
+ If you use this code or find it helpful for your research, please cite:
13
+
14
+ ````
15
+ @inproceedings{sbandi2025tim,
16
+ title={TIM-Rec: Explicit Sparse Feedback on Multi-Item Upselling Recommendations in an Industrial Dataset of Telco Calls},
17
+ author={Sbandi, Alessandro and Siciliano, Federico and Silvestri, Fabrizio},
18
+ booktitle={Proceedings of the Nineteenth ACM Conference on Recommender Systems},
19
+ pages={865--873},
20
+ year={2025}
21
+ }
22
+ ````
23
+
24
  ## Overview
25
  This dataset introduces a real-world **telecommunications upselling dataset** with **multi-item recommendations and sparse feedback**. The dataset captures customer interactions from a real customer care service, where multiple items can be recommended in a single session, and only a small fraction of offers are accepted. Our goal is to provide a resource for evaluating **Learning-to-Rank (LTR)** models and recommendation systems in real-world settings.
26