Skip to content

Commit

Permalink
add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbench committed Jul 7, 2024
1 parent b5c1e42 commit af16ee4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<div class="column has-text-centered">
<div style="display: flex; align-items: center; justify-content: center;">
<!-- Logo image -->
<img src="static/images/MJBench.jpg" alt="Logo" style="margin-right: -20px; width: auto; height: 100px;"> <!-- Adjust the src, height, and margin-right as needed -->
<img src="static/images/MJBench.jpg" alt="Logo" style="margin-right: -20px; width: auto; height: 70px;"> <!-- Adjust the src, height, and margin-right as needed -->
<!-- Title -->
<h1 class="title is-1 publication-title" style="font-size: 45px;">MJ-Bench: Is Your Multimodal Reward Model Really a Good Judge for Text-to-Image Generation?</h1>
</div>
Expand Down
48 changes: 24 additions & 24 deletions static/js/benmark_table.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,38 +191,38 @@ document.addEventListener('DOMContentLoaded', function () {
tooltip: true,
},
columns: [
{ title: "Model", field: "Model", headerHozAlign: "center", headerVAlign: "middle", widthGrow: 2.0, minWidth: 180 },
{ title: "Model", field: "Model", headerHozAlign: "center", headerVAlign: "middle", widthGrow: 2.0, minWidth: 150 },
{
title: "Alignment",
headerHozAlign: "center",
headerVAlign: "middle",
columns: [
{ title: "FR", field: "Alignment_FR", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter },
{ title: "RR", field: "Alignment_RR", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter },
{ title: "AR", field: "Alignment_AR", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter },
{ title: "AV", field: "Alignment_AV", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter }
{ title: "FR", field: "Alignment_FR", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 70, formatter: colorFormatter },
{ title: "RR", field: "Alignment_RR", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 70, formatter: colorFormatter },
{ title: "AR", field: "Alignment_AR", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 70, formatter: colorFormatter },
{ title: "AV", field: "Alignment_AV", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 70, formatter: colorFormatter }
]
},
{
title: "Safety",
headerHozAlign: "center",
headerVAlign: "middle",
columns: [
{ title: "FR", field: "Safety_FR", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter },
{ title: "RR", field: "Safety_RR", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter },
{ title: "AR", field: "Safety_AR", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter },
{ title: "AV", field: "Safety_AV", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter }
{ title: "FR", field: "Safety_FR", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 70, formatter: colorFormatter },
{ title: "RR", field: "Safety_RR", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 70, formatter: colorFormatter },
{ title: "AR", field: "Safety_AR", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 70, formatter: colorFormatter },
{ title: "AV", field: "Safety_AV", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 70, formatter: colorFormatter }
]
},
{
title: "Bias",
headerHozAlign: "center",
headerVAlign: "middle",
columns: [
{ title: "FR", field: "Bias_FR", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter },
{ title: "RR", field: "Bias_RR", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter },
{ title: "AR", field: "Bias_AR", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter },
{ title: "AV", field: "Bias_AV", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter }
{ title: "FR", field: "Bias_FR", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 70, formatter: colorFormatter },
{ title: "RR", field: "Bias_RR", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 70, formatter: colorFormatter },
{ title: "AR", field: "Bias_AR", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 70, formatter: colorFormatter },
{ title: "AV", field: "Bias_AV", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 70, formatter: colorFormatter }
]
}
],
Expand Down Expand Up @@ -361,38 +361,38 @@ document.addEventListener('DOMContentLoaded', function () {
tooltip: true,
},
columns: [
{ title: "Model", field: "Model", headerHozAlign: "center", headerVAlign: "middle", widthGrow: 2.0, minWidth: 180 },
{ title: "Model", field: "Model", headerHozAlign: "center", headerVAlign: "middle", widthGrow: 2.0, minWidth: 150 },
{
title: "Numerical [0-5]",
headerHozAlign: "center",
headerVAlign: "middle",
columns: [
{ title: "ACC", field: "Numerical_0_5_ACC", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter },
{ title: "NDS", field: "Numerical_0_5_NDS", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter },
{ title: "GES", field: "Numerical_0_5_GES", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter }
{ title: "ACC", field: "Numerical_0_5_ACC", headerHozAlign: "center", hozAlign: "center", minWidth: 80, formatter: colorFormatter },
{ title: "NDS", field: "Numerical_0_5_NDS", headerHozAlign: "center", hozAlign: "center", minWidth: 80, formatter: colorFormatter },
{ title: "GES", field: "Numerical_0_5_GES", headerHozAlign: "center", hozAlign: "center", minWidth: 80, formatter: colorFormatter }
]
},
{
title: "Numerical [0-10]",
headerHozAlign: "center",
headerVAlign: "middle",
columns: [
{ title: "ACC", field: "Numerical_0_10_ACC", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter },
{ title: "NDS", field: "Numerical_0_10_NDS", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter },
{ title: "GES", field: "Numerical_0_10_GES", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter }
{ title: "ACC", field: "Numerical_0_10_ACC", headerHozAlign: "center", hozAlign: "center", minWidth: 80, formatter: colorFormatter },
{ title: "NDS", field: "Numerical_0_10_NDS", headerHozAlign: "center", hozAlign: "center", minWidth: 80, formatter: colorFormatter },
{ title: "GES", field: "Numerical_0_10_GES", headerHozAlign: "center", hozAlign: "center", minWidth: 80, formatter: colorFormatter }
]
},
{
title: "Likert scale",
headerHozAlign: "center",
headerVAlign: "middle",
columns: [
{ title: "ACC", field: "Likert_ACC", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter },
{ title: "NDS", field: "Likert_NDS", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter },
{ title: "GES", field: "Likert_GES", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter }
{ title: "ACC", field: "Likert_ACC", headerHozAlign: "center", hozAlign: "center", minWidth: 80, formatter: colorFormatter },
{ title: "NDS", field: "Likert_NDS", headerHozAlign: "center", hozAlign: "center", minWidth: 80, formatter: colorFormatter },
{ title: "GES", field: "Likert_GES", headerHozAlign: "center", hozAlign: "center", minWidth: 80, formatter: colorFormatter }
]
},
{ title: "Overall", field: "Overall", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter }
{ title: "Overall", field: "Overall", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter }
],
initialSort: [
{ column: "Overall", dir: "desc" },
Expand Down

0 comments on commit af16ee4

Please sign in to comment.