Datasets
Standard Dataset
Dataset of user recommendation experiment on Bilibili
- Citation Author(s):
- Submitted by:
- Shengqian Han
- Last updated:
- Fri, 07/22/2022 - 06:29
- DOI:
- 10.21227/txwd-q616
- Data Format:
- License:
- Categories:
- Keywords:
Abstract
The repository contains the data collected during User Behavior Experiment (UBE) in [1].
References:
[1] D. Wei and S. Han, "An experimental study of recommendation for wireless edge caching," in Proc. IEEE ICCC, 2022.
Data is stored in CSV format, where each line represents a single record of video watching. The data is composed of following features:
- **timestamp**: time since the start of experiment, in seconds.
- **videoId**: unique ID for videos watched by users during experiment.
- **userId**: unique ID for users attending the experiment.
- **group**: group of user during experiment, where 'a' means Control Group while 'b' means Experiment Group.
- **sessionId**: unique ID for sessions.
- **pageId**: page serial number in each session.
- **isClick**: whether the related recommendation list is clicked.
- **positionInPreviousRecList**: if clicked, the position of clicked video in related list.
- **positionInPreviousRecListBeforeShuffle**: if clicked, the position of clicked video in related list before shuffle.
- **completionRate**: completion rate of this record.
Documentation
Attachment | Size |
---|---|
README.md | 1.11 KB |
Comments
good