-
Notifications
You must be signed in to change notification settings - Fork 26
/
index.html
70 lines (70 loc) · 2.66 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<html>
<head>
<title>RL4RS Dataset</title>
<script type="application/ld+json">
{
"@context":"https://schema.org/",
"@type":"Dataset",
"name":"RL4RS Dataset",
"description":"The Dataset of <RL4RS: A Real-World Benchmark for Reinforcement Learning based Recommender System>; Github Page: https://github.com/fuxiAIlab/RL4RS",
"url":"https://zenodo.org/record/6622390#.YqBBfRNBxQJ",
"sameAs":"https://github.com/fuxiAIlab/RL4RS",
"identifier": ["https://doi.org/10.5281/zenodo.6622390"],
"keywords":[
"Applied Reinforcement Learning",
"Reinforcement Learning based Recommender System",
"Recommender System",
"RL-based RS"
],
"license" : "https://creativecommons.org/licenses/by/4.0/",
"isAccessibleForFree" : true,
"hasPart" : [
{
"@type": "Dataset",
"name": "RL4RS-Slate Dataset",
"description": "rl4rs-dataset/rl4rs_dataset_a_sl.csv and rl4rs-dataset/rl4rs_dataset_a_rl.csv",
"license" : "https://creativecommons.org/licenses/by/4.0/",
"creator":{
"@type":"Organization",
"name": "Fuxi AI Lab, Netease"
}
},
{
"@type": "Dataset",
"name": "RL4RS-SeqSlate Dataset",
"description": "rl4rs-dataset/rl4rs_dataset_b_sl.csv and rl4rs-dataset/rl4rs_dataset_b_rl.csv",
"license" : "https://creativecommons.org/licenses/by/4.0/",
"creator":{
"@type":"Organization",
"name": "Fuxi AI Lab, Netease"
}
}
],
"creator":{
"@type":"Organization",
"url": "https://fuxi.163.com/en/",
"name":"Fuxi AI Lab, Netease",
"contactPoint":{
"@type":"ContactPoint",
"contactType": "customer service",
"email":"wangkai02@corp.netease.com"
}
},
"distribution":[
{
"@type":"DataDownload",
"encodingFormat":"TAR.GZ",
"contentUrl":"https://zenodo.org/record/6622390/files/rl4rs-dataset.tar.gz?download=1"
},
{
"@type":"DataDownload",
"encodingFormat":"TAR.GZ",
"contentUrl":"https://drive.google.com/file/d/1YbPtPyYrMvMGOuqD4oHvK0epDtEhEb9v/view?usp=sharing"
}
],
}
</script>
</head>
<body>
</body>
</html>