Skip to content

Commit ea07be1

Browse files
committed
update title and style
1 parent e454d4a commit ea07be1

4 files changed

Lines changed: 17 additions & 7 deletions

File tree

.DS_Store

6 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 align="center">
2-
CompassVerifier: A Unified and Robust Verifier for Large Language Models
2+
CompassVerifier: A Unified and Robust Verifier for LLMs Evaluation and Outcome Reward
33
</h1>
44

55
<div align="center" style="line-height: 1;">

docs/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="description"
6-
content="A Unified and Robust Verifier for Large Language Models">
6+
content="A Unified and Robust Verifier for LLMs Evaluation and Outcome Reward">
77
<meta name="keywords" content="CompassVerifier, LLM Verifier, Large Language Models">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
9-
<title>CompassVerifier: A Unified and Robust Verifier for Large Language Models</title>
9+
<title>CompassVerifier: A Unified and Robust Verifier for LLMs Evaluation and Outcome Reward</title>
1010

1111
<link rel="icon" href="./static/images/compass.png">
1212

@@ -55,15 +55,15 @@
5555

5656
<section class="hero">
5757
<div class="hero-body">
58-
<div class="container is-max-desktop">
58+
<div class="container is-fluid">
5959
<div class="columns is-centered">
60-
<div class="column has-text-centered">
60+
<div class="column has-text-centered" style="max-width: 1200px;">
6161
<h1 class="title is-1 publication-title is-bold">
6262
<img src="assets/logo.png" style="width:1.25em;vertical-align: middle" alt="Logo"/>
6363
<span class="compassverifier" style="vertical-align: middle">CompassVerifier</span>
6464
</h1>
6565
<h2 class="subtitle is-3 publication-subtitle">
66-
A Unified and Robust Verifier for Large Language Models
66+
A Unified and Robust Verifier for LLMs Evaluation and Outcome Reward
6767
</h2>
6868
<div class="is-size-5 publication-authors">
6969
<span class="author-block">
@@ -87,6 +87,7 @@ <h2 class="subtitle is-3 publication-subtitle">
8787
<span class="author-block">
8888
<a href="#">Yuzhe Gu</a><sup style="color:#6243c0;">1</sup>,
8989
</span>
90+
<br>
9091
<span class="author-block">
9192
<a href="#">Wenwei Zhang</a><sup style="color:#6243c0;">1</sup>,
9293
</span>

docs/static/css/index.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ body {
5252
font-family: 'Google Sans', sans-serif;
5353
}
5454

55+
.publication-subtitle {
56+
font-family: 'Google Sans', sans-serif;
57+
max-width: 100%;
58+
word-wrap: normal;
59+
white-space: nowrap;
60+
font-weight: 600;
61+
}
62+
5563
.publication-authors {
5664
font-family: 'Google Sans', sans-serif;
5765
}
@@ -72,7 +80,8 @@ body {
7280
}
7381

7482
.publication-authors a {
75-
color: hsl(204, 86%, 53%) !important;
83+
color: #008AD7 !important;
84+
font-size: 1.05em;
7685
}
7786

7887
.publication-authors a:hover {

0 commit comments

Comments
 (0)