File size: 10,951 Bytes
c40aaaa
ae8066b
 
 
 
d337af9
ae8066b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d86a950
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ae8066b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d86a950
 
 
 
 
ae8066b
 
 
 
 
 
b39b7d6
ae8066b
 
 
 
 
 
 
 
 
 
 
 
 
f1a581b
ae8066b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f1a581b
 
ae8066b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f1a581b
ae8066b
f1a581b
ae8066b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f1a581b
ae8066b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88e4603
 
 
 
 
 
 
ae8066b
 
 
 
 
88e4603
 
 
 
 
 
d86a950
 
 
 
ae8066b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d86a950
 
ae8066b
d337af9
ae8066b
40cdf71
 
ae8066b
 
 
d86a950
 
ae8066b
d337af9
d86a950
ae8066b
88e4603
ae8066b
 
 
 
d86a950
ae8066b
 
d86a950
ae8066b
65b512b
 
 
ae8066b
 
 
d86a950
 
ae8066b
 
d86a950
 
65b512b
ae8066b
d86a950
 
65b512b
ae8066b
 
 
 
 
d86a950
ae8066b
 
d86a950
ae8066b
65b512b
ae8066b
d86a950
40cdf71
 
d86a950
ae8066b
d86a950
 
65b512b
ae8066b
 
 
 
 
 
8ae808d
ae8066b
 
c40aaaa
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>MAP Benchmark</title>
    <style>
      :root {
        color-scheme: light;
        --ink: #111827;
        --muted: #4b5563;
        --line: #d7dee8;
        --surface: #f8fafc;
        --paper: #ffffff;
        --blue: #1d4ed8;
        --green: #0f766e;
        --amber: #b45309;
        --coral: #be3a2f;
      }

      * {
        box-sizing: border-box;
      }

      body {
        margin: 0;
        font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        background: var(--surface);
        color: var(--ink);
      }

      .skip-link {
        position: absolute;
        left: 16px;
        top: 16px;
        z-index: 100;
        transform: translateY(-160%);
        border-radius: 8px;
        padding: 10px 14px;
        background: #ffffff;
        color: var(--ink);
        font-weight: 800;
        text-decoration: none;
        box-shadow: 0 0 0 3px #fbbf24;
      }

      .skip-link:focus-visible {
        transform: translateY(0);
      }

      a:focus-visible {
        outline: 3px solid #fbbf24;
        outline-offset: 3px;
      }

      .topbar {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 18px;
        padding: 18px max(24px, calc((100vw - 1160px) / 2));
        color: #ffffff;
      }

      .brand {
        font-weight: 800;
      }

      .nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 10px;
      }

      .nav a {
        min-height: 38px;
        display: inline-flex;
        align-items: center;
        border: 1px solid rgba(255, 255, 255, 0.42);
        border-radius: 8px;
        padding: 8px 12px;
        color: #ffffff;
        background: rgba(17, 24, 39, 0.28);
        text-decoration: none;
        font-weight: 700;
        font-size: 0.92rem;
      }

      .nav a:focus-visible {
        background: #ffffff;
        color: var(--ink);
      }

      .hero {
        min-height: 58vh;
        display: grid;
        align-items: end;
        background:
          linear-gradient(90deg, rgba(17, 24, 39, 0.88), rgba(17, 24, 39, 0.54) 55%, rgba(17, 24, 39, 0.08)),
          url("https://upload.wikimedia.org/wikipedia/commons/thumb/5/50/VBZ_Tram_4035_leaving_Schiffbau%2C_Z%C3%BCrich.jpg/1280px-VBZ_Tram_4035_leaving_Schiffbau%2C_Z%C3%BCrich.jpg") center / cover;
      }

      .hero-inner {
        width: min(1160px, calc(100% - 40px));
        margin: 0 auto;
        padding: 112px 0 46px;
        color: #ffffff;
      }

      .eyebrow {
        display: inline-flex;
        align-items: center;
        min-height: 32px;
        border-left: 4px solid var(--amber);
        padding: 4px 10px;
        background: rgba(255, 255, 255, 0.14);
        font-weight: 800;
        font-size: 0.86rem;
        text-transform: uppercase;
      }

      h1 {
        max-width: 820px;
        margin: 18px 0 16px;
        font-size: 3.7rem;
        line-height: 1;
      }

      .lead {
        max-width: 800px;
        margin: 0;
        color: #eef5ff;
        font-size: 1.16rem;
        line-height: 1.65;
      }

      .band {
        padding: 54px 20px;
      }

      .band.alt {
        background: #ffffff;
      }

      .inner {
        width: min(1100px, 100%);
        margin: 0 auto;
      }

      .intro {
        max-width: 820px;
        margin-bottom: 26px;
      }

      h2 {
        margin: 0 0 10px;
        font-size: 2rem;
        line-height: 1.1;
      }

      h3 {
        margin: 0 0 8px;
        font-size: 1.08rem;
      }

      p {
        margin: 0;
        color: var(--muted);
        font-size: 1rem;
        line-height: 1.68;
      }

      .grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
      }

      .tile {
        min-height: 188px;
        border: 1px solid var(--line);
        border-radius: 8px;
        padding: 18px;
        background: var(--paper);
      }

      .tile:nth-child(1),
      .tile:nth-child(2),
      .tile:nth-child(3) {
        border-top: 5px solid var(--amber);
      }

      .split {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 22px;
      }

      .listbox {
        border: 1px solid var(--line);
        border-radius: 8px;
        background: #ffffff;
        padding: 22px;
      }

      .listbox.public,
      .listbox.private {
        border-top: 5px solid var(--amber);
      }

      ul {
        margin: 12px 0 0;
        padding-left: 20px;
        color: var(--muted);
        line-height: 1.65;
      }

      .paper {
        display: grid;
        grid-template-columns: 1.15fr 0.85fr;
        gap: 24px;
        align-items: start;
      }

      .placeholder {
        border: 1px dashed #94a3b8;
        border-top: 5px solid var(--amber);
        border-radius: 8px;
        padding: 22px;
        background: #f8fafc;
      }

      .links {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 24px;
      }

      .button {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        border-radius: 8px;
        border: 1px solid var(--line);
        padding: 10px 14px;
        background: #ffffff;
        color: var(--ink);
        font-weight: 800;
        text-decoration: none;
      }

      .button.challenge {
        background: var(--green);
        color: #ffffff;
        border-color: var(--green);
      }

      .button.workshop {
        background: var(--blue);
        color: #ffffff;
        border-color: var(--blue);
      }

      .button.benchmark {
        background: var(--amber);
        color: #ffffff;
        border-color: var(--amber);
      }

      .button:focus-visible {
        box-shadow: 0 0 0 4px #ffffff, 0 0 0 7px #fbbf24;
      }

      footer {
        border-top: 1px solid var(--line);
        padding: 22px 20px 30px;
        background: #ffffff;
      }

      .foot {
        width: min(1100px, 100%);
        margin: 0 auto;
        color: #64748b;
        font-size: 0.9rem;
        line-height: 1.55;
      }

      @media (max-width: 860px) {
        .topbar {
          position: static;
          flex-direction: column;
          align-items: flex-start;
          background: #111827;
          padding: 14px 16px;
        }

        .nav {
          justify-content: flex-start;
        }

        .hero {
          min-height: 54vh;
        }

        .hero-inner {
          padding: 52px 0 42px;
        }

        h1 {
          font-size: 2.45rem;
        }

        h2 {
          font-size: 1.55rem;
        }

        .grid,
        .split,
        .paper {
          grid-template-columns: 1fr;
        }

        .nav a,
        .button {
          width: 100%;
          justify-content: center;
        }

        .band {
          padding: 42px 16px;
        }
      }
    </style>
  </head>
  <body>
    <a class="skip-link" href="#main-content">Skip to main content</a>

    <header class="topbar">
      <div class="brand">MAP Benchmark</div>
      <nav class="nav" aria-label="MAP public pages">
        <a href="https://huggingface.co/spaces/map-ai-benchmark/challenge" target="_blank" rel="noopener noreferrer" aria-label="Challenge, opens in a new tab">Challenge</a>
        <a href="https://huggingface.co/spaces/map-ai-benchmark/workshop" target="_blank" rel="noopener noreferrer" aria-label="Workshop, opens in a new tab">Workshop</a>
      </nav>
    </header>

    <main id="main-content" tabindex="-1">
      <section class="hero" aria-labelledby="benchmark-title">
        <div class="hero-inner">
          <span class="eyebrow">Benchmark</span>
          <h1 id="benchmark-title">Evaluation design and data</h1>
          <p class="lead">
            MAP evaluates multimodal systems on accessibility planning in an open-world setting with maintained information on places and their relevant features.
          </p>
        </div>
      </section>

      <section class="band alt" aria-labelledby="benchmark-overview-title">
        <div class="inner">
          <div class="intro">
            <h2 id="benchmark-overview-title">Benchmark Overview</h2>
            <p>
              The first version of MAP focuses on the city of Zurich, Switzerland. Systems are assessed on providing useful and accurate
              information for requests with specifications related to accessibility in relation to real locations such as restaurants, cafes,
              museums, local government, offices, and other places of interest.
            </p>
          </div>
          <div class="grid">
            <article class="tile" aria-labelledby="benchmark-task-title">
              <h3 id="benchmark-task-title">Task</h3>
              <p>Assist users in deciding whether a real place is suitable for their accessibility requirements.</p>
            </article>
            <article class="tile" aria-labelledby="benchmark-evidence-title">
              <h3 id="benchmark-evidence-title">Evidence</h3>
              <p>Responses are assessed against feature-level ground truth data on places and features related to accessibility requirements.</p>
            </article>
            <article class="tile" aria-labelledby="benchmark-outputs-title">
              <h3 id="benchmark-outputs-title">Outputs</h3>
              <p>System results will be published through the leaderboard after submission and scoring.</p>
            </article>
          </div>
        </div>
      </section>

      <section class="band alt" aria-labelledby="paper-documentation-title">
        <div class="inner paper">
          <div>
            <h2 id="paper-documentation-title">Paper and Documentation</h2>
            <p>
              The benchmark paper will be added here shortly.
            </p>
            <nav class="links" aria-label="Related MAP pages">
              <a class="button challenge" href="https://huggingface.co/spaces/map-ai-benchmark/challenge" target="_blank" rel="noopener noreferrer" aria-label="Challenge, opens in a new tab">Challenge</a>
              <a class="button workshop" href="https://huggingface.co/spaces/map-ai-benchmark/workshop" target="_blank" rel="noopener noreferrer" aria-label="Workshop, opens in a new tab">Workshop</a>
            </nav>
          </div>
          <aside class="placeholder" aria-labelledby="paper-placeholder-title">
            <h3 id="paper-placeholder-title">Paper to be added</h3>
            <p>Coming soon.</p>
          </aside>
        </div>
      </section>
    </main>

    <footer>
      <div class="foot"></div>
    </footer>
  </body>
</html>