Skip to content

Commit 5b51364

Browse files
committed
update
1 parent 32d6b75 commit 5b51364

2 files changed

Lines changed: 24 additions & 3 deletions

File tree

index.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,21 @@
1515
<header class="hero">
1616
<div class="container">
1717
<h1>
18-
RationalRewards: Reasoning Rewards Scale Visual Generation Both
18+
RationalRewards: Reasoning Rewards Scale Visual Generation at Both
1919
Training and Test Time
2020
</h1>
21+
<p class="authors">
22+
<strong>Haozhe Wang</strong><sup>1</sup> &nbsp; <strong>Cong Wei</strong><sup>2</sup>
23+
&nbsp; <strong>Weiming Ren</strong><sup>2</sup> &nbsp;
24+
<strong>Jiaming Liu</strong><sup>3</sup> &nbsp;
25+
<strong>Fangzhen Lin</strong><sup>1</sup> &nbsp;
26+
<strong>Wenhu Chen</strong><sup>2</sup><br />
27+
<span><sup>1</sup> HKUST</span> &nbsp; <span><sup>2</sup> University of Waterloo</span>
28+
&nbsp; <span><sup>3</sup> Alibaba</span>
29+
</p>
2130
<p class="tagline">
2231
A reasoning-based reward model that critiques before scoring and
23-
enables optimization in both parameter space (RL) and prompt space
24-
(Generate-Critique-Refine).
32+
enables optimization in both parameter space (RL) and prompt space.
2533
</p>
2634
<div class="badge-links">
2735
<div class="badge-row">

static/style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ h1 {
3939
line-height: 1.26;
4040
}
4141

42+
.authors {
43+
margin: 14px auto 0;
44+
max-width: 900px;
45+
text-align: center;
46+
color: #243353;
47+
font-size: 1rem;
48+
line-height: 1.6;
49+
}
50+
4251
.subtitle {
4352
margin: 8px 0 0;
4453
font-size: 1.2rem;
@@ -210,4 +219,8 @@ a {
210219
body {
211220
font-size: 16px;
212221
}
222+
223+
.authors {
224+
font-size: 0.95rem;
225+
}
213226
}

0 commit comments

Comments
 (0)