Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- css/main.css +10 -3
- index.html +2 -2
css/main.css
CHANGED
|
@@ -17,7 +17,8 @@ body {
|
|
| 17 |
z-index: 100;
|
| 18 |
display: flex;
|
| 19 |
align-items: center;
|
| 20 |
-
|
|
|
|
| 21 |
padding: 0 24px;
|
| 22 |
height: 54px;
|
| 23 |
background: #fff;
|
|
@@ -57,9 +58,8 @@ body {
|
|
| 57 |
.tab-btn.active { background: #e8e8e8; color: #111; }
|
| 58 |
|
| 59 |
.nav-links {
|
| 60 |
-
margin-left: auto;
|
| 61 |
display: flex;
|
| 62 |
-
gap:
|
| 63 |
}
|
| 64 |
|
| 65 |
.nav-links a.nav-badge {
|
|
@@ -113,6 +113,13 @@ main { padding: 24px 32px; }
|
|
| 113 |
color: #1a1a1a;
|
| 114 |
}
|
| 115 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 116 |
.about-badges {
|
| 117 |
display: flex;
|
| 118 |
justify-content: center;
|
|
|
|
| 17 |
z-index: 100;
|
| 18 |
display: flex;
|
| 19 |
align-items: center;
|
| 20 |
+
justify-content: center;
|
| 21 |
+
gap: 8px;
|
| 22 |
padding: 0 24px;
|
| 23 |
height: 54px;
|
| 24 |
background: #fff;
|
|
|
|
| 58 |
.tab-btn.active { background: #e8e8e8; color: #111; }
|
| 59 |
|
| 60 |
.nav-links {
|
|
|
|
| 61 |
display: flex;
|
| 62 |
+
gap: 8px;
|
| 63 |
}
|
| 64 |
|
| 65 |
.nav-links a.nav-badge {
|
|
|
|
| 113 |
color: #1a1a1a;
|
| 114 |
}
|
| 115 |
|
| 116 |
+
.venue-tag {
|
| 117 |
+
font-size: 0.75em;
|
| 118 |
+
font-weight: 600;
|
| 119 |
+
color: #2563b1;
|
| 120 |
+
white-space: nowrap;
|
| 121 |
+
}
|
| 122 |
+
|
| 123 |
.about-badges {
|
| 124 |
display: flex;
|
| 125 |
justify-content: center;
|
index.html
CHANGED
|
@@ -130,7 +130,7 @@
|
|
| 130 |
<!-- ==================== ABOUT TAB ==================== -->
|
| 131 |
<section id="tab-about" class="tab-panel active">
|
| 132 |
<div class="about-content">
|
| 133 |
-
<h2>
|
| 134 |
|
| 135 |
<div class="about-badges">
|
| 136 |
<a href="https://openreview.net/forum?id=TOgQ00DEek" target="_blank" class="nav-badge">
|
|
@@ -210,7 +210,7 @@
|
|
| 210 |
<div class="about-section">
|
| 211 |
<h3>Citation</h3>
|
| 212 |
<pre class="citation-block">@inproceedings{peper2026ludobench,
|
| 213 |
-
title={
|
| 214 |
author={Peper, Joseph J. and Gandra, Sai Krishna and Zhang, Yunxiang and Chennareddy, Vaibhav and Jha, Shloki and Payani, Ali and Wang, Lu},
|
| 215 |
booktitle={Proceedings of the Fourteenth International Conference on Learning Representations (ICLR)},
|
| 216 |
year={2026},
|
|
|
|
| 130 |
<!-- ==================== ABOUT TAB ==================== -->
|
| 131 |
<section id="tab-about" class="tab-panel active">
|
| 132 |
<div class="about-content">
|
| 133 |
+
<h2>LLMs as Rules Oracles: Exploring Real-World Multimodal Reasoning in Tabletop Strategy Game Environments <span class="venue-tag">[ICLR 2026]</span></h2>
|
| 134 |
|
| 135 |
<div class="about-badges">
|
| 136 |
<a href="https://openreview.net/forum?id=TOgQ00DEek" target="_blank" class="nav-badge">
|
|
|
|
| 210 |
<div class="about-section">
|
| 211 |
<h3>Citation</h3>
|
| 212 |
<pre class="citation-block">@inproceedings{peper2026ludobench,
|
| 213 |
+
title={{LLMs} as Rules Oracles: Exploring Real-World Multimodal Reasoning in Tabletop Strategy Game Environments},
|
| 214 |
author={Peper, Joseph J. and Gandra, Sai Krishna and Zhang, Yunxiang and Chennareddy, Vaibhav and Jha, Shloki and Payani, Ali and Wang, Lu},
|
| 215 |
booktitle={Proceedings of the Fourteenth International Conference on Learning Representations (ICLR)},
|
| 216 |
year={2026},
|