-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathstatistics.html
112 lines (91 loc) · 3.84 KB
/
statistics.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8'>
<title>ICLR 2023 Statistics</title>
<link href='web/css/style.css' rel='stylesheet'>
<link href='web/css/noto_sans.css' rel='stylesheet'>
<!-- <link href='web_src/fontawesome-5.15.4/css/all.min.css' rel='stylesheet'> -->
</head>
<body>
<div class="header">
ICLR 2023 Statistics
</div>
<span id="forkongithub">
<a href="https://github.com/fedebotu/ICLR2023-OpenReviewData">Fork me on Github</i>
</a>
</span>
<center><img style="margin-left: -60px;" src="images/wordcloud_nice.png" alt="" width="1000" onclick="window.open(this.src)"></center>
<div class="menu">
<div class="sub-menu">
<a href="submissions.html">All Submissions</a>
</div>
<div class="sub-menu act">
<a href="statistics.html">Statistics</a>
</div>
</div>
<div class="note">
<ul>
<!-- <li style="font-weight: bolder; color: #ee9470">
This data is collected from <strong>only finally accepted submissions in main conference.</strong>
</li>
<li style="font-weight: bolder; color: #ee9470">
<strong>Finally rejected and Workshop/Track submissions</strong> are excluded. Not all rejected submissions are available in public.
</li> -->
<hr>
<h3>All submissions</h3>
<li>
<span class="bg">4874</span> submitted papers
</li>
<!-- <li>
<span class="bg">298 (13%)</span> submissions received two set of reviews.
</li>
<li>
<span class="bg">2632 (=2334+298)</span> set of reviews in total.
</li> -->
<li>
<span class="bg">4874</span> total submissions with average rating of <span class="bg">5.22 ± 1.22</span>.
</li>
<li>
<span class="bg">4176</span> active submissions with average rating of <span class="bg">5.16 ± 1.20</span>.
</li>
<li>
<span class="bg">698</span> withdrawn submissions with average rating of <span class="bg">4.03 ± 0.74</span>.
</li>
<li>
Rating distribution:
</li>
<center><img style="margin-left: -60px;" src="images/20221120/stats_barplot.png" alt="" width="1000" onclick="window.open(this.src)"></center>
<li>
Top Keywords:
</li>
<center><img style="margin-left: -60px;" src="images/top50_keywords.png" alt="" width="1000" onclick="window.open(this.src)"></center>
<li>
Keywords vs Rating:
</li>
<center><img style="margin-left: -60px;" src="images/20221120/keyword_rating.png" alt="" width="1000" onclick="window.open(this.src)"></center>
<li>
Other wordcloud:
</li>
<center><img style="margin-left: -60px;" src="images/wordcloud.png" alt="" width="1000" onclick="window.open(this.src)"></center>
<li>
Review lengths:
</li>
<center><img style="margin-left: -60px;" src="images/20221120/review_length_hist.png" alt="" width="1000" onclick="window.open(this.src)"></center>
<li>
Review lengths vs ratings:
</li>
<center><img style="margin-left: -60px;" src="images/20221120/review_length_by_rating.png" alt="" width="1000" onclick="window.open(this.src)"></center>
<li>
Review lengths vs confidence:
</li>
<center><img style="margin-left: -60px;" src="images/20221120/review_length_by_confidence.png" alt="" width="1000" onclick="window.open(this.src)"></center>
<li>
Number of pages vs ratings:
</li>
<center><img style="margin-left: -60px;" src="images/20221120/num_pages_vs_ratings.png" alt="" width="1000" onclick="window.open(this.src)"></center>
<hr>
</ul>
</div>
</body>
</html>