madmax3366 commited on
Commit
181cf2b
·
verified ·
1 Parent(s): 47857d2

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +40 -0
index.html CHANGED
@@ -196,6 +196,46 @@
196
  </div>
197
  </section>
198
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
199
  <!-- BibTeX -->
200
  <section class="section" id="BibTeX">
201
  <div class="container is-max-desktop content">
 
196
  </div>
197
  </section>
198
 
199
+ <!-- Data Statistics and Comparison -->
200
+ <section class="section" id="data-statistics">
201
+ <div class="container is-max-desktop">
202
+ <div class="columns is-centered">
203
+ <div class="column is-four-fifths">
204
+ <h2 class="title is-3">Data Statistics and Comparison</h2>
205
+
206
+ <div class="content has-text-justified">
207
+ <p>
208
+ <strong>Automotive-ENV</strong> contains <em>185 parameterized tasks</em> spanning multiple dimensions:
209
+ modalities (screen, accessibility tree, GPS), intent types (explicit control, implicit intent,
210
+ safety-aware), and UI primitives (tap, long-press, slider, toggle, text). We report distributions
211
+ across these dimensions and across task categories (Maps, HVAC, Road, Phenomenon, Media, Apps, System, Comms).
212
+ </p>
213
+ </div>
214
+
215
+ <figure class="system-figure has-text-centered" style="margin-top:12px;">
216
+ <!-- If your images live in ./static/images/, keep this path; otherwise change to src="static.jpg" -->
217
+ <img src="./static/images/static.jpg" alt="Task distributions across dimensions and categories (a) by task dimensions; (b) by task categories">
218
+ <figcaption class="subtitle is-6" style="margin-top:8px;">
219
+ Task distributions across different dimensions. (a) Distribution of tasks by task dimensions.
220
+ (b) Distribution of tasks across task categories (Maps, HVAC, Road, Phenomenon, Media, Apps, System, Comms).
221
+ </figcaption>
222
+ </figure>
223
+
224
+ <!-- (Optional) brief comparison bullets; remove if not needed -->
225
+ <!--
226
+ <div class="content">
227
+ <ul>
228
+ <li><strong>Coverage:</strong> richer safety-aware and GPS-conditioned tasks than prior GUI benchmarks.</li>
229
+ <li><strong>Checks:</strong> programmatic success criteria with low-level system signals for reproducibility.</li>
230
+ <li><strong>Difficulty:</strong> curated easy/medium/hard splits with multi-step UI constraints.</li>
231
+ </ul>
232
+ </div>
233
+ -->
234
+ </div>
235
+ </div>
236
+ </div>
237
+ </section>
238
+
239
  <!-- BibTeX -->
240
  <section class="section" id="BibTeX">
241
  <div class="container is-max-desktop content">